UNPKG

@abdalla-1/swisco

Version:
30 lines (29 loc) 489 B
import { createAnimations } from "@tamagui/animations-react-native"; const animations = createAnimations({ bouncy: { type: "spring", damping: 10, mass: 0.9, stiffness: 100 }, lazy: { type: "spring", damping: 20, stiffness: 60 }, quick: { type: "spring", damping: 20, mass: 0.5, stiffness: 250 }, fade: { duration: 500, tension: 220, friction: 120 } }); export { animations }; //# sourceMappingURL=animations.js.map