UNPKG

stylescape

Version:

Stylescape is a visual identity framework developed by Scape Agency.

11 lines (9 loc) 505 B
// Scroll Module Entry Point // Consolidates and exports all scroll-related classes export { InfiniteScrollManager } from "./InfiniteScrollManager" export { ParallaxScrollManager } from "./ParallaxScrollManager" export { ScrollElementManager } from "./ScrollElementManager" export { ScrollPageManager } from "./ScrollPageManager" export { ScrollSpyManager } from "./ScrollSpyManager" export { SoftScrollManager } from "./SoftScrollManager" export { VerticalScrollManager } from "./VerticalScrollManager"