UNPKG

@thecoderzeus/scroll-reveal-fx

Version:

Uma suíte de animação de alta performance, modular e sem dependências, para criar interações ricas e elegantes baseadas no scroll e no mouse.

30 lines (27 loc) 892 B
import { revealOnScroll } from './src/core.js'; import { animateText } from './src/text.js'; import { drawSVG } from './src/svg.js'; import { applyParallax } from './src/parallax.js'; import { scrubAnimation } from './src/scrub.js'; import { createTimeline } from './src/timeline.js'; import { applyTilt, applyMagnetism } from './src/mouse.js'; import { createScrollSpy } from './src/scrollspy.js'; import { applyWaveReveal } from './src/waveReveal.js'; import { applyFlip3D } from './src/flip3D.js'; import { applyColorPulse } from './src/colorPulse.js'; import { applyZoomBlur } from './src/zoomBlur.js'; export { revealOnScroll, animateText, drawSVG, applyParallax, scrubAnimation, createTimeline, applyTilt, applyMagnetism, createScrollSpy, applyWaveReveal, applyFlip3D, applyColorPulse, applyZoomBlur };