Hacker News new | ask | show | jobs
by mrtksn 4388 days ago
It's nice, like animate css: http://daneden.github.io/animate.css/

My main problem with CSS animations is that it does not have an easy way to detect and intercept the animation stage. Sure you can listen to animation start, iteration and end, even you can get time elapsed but I am not aware of how I can get individual key frames and change it on the fly.

1 comments