snapfoo
snapfoo copied to clipboard
SnapFoo is an open source JavaScript library that extends off of SnapSVG to help simplify the SVG animation process.
Currently, both the `animate` and `animatePath` calls accept frames for one specific element. This functionality creates an issue if you're trying to animate more than one element in one SVG...
Currently, the api for `loop` properties is more complicated than needed. I'd like to update the individual `loop` properties to work as a single `loop` property to simplify the calls....
Currently, the api for `rewind` properties is more complicated than needed. I'd like to update the individual `rewind` properties to work as a single `rewind` object to simplify the calls....
Following a similar architecture to TickTock, restructure and update the SnapFoo project.
Update the `easing` property from a `mina` function to additionally accept a string like `bounce`. The SnapFoo logic will then use this like either a function call or `mina[props.easing]`. This...