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) 287 B
export const jackInTheBox = [ { offset: 0, opacity: '0', transform: 'scale(0.1) rotate(30deg)', 'transform-origin': 'center bottom' }, { offset: 0.5, transform: 'rotate(-10deg)' }, { offset: 0.7, transform: 'rotate(3deg)' }, { offset: 1, opacity: '1', transform: 'scale(1)' } ];