P
P
propovednik2010-10-01 06:26:32
JavaScript
propovednik, 2010-10-01 06:26:32

Jquery.Animate animation not smooth?

There is a page with many pictures on it, it is large - 4000x2000. And in some browsers, animation made through jquery.easing.1.3 (and without it, too, no difference)

$("html:not(:animated)"+( ! $.browser.opera ? ",body:not(:animated)" : "")).animate({scrollTop: temptop+'px',scrollLeft: templeft+'px'}, {duration: 3000, easing: "easeInOutExpo"});

slows down.
Example: vintage.skulditsky.kz/index.html JQuery
experts, please help!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nikitammf, 2010-10-01
@nikitammf

I didn't find any animations on your page
I recommend reading
this Struggling with non-smooth animation of hidden elements

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question