UNPKG

@shoelace-style/animations

Version:

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

7 lines (6 loc) 294 B
export const bounceOut = [ { offset: 0.2, transform: 'scale3d(0.9, 0.9, 0.9)' }, { offset: 0.5, opacity: '1', transform: 'scale3d(1.1, 1.1, 1.1)' }, { offset: 0.55, opacity: '1', transform: 'scale3d(1.1, 1.1, 1.1)' }, { offset: 1, opacity: '0', transform: 'scale3d(0.3, 0.3, 0.3)' } ];