mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
14 lines
384 B
TypeScript
14 lines
384 B
TypeScript
/**
|
|
*
|
|
* AnimateOnScroll manages PrimeFlex CSS classes declaratively to during enter/leave animations on scroll or on page load.
|
|
*
|
|
* [Live Demo](https://primevue.org/animateonscroll)
|
|
*
|
|
* @module animateonscrollstyle
|
|
*
|
|
*/
|
|
import { BaseStyle } from '../../base/style/BaseStyle';
|
|
|
|
export enum AnimateOnScrollClasses {}
|
|
|
|
export interface AnimateOnScrollStyle extends BaseStyle {}
|