UNPKG

scroll-dom-animation

Version:

Makes animating dom elements on scroll event super easy using a declarative approach without having to touch your css

7 lines (6 loc) 137 B
const constants = { IN_VIEW: 50, // top - vh MOVEMENT_DISTANCE: 50, TRANSITION_TIME: '0.3' } export default constants;