UNPKG

@popmotion/popcorn

Version:

Utility functions for animation and interactions.

4 lines (3 loc) 170 B
export declare type Direction = 'start' | 'end'; declare const _default: (steps: number, direction?: Direction) => (progress: number) => any; export default _default;