UNPKG

@shoelace-style/animations

Version:

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

8 lines (7 loc) 188 B
export const flash = [ { offset: 0, opacity: '1' }, { offset: 0.25, opacity: '0' }, { offset: 0.5, opacity: '1' }, { offset: 0.75, opacity: '0' }, { offset: 1, opacity: '1' } ];