1 | import { AnimationHandler, SwipeAnimationHandler, StopSwipingHandler } from './types';
|
2 | /**
|
3 | * Main animation handler for the default 'sliding' style animation
|
4 | * @param props
|
5 | * @param state
|
6 | */
|
7 | export declare const slideAnimationHandler: AnimationHandler;
|
8 | /**
|
9 | * Swiping animation handler for the default 'sliding' style animation
|
10 | * @param delta
|
11 | * @param props
|
12 | * @param state
|
13 | * @param setState
|
14 | */
|
15 | export declare const slideSwipeAnimationHandler: SwipeAnimationHandler;
|
16 | /**
|
17 | * Default 'sliding' style animination handler for when a swipe action stops.
|
18 | * @param props
|
19 | * @param state
|
20 | */
|
21 | export declare const slideStopSwipingHandler: StopSwipingHandler;
|
22 | /**
|
23 | * Main animation handler for the default 'fade' style animation
|
24 | * @param props
|
25 | * @param state
|
26 | */
|
27 | export declare const fadeAnimationHandler: AnimationHandler;
|
28 | //# sourceMappingURL=animations.d.ts.map |
\ | No newline at end of file |