UNPKG

@ionic/core

Version:
7 lines (6 loc) 228 B
export function baseAnimation(AnimationC) { return Promise.resolve(new AnimationC() .easing('cubic-bezier(0.0, 0.0, 0.2, 1)') .easingReverse('cubic-bezier(0.4, 0.0, 0.6, 1)') .duration(300)); }