jquery lavalamp and autoscroll easing problem (conflict) -


i have got problem , hoping guys can help.

http://ontwikkelomgeving.wijzijnblits.nl/primawonen/ here can find website creating.

as can see autoscroll works (called het laatste aanbod). uses easing.min.js plugin. @ navigation use lavalamp, not work right now.

the problem lies in easing plugin. if use older version of plugin, lavalamp works. great think, autoscroll script not work. how can make both work?!

i stuck on one, , hope guys can me.

thnx in advance

i having same problem , figured out way make work, add following lines above else in lavalamp.js

jquery.extend( jquery.easing, {      bouncein: function(x, t, b, c, d) {         return c - jquery.easing["bounceout"](x, d - t, 0, c, d) + b;     },         backout: function(x, t, b, c, d) {         var s = 1.70158;         return c * ((t = t / d - 1) * t * ((s + 1) * t + s) + 1) + b;     }  }); 

and remove easing plugin. worked me.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -