UNPKG

@shoelace-style/animations

Version:

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

5 lines (4 loc) 215 B
export const zoomOutRight = [ { offset: 0.4, opacity: '1', transform: 'scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)' }, { offset: 1, opacity: '0', transform: 'scale(0.1) translate3d(2000px, 0, 0)' } ];