CSS3 transitions and JavaScript queues without jQuery
Recently I needed to replace a jQuery animation and instead use CSS3 transitions to be able to use the hardware accelerations and get a smoother animation. I still had to use JavaScript for some calculations that were applied to properties being transitioned. The animation was divided in different s…
Daniel Wertheim