Back to Popmotion

Magic animations

packages/popmotion-pose/docs/examples/vue/vue-magic-animations.md

8.7.1258 B
Original Source

Magic animations

Even with no transition defined, Pose for Vue will automatically create snappy and responsive transitions between to states.

javascript
posed.div({
  left: { x: -100 },
  right: { x: 100 }
})
<CodeSandbox id="74471lpxqx" vue />