Github URL: https://github.com/hasinhayder/Nanimator Live Demo: http://hasinhayder.github.io/Nanimator/index2.html I got the idea of Nanimator Library while working with jQuery Transit library and CSS3 transforms couple od days ago. I was chaining the animation of numbers of objects by writing callbacks for each of them and suddenly I … Continue reading Introducing Nanimator Library – for Nano Animations
Tag: Transit
CSS3 Storyline Animation using jQuery Transit Library
I have been learning CSS3 animations and transitions for last few days, and I found this awesome jQuery library “Transit” which can be used to replace CSS3 @KeyFrame animations. I am not a big fan of KeyFrame animations because it’s tough to write and you need to calculate a lot of things and express them in percentage of total time. Which makes it even harder to write. I mean for something small, it is more than awesome – but as soon you start writing something big, where each elements are chained to each other, you will find it pretty tough.
So, here goes the CSS3 Storyline Animation using jQuery Transit library. There are many sliders in the market who uses animations like this – so if you are good, you can even make a animation designer app using Transit.
Github URL: https://github.com/hasinhayder/CSS3-Storyline-Animation
Live Demo: http://bit.ly/CSS3Storyline