UNPKG

rsuite

Version:

A suite of react components

25 lines (19 loc) 451 B
// Slide .rs-anim-slide-out { .animation-common(cubic-bezier(0.4, 0, 1, 1)); //Fast out } .rs-anim-slide-in { .animation-common(ease-in-out); } .rs-anim-right { .slide-animation-setting(slideInRight, slideOutRight); } .rs-anim-left { .slide-animation-setting(slideInLeft, slideOutLeft); } .rs-anim-top { .slide-animation-setting(slideInTop, slideOutTop); } .rs-anim-bottom { .slide-animation-setting(slideInBottom, slideOutBottom); }