UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

10 lines (9 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.linear = exports.easeOut = exports.easeInOut = 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 linear = exports.linear = 'cubic-bezier(0,0,1,1)';