react-native-micro-interactions
Version:
Effortlessly enhance your React Native components with subtle micro-interactions and animations.
14 lines • 437 B
TypeScript
import type { BuzzAnimOptions, IBuzzAnimOptions } from "../types/animations";
export declare const buzz: (config: IBuzzAnimOptions, props?: BuzzAnimOptions) => {
animatedStyle: {
transform: ({
rotateZ: string;
scale?: undefined;
} | {
scale: number;
rotateZ?: undefined;
})[];
};
runIndividualAnimation: () => void;
};
//# sourceMappingURL=buzz.d.ts.map