framer-motion
Advanced tools
Changelog
[0.6.0] 2019-02-20
static
prop. Set static
on a motion component to prevent animation and interaction.render
Changelog
[0.5.1] 2019-02-19
MotionComponents
, CustomMotionComponent
, HTMLMotionComponents
and SVGMotionComponents
types.safeWindow
.Changelog
[0.5.0] 2019-02-19
onDrag
event listenerMotionStyles
type.tap
-> press
Changelog
[0.4.5] 2019-02-15
originX
and originY
SSR.style
props to overwrite CSS rotate
, scale
and perspective
.Changelog
[0.4.3] 2019-02-14
initial
properties via Stylefire when component mounts to ensure its in-sync with all transform values set in initial
that might not later be rendered.htmlElements
, svgElements
and createMotionComponent
as their exclusion was causing errors with the output declaration file.