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
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
in index.js you export the module 'velocityHelpers', but then in your examples you write: var Animations = { down: VelocityHelpers.registerEffect({...
seems to make more sense to export the module with a Capital Letter? Or if this would break the plugin I guess at least fix up the examples. I can do a PR if you like, to fix the examples.
in index.js you export the module 'velocityHelpers', but then in your examples you write:
var Animations = { down: VelocityHelpers.registerEffect({...seems to make more sense to export the module with a Capital Letter? Or if this would break the plugin I guess at least fix up the examples. I can do a PR if you like, to fix the examples.