Introducing Nexus

The Animation Library for all your creative needs.

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.

Animation Library

Upload Your Script

Your Scripts

API Documentation

Getting Started with Nexus

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'
});