{
  "version": 3,
  "sources": ["../../src/animations.ts"],
  "sourcesContent": ["import { createAnimations } from '@tamagui/animations-react-native'\n\nexport const animations = createAnimations({\n  bouncy: {\n    type: 'spring',\n    damping: 10,\n    mass: 0.9,\n    stiffness: 100,\n  },\n  lazy: {\n    type: 'spring',\n    damping: 20,\n    stiffness: 60,\n  },\n  quick: {\n    type: 'spring',\n    damping: 20,\n    mass: 1.2,\n    stiffness: 250,\n  },\n})\n"],
  "mappings": "AAAA,SAAS,wBAAwB;AAE1B,MAAM,aAAa,iBAAiB;AAAA,EACzC,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
  "names": []
}
