Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 424 Bytes

File metadata and controls

24 lines (18 loc) · 424 Bytes

Dynamics Back

  • Dynamics.js is a JavaScript library to create physics-based animations.

Code

var el = document.getElementById("logo")
dynamics.animate(el, {
	translateX: 350,
	scale: 2,
	opacity: 0.5
}, {
	type: dynamics.spring,
	frequency: 200,
	friction: 200,
	duration: 1500
})

Download

  • Just Click here to download.