Minor documentation error with playKeyframe
RobeeeJay opened this issue · 3 comments
RobeeeJay commented
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. :)
krazyjakee commented
Wow! Not sure how I missed that. Will fix ASAP!
krazyjakee commented
Ok, i've submitted a fix, please check it out.
RobeeeJay commented
Works great now, just as documented, thank you!