You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your library, it was just what I needed to solve jerky animation without having to write keyframe code myself. :)
Discovered a small but significant error in the docs regarding the usage of playKeyframe with options passed as an object. It states you can pass a complete property, but you can't, it has to be passed as a second argument along with the object.
Noticed whilst using this in Angular and not having my callbacks firing. :)