PlayJs
playjs
Animation Library for the WEB |play.js is a powerful JavaScript animation library, which takes care of the nitty gritty of animations and provides you with a simple easy to use INTERFACE. PlayJS helps to animate DOM elements , CSS properties and SVGs.
USAGE
play({
targets: 'div',
translateX: 250,
whenVisible:true,
threshold:0.3,
duration: 1000
});