UNPKG

@lagrange/animator

Version:

This library helps making parallax animations on scroll. It is built with performance in mind, as it doesn't need to relayout or paint to operate.

8 lines (6 loc) 199 B
export const ELEM_BOTTOM = 'eb'; export const ELEM_TOP = 'et'; export const ELEM_CENTER = 'ec'; export const SCREEN_BOTTOM = 'sb'; export const SCREEN_TOP = 'st'; export const SCREEN_CENTER = 'sc';