1.0.0 • Published 2 years ago

motion-io v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

MotionIO

Animation components using AnimeJS and Intersection Observer for Vanilla JS and Vue.

Props - Motion ( Vue )

PropTypeRequiredDefaultNotes
onceBooleanfalsefalse
observerRootObjectfalse{ root: null, rootMargin: '0px' }
thresholdFunction / Array / Numberfalse0.5
childrenArray / Booleanfalsefalse
customObjectfalsenull
delayNumber / Functionfalse0
durationNumber / Functionfalse1000 (ms)
easingString / Functionfalse'linear'
presetStringfalse'fadeIn'
svgBooleanfalsefalse
staggerArray / Numberfalsenull

Note

Readme is a work-in-progress. More to come.