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) 278 B
export const lightSpeedInRight = [ { offset: 0, transform: 'translate3d(100%, 0, 0) skewX(-30deg)', opacity: '0' }, { offset: 0.6, transform: 'skewX(20deg)', opacity: '1' }, { offset: 0.8, transform: 'skewX(-5deg)' }, { offset: 1, transform: 'translate3d(0, 0, 0)' } ];