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) 137 B
export const rotateOutUpLeft = [ { offset: 0, opacity: '1' }, { offset: 1, transform: 'rotate3d(0, 0, 1, -45deg)', opacity: '0' } ];