Vue Staggering List Transitions

Vue.js animations effect

This is an example of testing Vue's staggering animations effect. Uses VelocityJS and randomuser.me API.

Reference: https://vuejs.org/v2/guide/transitions.html#Staggering-List-Transitions

An editable live example is available here. VueJS Staggering List Transitions

The above example shows transitions made with Vue, by communicating with JavaScript transitions through data attributes, makes possible to stagger transitions in a list.