We built the Nexus Animation Library to be the most feature-rich animation toolkit to date, making it accessible to developers and designers so they can create stunning visual experiences with minimal effort.
Include the Nexus library in your project:
<script src="https://cdn.nexusanimation.io/nexus.min.js"></script>
Initialize Nexus with your configuration:
const nx = new Nexus({
target: '.my-element',
duration: 1000,
easing: 'easeOutQuad'
});