Module
MotionValue
- Package
- purescript-framer-motion
- Repository
- i-am-the-slime/purescript-framer-motion
#MotionValue Source
data MotionValue :: Type -> Type#useMotionValueImpl Source
useMotionValueImpl :: forall a. EffectFn1 a (MotionValue a)#get Source
get :: forall a. (MotionValue a) -> Effect a#setButDoNotRender Source
setButDoNotRender :: forall a. a -> MotionValue a -> Effect Unit#isAnimating Source
isAnimating :: forall a. MotionValue a -> Effect Boolean#onChangeImpl Source
onChangeImpl :: forall a. EffectFn1 a Unit -> MotionValue a -> Effect (Effect Unit)#useMotionValue Source
useMotionValue :: forall a. a -> Hook (UseMotionValue a) (MotionValue a)#animateImpl Source
animateImpl :: forall a options. EffectFn3 (MotionValue a) a (Record options) AnimationPlaybackControls#animate Source
animate :: forall a options. a -> Record options -> MotionValue a -> Effect AnimationPlaybackControls