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) 180 B
export const pulse = [ { offset: 0, transform: 'scale3d(1, 1, 1)' }, { offset: 0.5, transform: 'scale3d(1.05, 1.05, 1.05)' }, { offset: 1, transform: 'scale3d(1, 1, 1)' } ];