0.3.3 • Published 1 month ago

vue-use-spring v0.3.3

Weekly downloads
5
License
MIT
Repository
github
Last release
1 month ago

vue-use-spring NPM version ci status

💫 Make natural animations with springs!

Installation

yarn add vue-use-spring
# or
npm install vue-use-spring

Usage

import { useSpring } from 'vue-use-spring'

const position = useSpring({ x: 0, y: 0 })

// change position like you would usually
position.x = 100
<p :style="{ transform: `translateX(${position.x}px)` }">I move!</p>

API

Related

License

MIT

0.3.3

1 month ago

0.3.2

1 month ago

0.3.1

6 months ago

0.3.0

8 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

4 years ago