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) 160 B
export const slideOutUp = [ { offset: 0, transform: 'translate3d(0, 0, 0)' }, { offset: 1, visibility: 'hidden', transform: 'translate3d(0, -100%, 0)' } ];