snapfoo icon indicating copy to clipboard operation
snapfoo copied to clipboard

SnapFoo is an open source JavaScript library that extends off of SnapSVG to help simplify the SVG animation process.

Results 5 snapfoo issues
Sort by recently updated
recently updated
newest added

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...

hacktoberfest

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....

hacktoberfest

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....

hacktoberfest

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...