0.0.1 • Published 8 years ago

@nathanfaucett/virt-css_transition_group v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Virt CSSTransitionGroup

Virt CSSTransitionGroup for the browser and node.js

var CSSTransitionGroup = require("@nathanfaucett/virt-css_transition_group");;


// require this in DOM thread
require("virt-css_transition_group/src/handlers");


virt.createView(CSSTransitionGroup, {
        component: "ul"
    },
    children...
);