# vue-animated-list **Repository Path**: vuejs/vue-animated-list ## Basic Information - **Project Name**: vue-animated-list - **Description**: A Vue.js plugin for easily animating `v-for` rendered lists. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-12 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README # vue-animated-list > **NOTE:** this plugin is for Vue 1.x only. Vue 2.0 supports moving animations out of the box. A Vue.js plugin for easily animating `v-for` rendered lists. [Live Demo](http://vuejs.github.io/vue-animated-list/example.html) Compatibility: [IE10+](http://caniuse.com/#search=css%20transition). ## Installation - #### With Modules ``` js // ES6 import Vue from 'vue' import VueAnimatedList from 'vue-animated-list' Vue.use(VueAnimatedList) // ES5 var Vue = require('vue') Vue.use(require('vue-animated-list')) ``` - #### `