Animation Library for the WEB | playjs
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.
play({
targets: 'div',
translateX: 250,
whenVisible:true,
threshold:0.3,
duration: 1000
});