UNPKG

@shoelace-style/animations

Version:

Your favorite animate.css effects available as ES modules for use with the Web Animations API.

8 lines (7 loc) 450 B
export const flipInX = [ { offset: 0, transform: 'perspective(400px) rotate3d(1, 0, 0, 90deg)', easing: 'ease-in', opacity: '0' }, { offset: 0.4, transform: 'perspective(400px) rotate3d(1, 0, 0, -20deg)', easing: 'ease-in' }, { offset: 0.6, transform: 'perspective(400px) rotate3d(1, 0, 0, 10deg)', opacity: '1' }, { offset: 0.8, transform: 'perspective(400px) rotate3d(1, 0, 0, -5deg)' }, { offset: 1, transform: 'perspective(400px)' } ];