UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

4 lines 194 B
export var easeInOut = 'cubic-bezier(0.15,1,0.3,1)'; export var easeOut = 'cubic-bezier(0.2,0,0,1)'; export var easeIn = 'cubic-bezier(0.8,0,0,0.8)'; export var linear = 'cubic-bezier(0,0,1,1)';