UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

13 lines (12 loc) 665 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.linear = exports.easeOut = exports.easeInOut = exports.easeIn80Out = exports.easeIn60Out = exports.easeIn40Out = exports.easeIn = void 0; var easeInOut = exports.easeInOut = 'cubic-bezier(0.15,1,0.3,1)'; var easeOut = exports.easeOut = 'cubic-bezier(0.2,0,0,1)'; var easeIn = exports.easeIn = 'cubic-bezier(0.8,0,0,0.8)'; var easeIn40Out = exports.easeIn40Out = 'cubic-bezier(0.4,0,0,1)'; var easeIn60Out = exports.easeIn60Out = 'cubic-bezier(0.6,0,0,1)'; var easeIn80Out = exports.easeIn80Out = 'cubic-bezier(0.8,0,0,1)'; var linear = exports.linear = 'cubic-bezier(0,0,1,1)';