UNPKG

vevet

Version:

Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.

15 lines (11 loc) 358 B
import { TRequiredProps } from '@/internal/requiredProps'; import { IRafStaticProps, IRafMutableProps } from './types'; export const STATIC_PROPS: TRequiredProps<IRafStaticProps> = { __staticProp: true, }; export const MUTABLE_PROPS: TRequiredProps<IRafMutableProps> = { __mutableProp: true, fps: 'auto', enabled: false, fpsRecalcFrames: 10, };