UNPKG

cloudhubui

Version:

Various components to use in react projects

23 lines (22 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.varRotateOut = void 0; // ---------------------------------------------------------------------- var TRANSITION_EXIT = { duration: 0.48, ease: [0.43, 0.13, 0.23, 0.96] }; var varRotateOut = { initial: { opacity: 1, rotate: 0 }, animate: { opacity: 0, rotate: -360, transition: TRANSITION_EXIT } }; exports.varRotateOut = varRotateOut;