@rterizz23/peyek-animations
v2.1.1
Published
Powerful animation.js wrapper for Peyek Web Builder. Easily add entrance, hover, and scroll animations to components.
Readme
Peyek Animations
A powerful, high-performance animation engine for the Peyek platform. Built on top of Anime.js, it provides an intuitive API for adding fluid, interactive animations to your web builder components.
Features
- Entrance Animations: Instantly add fade, slide-up, zoom-in, or bounce effects.
- Continuous Effects: Add floating or pulsating animations for interactive UI elements.
- Builder Integration: Designed specifically to be injected into
peyek-ui-builderelements.
Installation
npm install peyek-animationsUsage
import { PeyekAnimations } from 'peyek-animations';
// Animate an element on load
PeyekAnimations.animate('#my-element', 'slide-up');
// Add a continuous floating effect
PeyekAnimations.float('.floating-button');