Recently I had to build a combined animation: when first animation is at 5%, the next animation should start. Well, the problem is that the current doesn’t have any events to track css animation keyframe progress (other than start, end and iteration/loop). So, with the newly discovered – by me – requestAnimationFrame, I started to […]
- Posted in:
- jQuery,
- jQuery Plugins