UNPKG

cloudhubui

Version:

Various components to use in react projects

39 lines (38 loc) 921 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.varColor5x = exports.varColor4x = exports.varColor3x = exports.varColor2x = void 0; // ---------------------------------------------------------------------- var TRANSITION = { duration: 5, ease: 'linear' }; var varColor2x = { animate: { background: ['#19dcea', '#b22cff'], transition: TRANSITION } }; exports.varColor2x = varColor2x; var varColor3x = { animate: { background: ['#19dcea', '#b22cff', '#ea2222'], transition: TRANSITION } }; exports.varColor3x = varColor3x; var varColor4x = { animate: { background: ['#19dcea', '#b22cff', '#ea2222', '#f5be10'], transition: TRANSITION } }; exports.varColor4x = varColor4x; var varColor5x = { animate: { background: ['#19dcea', '#b22cff', '#ea2222', '#f5be10', '#3bd80d'], transition: TRANSITION } }; exports.varColor5x = varColor5x;