UNPKG

keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

16 lines (11 loc) 240 B
// // Generic Animations // ============================== // Fade // ------------------------------ .react-transitiongroup-fade-enter { .animation( fadeIn 200ms ); } .react-transitiongroup-fade-leave { .animation( fadeOut 200ms ); }