https://github.com/marleydip/vue-animation
Vue 3 Animation Effect
https://github.com/marleydip/vue-animation
keyframes-animation scale transform transition translate
Last synced: about 2 months ago
JSON representation
Vue 3 Animation Effect
- Host: GitHub
- URL: https://github.com/marleydip/vue-animation
- Owner: marleyDip
- Created: 2025-04-23T15:17:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-24T21:31:26.000Z (about 1 year ago)
- Last Synced: 2025-06-10T13:48:03.375Z (11 months ago)
- Topics: keyframes-animation, scale, transform, transition, translate
- Language: Vue
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-animation
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).