rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

requestAnimationFrame #173

Closed szepeviktor closed 1 month ago

szepeviktor commented 10 years ago

Do you plan to use requestAnimationFrame? (as jQuery does not include it)

positlabs commented 10 years ago

transit uses css transitions to animate elements, and not frame-based property animation. What would be the point in including the requestAnimationFrame shim here?

dalisoft commented 9 years ago

requestAnimationFrame - is the hardware accelarated super-smooth tool for smarter animation. But it's breaks your Transition performance. Transition animation rendering with requestAnimationFrame by browser. If you're using requestAnimation, transition works slowly or not-smooth. Sorry for my bad english!