framer-motion
Advanced tools
Changelog
[0.13.0] 2019-04-08
useTransformedValue
=> useTransform
transform(value, input, output, options)
overload.Changelog
[0.12.0] 2019-04-03
useCycle([...args])
-> useCycle(...args)
static
components reflect changes in initial
.useCycle
setter is independent from render cycle.useCycle
no longer has the ability to start at a different index.Changelog
[0.11.0] 2019-04-01
value.addUpdateSubscription
=> value.onChange
value.addRenderSubscription
=> value.onRenderRequest
(and made internal)popmotion@8.6.5