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
Implement rounded corners to rect element on Pathformer class.
Big thanks to @codebymikey for opening the issue and helping to provide a snippet of code.
Add callback function on .play(), special thanks to @jsimnz
Add reverseStack option.
Finally kill the incorrect animation name. async is now sync (but remain retro-compatible to avoid conflicts).
#100 : Fix issue with callback executing after destroy #106 : Fix predictable crash while using data-ignore on scenario (and scenario-sync) animations.
Load and insert SVG without object wrapper
Fix glitches from Chrome 47
Add manual test pages
Add missing methods in the doc
Add a 'Thanks' section
Clean up demo page
Update License
Re-apply IE 11 & 12 detection
Pathformer bugs about ellipse (typo) and polygon/polyline (trimming) by @TranscendOfSypherus
Objects dynamically loaded are now taking the size of the parent element. Might cause some issue if you already use this feature.
Add data-ignore attribute support to ignore path tags from the animation.
Add ignoreInvisible option to ignore invisible paths. This is beta feature, by default the value is disabled.