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) 239 B
export const backOutLeft = [ { offset: 0, transform: 'scale(1)', opacity: '1' }, { offset: 0.2, transform: 'translateX(0px) scale(0.7)', opacity: '0.7' }, { offset: 1, transform: 'translateX(-2000px) scale(0.7)', opacity: '0.7' } ];