UNPKG

primevue

Version:

PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc

15 lines (12 loc) 378 B
/** * * AnimateOnScroll manages CSS classes declaratively to during enter/leave animations on scroll or on page load. * * [Live Demo](https://primevue.org/animateonscroll) * * @module animateonscrollstyle * */ import type { BaseStyle } from '@primevue/core/base/style'; export enum AnimateOnScrollClasses {} export interface AnimateOnScrollStyle extends BaseStyle {}