UNPKG

@shoelace-style/animations

Version:

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

6 lines (5 loc) 159 B
export const zoomOut = [ { offset: 0, opacity: '1' }, { offset: 0.5, opacity: '0', transform: 'scale3d(0.3, 0.3, 0.3)' }, { offset: 1, opacity: '0' } ];