|
|
|
|
|
by cturhan
4214 days ago
|
|
I used jquery.transit for some of my project. I liked it a lot. As it is very simple to use (it's more like jquery.animate) you can easily animate even without looking at source code. If you need some simple animations like page transitioning, side menu opening I think jquery.transit is ideal. However, if you need some complex transitions like chaining and animating properties in different easings, I suggest you to try Transit. Edit:I'm not sure if it's fixed now but there was the problem when I was using. When you start animation and then you want to stop it because user clicks another button etc, it doesn't stop properly. It breaks animation without pausing. |
|