Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snipcart/vue-transition-demo

Demo for "Creating Vue.js Transitions & Animation"
https://github.com/snipcart/vue-transition-demo

creating-vue-transitions demo transitions vue vue-transition vuejs

Last synced: about 2 months ago
JSON representation

Demo for "Creating Vue.js Transitions & Animation"

Awesome Lists containing this project

README

        

# VueJS transition & transition-group demo

![vue-js-transitions](https://snipcart.com/media/175841/vuejs-animations-transitions-context.jpg)

This repo contains the code for a demo from our blog post "Creating Vue.js Transitions & Animation: Live Examples".

"A transition is a simple change in the style properties on an element to be transitioned in a single step. They are often handled purely through CSS.

The simplest way to achieve transition effects on your page is through Vue's component. It makes things so simple, it almost feels like cheating. Vue will detect if any CSS animations or transitions are being used and will automatically toggle classes on the transitioned content, allowing for a perfectly timed transition system and complete control."

>[Read full tutorial](https://snipcart.com/blog/vuejs-transitions-animations)

>[Try it on CodePen](https://codepen.io/udyux/pen/EwwPgr)

Enjoy folks!