@ssgoi/core
Version:
Core animation engine for SSGOI - Native app-like page transitions with spring physics
15 lines • 721 B
TypeScript
export * from './fade';
export * from './scale';
export * from './slide';
export * from './rotate';
export * from './bounce';
export * from './blur';
export * from './fly';
export * from './mask';
export * from './none';
export type { Integrator, IntegratorState } from '../animator/integrator';
export { SpringIntegrator, type SpringIntegratorConfig, } from '../animator/integrator';
export { DoubleSpringIntegrator, type DoubleSpringIntegratorConfig, type FollowerSpringConfig, } from '../animator/integrator';
export { InertiaIntegrator, type InertiaIntegratorConfig, type ResistanceType, } from '../animator/integrator';
export { IntegratorProvider } from '../animator/integrator';
//# sourceMappingURL=index.d.ts.map