@shopify/react-native-skia 0.1.228 → 0.1.230

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (629) hide show
  1. package/android/cpp/jni/JniLoad.cpp +0 -2
  2. package/android/src/main/java/com/shopify/reactnative/skia/RNSkiaModule.java +0 -1
  3. package/android/src/main/java/com/shopify/reactnative/skia/RNSkiaPackage.java +1 -2
  4. package/android/src/main/java/com/shopify/reactnative/skia/SkiaBaseView.java +7 -12
  5. package/android/src/main/java/com/shopify/reactnative/skia/SkiaDomView.java +1 -1
  6. package/android/src/main/java/com/shopify/reactnative/skia/SkiaPictureView.java +1 -1
  7. package/cpp/api/JsiSkApi.h +4 -1
  8. package/cpp/api/JsiSkParagraph.h +15 -0
  9. package/cpp/api/JsiSkParagraphBuilder.h +3 -32
  10. package/cpp/api/JsiSkParagraphBuilderFactory.h +54 -0
  11. package/cpp/rnskia/RNSkJsiViewApi.h +0 -52
  12. package/cpp/rnskia/RNSkManager.cpp +0 -6
  13. package/cpp/rnskia/RNSkView.h +2 -91
  14. package/cpp/rnskia/dom/JsiDomApi.h +0 -9
  15. package/lib/commonjs/animation/index.d.ts +0 -3
  16. package/lib/commonjs/animation/index.js +0 -39
  17. package/lib/commonjs/animation/index.js.map +1 -1
  18. package/lib/commonjs/dom/nodes/JsiSkDOM.d.ts +1 -2
  19. package/lib/commonjs/dom/nodes/JsiSkDOM.js +0 -6
  20. package/lib/commonjs/dom/nodes/JsiSkDOM.js.map +1 -1
  21. package/lib/commonjs/dom/nodes/Node.d.ts +0 -3
  22. package/lib/commonjs/dom/nodes/Node.js +0 -5
  23. package/lib/commonjs/dom/nodes/Node.js.map +1 -1
  24. package/lib/commonjs/dom/nodes/drawings/index.d.ts +0 -1
  25. package/lib/commonjs/dom/nodes/drawings/index.js +0 -13
  26. package/lib/commonjs/dom/nodes/drawings/index.js.map +1 -1
  27. package/lib/commonjs/dom/types/Common.d.ts +2 -2
  28. package/lib/commonjs/dom/types/Common.js.map +1 -1
  29. package/lib/commonjs/dom/types/Drawings.d.ts +0 -4
  30. package/lib/commonjs/dom/types/Drawings.js.map +1 -1
  31. package/lib/commonjs/dom/types/NodeType.d.ts +0 -1
  32. package/lib/commonjs/dom/types/NodeType.js +0 -1
  33. package/lib/commonjs/dom/types/NodeType.js.map +1 -1
  34. package/lib/commonjs/dom/types/SkDOM.d.ts +1 -2
  35. package/lib/commonjs/dom/types/SkDOM.js.map +1 -1
  36. package/lib/commonjs/index.d.ts +0 -1
  37. package/lib/commonjs/index.js +0 -14
  38. package/lib/commonjs/index.js.map +1 -1
  39. package/lib/commonjs/mock/index.js +0 -4
  40. package/lib/commonjs/mock/index.js.map +1 -1
  41. package/lib/commonjs/renderer/Canvas.js +9 -34
  42. package/lib/commonjs/renderer/Canvas.js.map +1 -1
  43. package/lib/commonjs/renderer/Container.d.ts +1 -3
  44. package/lib/commonjs/renderer/Container.js +4 -6
  45. package/lib/commonjs/renderer/Container.js.map +1 -1
  46. package/lib/commonjs/renderer/HostComponents.d.ts +1 -6
  47. package/lib/commonjs/renderer/HostComponents.js +0 -3
  48. package/lib/commonjs/renderer/HostComponents.js.map +1 -1
  49. package/lib/commonjs/renderer/HostConfig.js +2 -23
  50. package/lib/commonjs/renderer/HostConfig.js.map +1 -1
  51. package/lib/commonjs/renderer/Reconciler.d.ts +1 -5
  52. package/lib/commonjs/renderer/Reconciler.js +3 -18
  53. package/lib/commonjs/renderer/Reconciler.js.map +1 -1
  54. package/lib/commonjs/renderer/components/index.d.ts +0 -1
  55. package/lib/commonjs/renderer/components/index.js +0 -13
  56. package/lib/commonjs/renderer/components/index.js.map +1 -1
  57. package/lib/commonjs/renderer/index.d.ts +0 -1
  58. package/lib/commonjs/renderer/index.js +0 -13
  59. package/lib/commonjs/renderer/index.js.map +1 -1
  60. package/lib/commonjs/renderer/processors/Animations/Animations.d.ts +1 -8
  61. package/lib/commonjs/renderer/processors/Animations/Animations.js +0 -44
  62. package/lib/commonjs/renderer/processors/Animations/Animations.js.map +1 -1
  63. package/lib/commonjs/skia/types/Canvas.d.ts +2 -2
  64. package/lib/commonjs/skia/types/Canvas.js.map +1 -1
  65. package/lib/commonjs/skia/types/Matrix.d.ts +2 -1
  66. package/lib/commonjs/skia/types/Matrix.js.map +1 -1
  67. package/lib/commonjs/skia/types/Matrix4.d.ts +9 -1
  68. package/lib/commonjs/skia/types/Matrix4.js +49 -3
  69. package/lib/commonjs/skia/types/Matrix4.js.map +1 -1
  70. package/lib/commonjs/skia/types/Paragraph/Paragraph.d.ts +23 -0
  71. package/lib/commonjs/skia/types/Paragraph/Paragraph.js.map +1 -1
  72. package/lib/commonjs/skia/types/Path/Path.d.ts +2 -2
  73. package/lib/commonjs/skia/types/Path/Path.js.map +1 -1
  74. package/lib/commonjs/skia/web/JsiSkMatrix.d.ts +2 -2
  75. package/lib/commonjs/skia/web/JsiSkMatrix.js.map +1 -1
  76. package/lib/commonjs/skia/web/JsiSkParagraph.d.ts +3 -0
  77. package/lib/commonjs/skia/web/JsiSkParagraph.js +12 -0
  78. package/lib/commonjs/skia/web/JsiSkParagraph.js.map +1 -1
  79. package/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.js +5 -2
  80. package/lib/commonjs/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  81. package/lib/commonjs/views/SkiaBaseWebView.d.ts +0 -7
  82. package/lib/commonjs/views/SkiaBaseWebView.js +0 -17
  83. package/lib/commonjs/views/SkiaBaseWebView.js.map +1 -1
  84. package/lib/commonjs/views/SkiaDomView.d.ts +0 -7
  85. package/lib/commonjs/views/SkiaDomView.js +3 -14
  86. package/lib/commonjs/views/SkiaDomView.js.map +1 -1
  87. package/lib/commonjs/views/SkiaDomView.web.js +4 -14
  88. package/lib/commonjs/views/SkiaDomView.web.js.map +1 -1
  89. package/lib/commonjs/views/SkiaPictureView.d.ts +0 -7
  90. package/lib/commonjs/views/SkiaPictureView.js +3 -14
  91. package/lib/commonjs/views/SkiaPictureView.js.map +1 -1
  92. package/lib/commonjs/views/SkiaViewNativeId.d.ts +3 -0
  93. package/lib/commonjs/views/SkiaViewNativeId.js +11 -0
  94. package/lib/commonjs/views/SkiaViewNativeId.js.map +1 -0
  95. package/lib/commonjs/views/index.d.ts +0 -2
  96. package/lib/commonjs/views/index.js +0 -26
  97. package/lib/commonjs/views/index.js.map +1 -1
  98. package/lib/commonjs/views/types.d.ts +2 -15
  99. package/lib/commonjs/views/types.js.map +1 -1
  100. package/lib/module/animation/index.d.ts +0 -3
  101. package/lib/module/animation/index.js +0 -3
  102. package/lib/module/animation/index.js.map +1 -1
  103. package/lib/module/dom/nodes/JsiSkDOM.d.ts +1 -2
  104. package/lib/module/dom/nodes/JsiSkDOM.js +1 -7
  105. package/lib/module/dom/nodes/JsiSkDOM.js.map +1 -1
  106. package/lib/module/dom/nodes/Node.d.ts +0 -3
  107. package/lib/module/dom/nodes/Node.js +0 -5
  108. package/lib/module/dom/nodes/Node.js.map +1 -1
  109. package/lib/module/dom/nodes/drawings/index.d.ts +0 -1
  110. package/lib/module/dom/nodes/drawings/index.js +0 -1
  111. package/lib/module/dom/nodes/drawings/index.js.map +1 -1
  112. package/lib/module/dom/types/Common.d.ts +2 -2
  113. package/lib/module/dom/types/Common.js.map +1 -1
  114. package/lib/module/dom/types/Drawings.d.ts +0 -4
  115. package/lib/module/dom/types/Drawings.js.map +1 -1
  116. package/lib/module/dom/types/NodeType.d.ts +0 -1
  117. package/lib/module/dom/types/NodeType.js +0 -1
  118. package/lib/module/dom/types/NodeType.js.map +1 -1
  119. package/lib/module/dom/types/SkDOM.d.ts +1 -2
  120. package/lib/module/dom/types/SkDOM.js.map +1 -1
  121. package/lib/module/index.d.ts +0 -1
  122. package/lib/module/index.js +0 -1
  123. package/lib/module/index.js.map +1 -1
  124. package/lib/module/mock/index.js +1 -4
  125. package/lib/module/mock/index.js.map +1 -1
  126. package/lib/module/renderer/Canvas.js +9 -32
  127. package/lib/module/renderer/Canvas.js.map +1 -1
  128. package/lib/module/renderer/Container.d.ts +1 -3
  129. package/lib/module/renderer/Container.js +4 -6
  130. package/lib/module/renderer/Container.js.map +1 -1
  131. package/lib/module/renderer/HostComponents.d.ts +1 -6
  132. package/lib/module/renderer/HostComponents.js +0 -3
  133. package/lib/module/renderer/HostComponents.js.map +1 -1
  134. package/lib/module/renderer/HostConfig.js +3 -23
  135. package/lib/module/renderer/HostConfig.js.map +1 -1
  136. package/lib/module/renderer/Reconciler.d.ts +1 -5
  137. package/lib/module/renderer/Reconciler.js +3 -16
  138. package/lib/module/renderer/Reconciler.js.map +1 -1
  139. package/lib/module/renderer/components/index.d.ts +0 -1
  140. package/lib/module/renderer/components/index.js +0 -1
  141. package/lib/module/renderer/components/index.js.map +1 -1
  142. package/lib/module/renderer/index.d.ts +0 -1
  143. package/lib/module/renderer/index.js +0 -1
  144. package/lib/module/renderer/index.js.map +1 -1
  145. package/lib/module/renderer/processors/Animations/Animations.d.ts +1 -8
  146. package/lib/module/renderer/processors/Animations/Animations.js +0 -28
  147. package/lib/module/renderer/processors/Animations/Animations.js.map +1 -1
  148. package/lib/module/skia/types/Canvas.d.ts +2 -2
  149. package/lib/module/skia/types/Canvas.js.map +1 -1
  150. package/lib/module/skia/types/Matrix.d.ts +2 -1
  151. package/lib/module/skia/types/Matrix.js.map +1 -1
  152. package/lib/module/skia/types/Matrix4.d.ts +9 -1
  153. package/lib/module/skia/types/Matrix4.js +42 -2
  154. package/lib/module/skia/types/Matrix4.js.map +1 -1
  155. package/lib/module/skia/types/Paragraph/Paragraph.d.ts +23 -0
  156. package/lib/module/skia/types/Paragraph/Paragraph.js.map +1 -1
  157. package/lib/module/skia/types/Path/Path.d.ts +2 -2
  158. package/lib/module/skia/types/Path/Path.js.map +1 -1
  159. package/lib/module/skia/web/JsiSkMatrix.d.ts +2 -2
  160. package/lib/module/skia/web/JsiSkMatrix.js.map +1 -1
  161. package/lib/module/skia/web/JsiSkParagraph.d.ts +3 -0
  162. package/lib/module/skia/web/JsiSkParagraph.js +12 -0
  163. package/lib/module/skia/web/JsiSkParagraph.js.map +1 -1
  164. package/lib/module/skia/web/JsiSkParagraphBuilderFactory.js +5 -2
  165. package/lib/module/skia/web/JsiSkParagraphBuilderFactory.js.map +1 -1
  166. package/lib/module/views/SkiaBaseWebView.d.ts +0 -7
  167. package/lib/module/views/SkiaBaseWebView.js +0 -17
  168. package/lib/module/views/SkiaBaseWebView.js.map +1 -1
  169. package/lib/module/views/SkiaDomView.d.ts +0 -7
  170. package/lib/module/views/SkiaDomView.js +2 -13
  171. package/lib/module/views/SkiaDomView.js.map +1 -1
  172. package/lib/module/views/SkiaDomView.web.js +4 -13
  173. package/lib/module/views/SkiaDomView.web.js.map +1 -1
  174. package/lib/module/views/SkiaPictureView.d.ts +0 -7
  175. package/lib/module/views/SkiaPictureView.js +2 -13
  176. package/lib/module/views/SkiaPictureView.js.map +1 -1
  177. package/lib/module/views/SkiaViewNativeId.d.ts +3 -0
  178. package/lib/module/views/SkiaViewNativeId.js +4 -0
  179. package/lib/module/views/SkiaViewNativeId.js.map +1 -0
  180. package/lib/module/views/index.d.ts +0 -2
  181. package/lib/module/views/index.js +0 -2
  182. package/lib/module/views/index.js.map +1 -1
  183. package/lib/module/views/types.d.ts +2 -15
  184. package/lib/module/views/types.js.map +1 -1
  185. package/lib/typescript/src/animation/index.d.ts +0 -3
  186. package/lib/typescript/src/dom/nodes/JsiSkDOM.d.ts +1 -2
  187. package/lib/typescript/src/dom/nodes/Node.d.ts +0 -3
  188. package/lib/typescript/src/dom/nodes/drawings/index.d.ts +0 -1
  189. package/lib/typescript/src/dom/types/Common.d.ts +2 -2
  190. package/lib/typescript/src/dom/types/Drawings.d.ts +0 -4
  191. package/lib/typescript/src/dom/types/NodeType.d.ts +0 -1
  192. package/lib/typescript/src/dom/types/SkDOM.d.ts +1 -2
  193. package/lib/typescript/src/index.d.ts +0 -1
  194. package/lib/typescript/src/renderer/Container.d.ts +1 -3
  195. package/lib/typescript/src/renderer/HostComponents.d.ts +1 -6
  196. package/lib/typescript/src/renderer/Reconciler.d.ts +1 -5
  197. package/lib/typescript/src/renderer/components/index.d.ts +0 -1
  198. package/lib/typescript/src/renderer/index.d.ts +0 -1
  199. package/lib/typescript/src/renderer/processors/Animations/Animations.d.ts +1 -8
  200. package/lib/typescript/src/skia/types/Canvas.d.ts +2 -2
  201. package/lib/typescript/src/skia/types/Matrix.d.ts +2 -1
  202. package/lib/typescript/src/skia/types/Matrix4.d.ts +9 -1
  203. package/lib/typescript/src/skia/types/Paragraph/Paragraph.d.ts +23 -0
  204. package/lib/typescript/src/skia/types/Path/Path.d.ts +2 -2
  205. package/lib/typescript/src/skia/web/JsiSkMatrix.d.ts +2 -2
  206. package/lib/typescript/src/skia/web/JsiSkParagraph.d.ts +3 -0
  207. package/lib/typescript/src/views/SkiaBaseWebView.d.ts +0 -7
  208. package/lib/typescript/src/views/SkiaDomView.d.ts +0 -7
  209. package/lib/typescript/src/views/SkiaPictureView.d.ts +0 -7
  210. package/lib/typescript/src/views/SkiaViewNativeId.d.ts +3 -0
  211. package/lib/typescript/src/views/index.d.ts +0 -2
  212. package/lib/typescript/src/views/types.d.ts +2 -15
  213. package/package.json +1 -1
  214. package/src/animation/index.ts +0 -3
  215. package/src/dom/nodes/JsiSkDOM.ts +0 -12
  216. package/src/dom/nodes/Node.ts +0 -5
  217. package/src/dom/nodes/drawings/index.ts +0 -1
  218. package/src/dom/types/Common.ts +2 -4
  219. package/src/dom/types/Drawings.ts +0 -5
  220. package/src/dom/types/NodeType.ts +0 -1
  221. package/src/dom/types/SkDOM.ts +0 -4
  222. package/src/index.ts +0 -1
  223. package/src/mock/index.ts +0 -3
  224. package/src/renderer/Canvas.tsx +9 -34
  225. package/src/renderer/Container.tsx +1 -4
  226. package/src/renderer/HostComponents.ts +0 -13
  227. package/src/renderer/HostConfig.ts +3 -24
  228. package/src/renderer/Reconciler.tsx +1 -19
  229. package/src/renderer/components/index.ts +0 -1
  230. package/src/renderer/index.ts +0 -1
  231. package/src/renderer/processors/Animations/Animations.ts +1 -51
  232. package/src/skia/types/Canvas.ts +2 -2
  233. package/src/skia/types/Matrix.ts +3 -1
  234. package/src/skia/types/Matrix4.ts +94 -63
  235. package/src/skia/types/Paragraph/Paragraph.ts +25 -0
  236. package/src/skia/types/Path/Path.ts +2 -2
  237. package/src/skia/web/JsiSkMatrix.ts +5 -5
  238. package/src/skia/web/JsiSkParagraph.ts +11 -0
  239. package/src/skia/web/JsiSkParagraphBuilderFactory.ts +9 -3
  240. package/src/views/SkiaBaseWebView.tsx +0 -19
  241. package/src/views/SkiaDomView.tsx +1 -13
  242. package/src/views/SkiaDomView.web.tsx +1 -6
  243. package/src/views/SkiaPictureView.tsx +1 -13
  244. package/src/views/SkiaViewNativeId.ts +1 -0
  245. package/src/views/index.ts +0 -2
  246. package/src/views/types.ts +2 -26
  247. package/android/src/main/java/com/shopify/reactnative/skia/SkiaDrawView.java +0 -44
  248. package/android/src/main/java/com/shopify/reactnative/skia/SkiaDrawViewManager.java +0 -34
  249. package/cpp/rnskia/RNSkAnimation.h +0 -65
  250. package/cpp/rnskia/RNSkValueApi.h +0 -72
  251. package/cpp/rnskia/dom/base/JsiDependencyManager.h +0 -297
  252. package/cpp/rnskia/dom/nodes/JsiCustomDrawingNode.h +0 -127
  253. package/cpp/rnskia/dom/props/DrawingProp.h +0 -35
  254. package/cpp/rnskia/values/RNSkClockValue.h +0 -140
  255. package/cpp/rnskia/values/RNSkComputedValue.h +0 -104
  256. package/cpp/rnskia/values/RNSkReadonlyValue.h +0 -166
  257. package/cpp/rnskia/values/RNSkValue.h +0 -116
  258. package/ios/RNSkia-iOS/SkiaDrawView.h +0 -7
  259. package/ios/RNSkia-iOS/SkiaDrawView.mm +0 -72
  260. package/ios/RNSkia-iOS/SkiaDrawViewManager.h +0 -7
  261. package/ios/RNSkia-iOS/SkiaDrawViewManager.mm +0 -50
  262. package/lib/commonjs/animation/decay/decay.d.ts +0 -2
  263. package/lib/commonjs/animation/decay/decay.js +0 -42
  264. package/lib/commonjs/animation/decay/decay.js.map +0 -1
  265. package/lib/commonjs/animation/decay/index.d.ts +0 -1
  266. package/lib/commonjs/animation/decay/index.js +0 -14
  267. package/lib/commonjs/animation/decay/index.js.map +0 -1
  268. package/lib/commonjs/animation/decay/runDecay.d.ts +0 -10
  269. package/lib/commonjs/animation/decay/runDecay.js +0 -48
  270. package/lib/commonjs/animation/decay/runDecay.js.map +0 -1
  271. package/lib/commonjs/animation/decay/types.d.ts +0 -21
  272. package/lib/commonjs/animation/decay/types.js +0 -6
  273. package/lib/commonjs/animation/decay/types.js.map +0 -1
  274. package/lib/commonjs/animation/spring/Spring.d.ts +0 -65
  275. package/lib/commonjs/animation/spring/Spring.js +0 -77
  276. package/lib/commonjs/animation/spring/Spring.js.map +0 -1
  277. package/lib/commonjs/animation/spring/functions/index.d.ts +0 -1
  278. package/lib/commonjs/animation/spring/functions/index.js +0 -14
  279. package/lib/commonjs/animation/spring/functions/index.js.map +0 -1
  280. package/lib/commonjs/animation/spring/functions/spring.d.ts +0 -10
  281. package/lib/commonjs/animation/spring/functions/spring.js +0 -94
  282. package/lib/commonjs/animation/spring/functions/spring.js.map +0 -1
  283. package/lib/commonjs/animation/spring/index.d.ts +0 -3
  284. package/lib/commonjs/animation/spring/index.js +0 -30
  285. package/lib/commonjs/animation/spring/index.js.map +0 -1
  286. package/lib/commonjs/animation/spring/runSpring.d.ts +0 -19
  287. package/lib/commonjs/animation/spring/runSpring.js +0 -35
  288. package/lib/commonjs/animation/spring/runSpring.js.map +0 -1
  289. package/lib/commonjs/animation/spring/types.d.ts +0 -6
  290. package/lib/commonjs/animation/spring/types.js +0 -2
  291. package/lib/commonjs/animation/spring/types.js.map +0 -1
  292. package/lib/commonjs/animation/spring/useSpring.d.ts +0 -13
  293. package/lib/commonjs/animation/spring/useSpring.js +0 -27
  294. package/lib/commonjs/animation/spring/useSpring.js.map +0 -1
  295. package/lib/commonjs/animation/timing/Easing.d.ts +0 -19
  296. package/lib/commonjs/animation/timing/Easing.js +0 -108
  297. package/lib/commonjs/animation/timing/Easing.js.map +0 -1
  298. package/lib/commonjs/animation/timing/createTiming.d.ts +0 -17
  299. package/lib/commonjs/animation/timing/createTiming.js +0 -55
  300. package/lib/commonjs/animation/timing/createTiming.js.map +0 -1
  301. package/lib/commonjs/animation/timing/functions/bezier.d.ts +0 -1
  302. package/lib/commonjs/animation/timing/functions/bezier.js +0 -147
  303. package/lib/commonjs/animation/timing/functions/bezier.js.map +0 -1
  304. package/lib/commonjs/animation/timing/functions/getResolvedParams.d.ts +0 -7
  305. package/lib/commonjs/animation/timing/functions/getResolvedParams.js +0 -52
  306. package/lib/commonjs/animation/timing/functions/getResolvedParams.js.map +0 -1
  307. package/lib/commonjs/animation/timing/functions/index.d.ts +0 -4
  308. package/lib/commonjs/animation/timing/functions/index.js +0 -54
  309. package/lib/commonjs/animation/timing/functions/index.js.map +0 -1
  310. package/lib/commonjs/animation/timing/functions/timing.d.ts +0 -17
  311. package/lib/commonjs/animation/timing/functions/timing.js +0 -50
  312. package/lib/commonjs/animation/timing/functions/timing.js.map +0 -1
  313. package/lib/commonjs/animation/timing/functions/types.d.ts +0 -7
  314. package/lib/commonjs/animation/timing/functions/types.js +0 -2
  315. package/lib/commonjs/animation/timing/functions/types.js.map +0 -1
  316. package/lib/commonjs/animation/timing/index.d.ts +0 -4
  317. package/lib/commonjs/animation/timing/index.js +0 -38
  318. package/lib/commonjs/animation/timing/index.js.map +0 -1
  319. package/lib/commonjs/animation/timing/runTiming.d.ts +0 -19
  320. package/lib/commonjs/animation/timing/runTiming.js +0 -36
  321. package/lib/commonjs/animation/timing/runTiming.js.map +0 -1
  322. package/lib/commonjs/animation/timing/useLoop.d.ts +0 -11
  323. package/lib/commonjs/animation/timing/useLoop.js +0 -25
  324. package/lib/commonjs/animation/timing/useLoop.js.map +0 -1
  325. package/lib/commonjs/animation/timing/useTiming.d.ts +0 -13
  326. package/lib/commonjs/animation/timing/useTiming.js +0 -67
  327. package/lib/commonjs/animation/timing/useTiming.js.map +0 -1
  328. package/lib/commonjs/dom/nodes/drawings/CustomDrawingNode.d.ts +0 -8
  329. package/lib/commonjs/dom/nodes/drawings/CustomDrawingNode.js +0 -28
  330. package/lib/commonjs/dom/nodes/drawings/CustomDrawingNode.js.map +0 -1
  331. package/lib/commonjs/renderer/DependencyManager.d.ts +0 -46
  332. package/lib/commonjs/renderer/DependencyManager.js +0 -185
  333. package/lib/commonjs/renderer/DependencyManager.js.map +0 -1
  334. package/lib/commonjs/renderer/components/Drawing.d.ts +0 -8
  335. package/lib/commonjs/renderer/components/Drawing.js +0 -22
  336. package/lib/commonjs/renderer/components/Drawing.js.map +0 -1
  337. package/lib/commonjs/specs/SkiaDrawViewNativeComponent.d.ts +0 -8
  338. package/lib/commonjs/specs/SkiaDrawViewNativeComponent.js +0 -16
  339. package/lib/commonjs/specs/SkiaDrawViewNativeComponent.js.map +0 -1
  340. package/lib/commonjs/values/api.d.ts +0 -26
  341. package/lib/commonjs/values/api.js +0 -55
  342. package/lib/commonjs/values/api.js.map +0 -1
  343. package/lib/commonjs/values/api.web.d.ts +0 -2
  344. package/lib/commonjs/values/api.web.js +0 -18
  345. package/lib/commonjs/values/api.web.js.map +0 -1
  346. package/lib/commonjs/values/hooks/index.d.ts +0 -4
  347. package/lib/commonjs/values/hooks/index.js +0 -58
  348. package/lib/commonjs/values/hooks/index.js.map +0 -1
  349. package/lib/commonjs/values/hooks/useClockValue.d.ts +0 -9
  350. package/lib/commonjs/values/hooks/useClockValue.js +0 -30
  351. package/lib/commonjs/values/hooks/useClockValue.js.map +0 -1
  352. package/lib/commonjs/values/hooks/useComputedValue.d.ts +0 -11
  353. package/lib/commonjs/values/hooks/useComputedValue.js +0 -32
  354. package/lib/commonjs/values/hooks/useComputedValue.js.map +0 -1
  355. package/lib/commonjs/values/hooks/useValue.d.ts +0 -10
  356. package/lib/commonjs/values/hooks/useValue.js +0 -26
  357. package/lib/commonjs/values/hooks/useValue.js.map +0 -1
  358. package/lib/commonjs/values/hooks/useValueEffect.d.ts +0 -10
  359. package/lib/commonjs/values/hooks/useValueEffect.js +0 -25
  360. package/lib/commonjs/values/hooks/useValueEffect.js.map +0 -1
  361. package/lib/commonjs/values/index.d.ts +0 -4
  362. package/lib/commonjs/values/index.js +0 -58
  363. package/lib/commonjs/values/index.js.map +0 -1
  364. package/lib/commonjs/values/selector.d.ts +0 -14
  365. package/lib/commonjs/values/selector.js +0 -24
  366. package/lib/commonjs/values/selector.js.map +0 -1
  367. package/lib/commonjs/values/types.d.ts +0 -63
  368. package/lib/commonjs/values/types.js +0 -2
  369. package/lib/commonjs/values/types.js.map +0 -1
  370. package/lib/commonjs/values/web/RNSkAnimation.d.ts +0 -9
  371. package/lib/commonjs/values/web/RNSkAnimation.js +0 -46
  372. package/lib/commonjs/values/web/RNSkAnimation.js.map +0 -1
  373. package/lib/commonjs/values/web/RNSkClockValue.d.ts +0 -13
  374. package/lib/commonjs/values/web/RNSkClockValue.js +0 -75
  375. package/lib/commonjs/values/web/RNSkClockValue.js.map +0 -1
  376. package/lib/commonjs/values/web/RNSkComputedValue.d.ts +0 -10
  377. package/lib/commonjs/values/web/RNSkComputedValue.js +0 -59
  378. package/lib/commonjs/values/web/RNSkComputedValue.js.map +0 -1
  379. package/lib/commonjs/values/web/RNSkReadonlyValue.d.ts +0 -12
  380. package/lib/commonjs/values/web/RNSkReadonlyValue.js +0 -51
  381. package/lib/commonjs/values/web/RNSkReadonlyValue.js.map +0 -1
  382. package/lib/commonjs/values/web/RNSkValue.d.ts +0 -14
  383. package/lib/commonjs/values/web/RNSkValue.js +0 -73
  384. package/lib/commonjs/values/web/RNSkValue.js.map +0 -1
  385. package/lib/commonjs/values/web/api.d.ts +0 -2
  386. package/lib/commonjs/values/web/api.js +0 -31
  387. package/lib/commonjs/values/web/api.js.map +0 -1
  388. package/lib/commonjs/values/web/index.d.ts +0 -1
  389. package/lib/commonjs/values/web/index.js +0 -19
  390. package/lib/commonjs/values/web/index.js.map +0 -1
  391. package/lib/commonjs/views/SkiaView.d.ts +0 -35
  392. package/lib/commonjs/views/SkiaView.js +0 -139
  393. package/lib/commonjs/views/SkiaView.js.map +0 -1
  394. package/lib/commonjs/views/SkiaView.web.d.ts +0 -7
  395. package/lib/commonjs/views/SkiaView.web.js +0 -30
  396. package/lib/commonjs/views/SkiaView.web.js.map +0 -1
  397. package/lib/commonjs/views/useDrawCallback.d.ts +0 -8
  398. package/lib/commonjs/views/useDrawCallback.js +0 -23
  399. package/lib/commonjs/views/useDrawCallback.js.map +0 -1
  400. package/lib/module/animation/decay/decay.d.ts +0 -2
  401. package/lib/module/animation/decay/decay.js +0 -33
  402. package/lib/module/animation/decay/decay.js.map +0 -1
  403. package/lib/module/animation/decay/index.d.ts +0 -1
  404. package/lib/module/animation/decay/index.js +0 -2
  405. package/lib/module/animation/decay/index.js.map +0 -1
  406. package/lib/module/animation/decay/runDecay.d.ts +0 -10
  407. package/lib/module/animation/decay/runDecay.js +0 -38
  408. package/lib/module/animation/decay/runDecay.js.map +0 -1
  409. package/lib/module/animation/decay/types.d.ts +0 -21
  410. package/lib/module/animation/decay/types.js +0 -2
  411. package/lib/module/animation/decay/types.js.map +0 -1
  412. package/lib/module/animation/spring/Spring.d.ts +0 -65
  413. package/lib/module/animation/spring/Spring.js +0 -69
  414. package/lib/module/animation/spring/Spring.js.map +0 -1
  415. package/lib/module/animation/spring/functions/index.d.ts +0 -1
  416. package/lib/module/animation/spring/functions/index.js +0 -2
  417. package/lib/module/animation/spring/functions/index.js.map +0 -1
  418. package/lib/module/animation/spring/functions/spring.d.ts +0 -10
  419. package/lib/module/animation/spring/functions/spring.js +0 -85
  420. package/lib/module/animation/spring/functions/spring.js.map +0 -1
  421. package/lib/module/animation/spring/index.d.ts +0 -3
  422. package/lib/module/animation/spring/index.js +0 -4
  423. package/lib/module/animation/spring/index.js.map +0 -1
  424. package/lib/module/animation/spring/runSpring.d.ts +0 -19
  425. package/lib/module/animation/spring/runSpring.js +0 -24
  426. package/lib/module/animation/spring/runSpring.js.map +0 -1
  427. package/lib/module/animation/spring/types.d.ts +0 -6
  428. package/lib/module/animation/spring/types.js +0 -2
  429. package/lib/module/animation/spring/types.js.map +0 -1
  430. package/lib/module/animation/spring/useSpring.d.ts +0 -13
  431. package/lib/module/animation/spring/useSpring.js +0 -16
  432. package/lib/module/animation/spring/useSpring.js.map +0 -1
  433. package/lib/module/animation/timing/Easing.d.ts +0 -19
  434. package/lib/module/animation/timing/Easing.js +0 -98
  435. package/lib/module/animation/timing/Easing.js.map +0 -1
  436. package/lib/module/animation/timing/createTiming.d.ts +0 -17
  437. package/lib/module/animation/timing/createTiming.js +0 -49
  438. package/lib/module/animation/timing/createTiming.js.map +0 -1
  439. package/lib/module/animation/timing/functions/bezier.d.ts +0 -1
  440. package/lib/module/animation/timing/functions/bezier.js +0 -141
  441. package/lib/module/animation/timing/functions/bezier.js.map +0 -1
  442. package/lib/module/animation/timing/functions/getResolvedParams.d.ts +0 -7
  443. package/lib/module/animation/timing/functions/getResolvedParams.js +0 -48
  444. package/lib/module/animation/timing/functions/getResolvedParams.js.map +0 -1
  445. package/lib/module/animation/timing/functions/index.d.ts +0 -4
  446. package/lib/module/animation/timing/functions/index.js +0 -5
  447. package/lib/module/animation/timing/functions/index.js.map +0 -1
  448. package/lib/module/animation/timing/functions/timing.d.ts +0 -17
  449. package/lib/module/animation/timing/functions/timing.js +0 -41
  450. package/lib/module/animation/timing/functions/timing.js.map +0 -1
  451. package/lib/module/animation/timing/functions/types.d.ts +0 -7
  452. package/lib/module/animation/timing/functions/types.js +0 -2
  453. package/lib/module/animation/timing/functions/types.js.map +0 -1
  454. package/lib/module/animation/timing/index.d.ts +0 -4
  455. package/lib/module/animation/timing/index.js +0 -5
  456. package/lib/module/animation/timing/index.js.map +0 -1
  457. package/lib/module/animation/timing/runTiming.d.ts +0 -19
  458. package/lib/module/animation/timing/runTiming.js +0 -26
  459. package/lib/module/animation/timing/runTiming.js.map +0 -1
  460. package/lib/module/animation/timing/useLoop.d.ts +0 -11
  461. package/lib/module/animation/timing/useLoop.js +0 -16
  462. package/lib/module/animation/timing/useLoop.js.map +0 -1
  463. package/lib/module/animation/timing/useTiming.d.ts +0 -13
  464. package/lib/module/animation/timing/useTiming.js +0 -57
  465. package/lib/module/animation/timing/useTiming.js.map +0 -1
  466. package/lib/module/dom/nodes/drawings/CustomDrawingNode.d.ts +0 -8
  467. package/lib/module/dom/nodes/drawings/CustomDrawingNode.js +0 -17
  468. package/lib/module/dom/nodes/drawings/CustomDrawingNode.js.map +0 -1
  469. package/lib/module/renderer/DependencyManager.d.ts +0 -46
  470. package/lib/module/renderer/DependencyManager.js +0 -174
  471. package/lib/module/renderer/DependencyManager.js.map +0 -1
  472. package/lib/module/renderer/components/Drawing.d.ts +0 -8
  473. package/lib/module/renderer/components/Drawing.js +0 -11
  474. package/lib/module/renderer/components/Drawing.js.map +0 -1
  475. package/lib/module/specs/SkiaDrawViewNativeComponent.d.ts +0 -8
  476. package/lib/module/specs/SkiaDrawViewNativeComponent.js +0 -4
  477. package/lib/module/specs/SkiaDrawViewNativeComponent.js.map +0 -1
  478. package/lib/module/values/api.d.ts +0 -26
  479. package/lib/module/values/api.js +0 -48
  480. package/lib/module/values/api.js.map +0 -1
  481. package/lib/module/values/api.web.d.ts +0 -2
  482. package/lib/module/values/api.web.js +0 -7
  483. package/lib/module/values/api.web.js.map +0 -1
  484. package/lib/module/values/hooks/index.d.ts +0 -4
  485. package/lib/module/values/hooks/index.js +0 -5
  486. package/lib/module/values/hooks/index.js.map +0 -1
  487. package/lib/module/values/hooks/useClockValue.d.ts +0 -9
  488. package/lib/module/values/hooks/useClockValue.js +0 -20
  489. package/lib/module/values/hooks/useClockValue.js.map +0 -1
  490. package/lib/module/values/hooks/useComputedValue.d.ts +0 -11
  491. package/lib/module/values/hooks/useComputedValue.js +0 -21
  492. package/lib/module/values/hooks/useComputedValue.js.map +0 -1
  493. package/lib/module/values/hooks/useValue.d.ts +0 -10
  494. package/lib/module/values/hooks/useValue.js +0 -16
  495. package/lib/module/values/hooks/useValue.js.map +0 -1
  496. package/lib/module/values/hooks/useValueEffect.d.ts +0 -10
  497. package/lib/module/values/hooks/useValueEffect.js +0 -16
  498. package/lib/module/values/hooks/useValueEffect.js.map +0 -1
  499. package/lib/module/values/index.d.ts +0 -4
  500. package/lib/module/values/index.js +0 -5
  501. package/lib/module/values/index.js.map +0 -1
  502. package/lib/module/values/selector.d.ts +0 -14
  503. package/lib/module/values/selector.js +0 -15
  504. package/lib/module/values/selector.js.map +0 -1
  505. package/lib/module/values/types.d.ts +0 -63
  506. package/lib/module/values/types.js +0 -2
  507. package/lib/module/values/types.js.map +0 -1
  508. package/lib/module/values/web/RNSkAnimation.d.ts +0 -9
  509. package/lib/module/values/web/RNSkAnimation.js +0 -36
  510. package/lib/module/values/web/RNSkAnimation.js.map +0 -1
  511. package/lib/module/values/web/RNSkClockValue.d.ts +0 -13
  512. package/lib/module/values/web/RNSkClockValue.js +0 -65
  513. package/lib/module/values/web/RNSkClockValue.js.map +0 -1
  514. package/lib/module/values/web/RNSkComputedValue.d.ts +0 -10
  515. package/lib/module/values/web/RNSkComputedValue.js +0 -49
  516. package/lib/module/values/web/RNSkComputedValue.js.map +0 -1
  517. package/lib/module/values/web/RNSkReadonlyValue.d.ts +0 -12
  518. package/lib/module/values/web/RNSkReadonlyValue.js +0 -42
  519. package/lib/module/values/web/RNSkReadonlyValue.js.map +0 -1
  520. package/lib/module/values/web/RNSkValue.d.ts +0 -14
  521. package/lib/module/values/web/RNSkValue.js +0 -63
  522. package/lib/module/values/web/RNSkValue.js.map +0 -1
  523. package/lib/module/values/web/api.d.ts +0 -2
  524. package/lib/module/values/web/api.js +0 -19
  525. package/lib/module/values/web/api.js.map +0 -1
  526. package/lib/module/values/web/index.d.ts +0 -1
  527. package/lib/module/values/web/index.js +0 -2
  528. package/lib/module/values/web/index.js.map +0 -1
  529. package/lib/module/views/SkiaView.d.ts +0 -35
  530. package/lib/module/views/SkiaView.js +0 -119
  531. package/lib/module/views/SkiaView.js.map +0 -1
  532. package/lib/module/views/SkiaView.web.d.ts +0 -7
  533. package/lib/module/views/SkiaView.web.js +0 -20
  534. package/lib/module/views/SkiaView.web.js.map +0 -1
  535. package/lib/module/views/useDrawCallback.d.ts +0 -8
  536. package/lib/module/views/useDrawCallback.js +0 -14
  537. package/lib/module/views/useDrawCallback.js.map +0 -1
  538. package/lib/typescript/src/animation/decay/decay.d.ts +0 -2
  539. package/lib/typescript/src/animation/decay/index.d.ts +0 -1
  540. package/lib/typescript/src/animation/decay/runDecay.d.ts +0 -10
  541. package/lib/typescript/src/animation/decay/types.d.ts +0 -21
  542. package/lib/typescript/src/animation/spring/Spring.d.ts +0 -65
  543. package/lib/typescript/src/animation/spring/functions/index.d.ts +0 -1
  544. package/lib/typescript/src/animation/spring/functions/spring.d.ts +0 -10
  545. package/lib/typescript/src/animation/spring/index.d.ts +0 -3
  546. package/lib/typescript/src/animation/spring/runSpring.d.ts +0 -19
  547. package/lib/typescript/src/animation/spring/types.d.ts +0 -6
  548. package/lib/typescript/src/animation/spring/useSpring.d.ts +0 -13
  549. package/lib/typescript/src/animation/timing/Easing.d.ts +0 -19
  550. package/lib/typescript/src/animation/timing/createTiming.d.ts +0 -17
  551. package/lib/typescript/src/animation/timing/functions/bezier.d.ts +0 -1
  552. package/lib/typescript/src/animation/timing/functions/getResolvedParams.d.ts +0 -7
  553. package/lib/typescript/src/animation/timing/functions/index.d.ts +0 -4
  554. package/lib/typescript/src/animation/timing/functions/timing.d.ts +0 -17
  555. package/lib/typescript/src/animation/timing/functions/types.d.ts +0 -7
  556. package/lib/typescript/src/animation/timing/index.d.ts +0 -4
  557. package/lib/typescript/src/animation/timing/runTiming.d.ts +0 -19
  558. package/lib/typescript/src/animation/timing/useLoop.d.ts +0 -11
  559. package/lib/typescript/src/animation/timing/useTiming.d.ts +0 -13
  560. package/lib/typescript/src/dom/nodes/drawings/CustomDrawingNode.d.ts +0 -8
  561. package/lib/typescript/src/renderer/DependencyManager.d.ts +0 -46
  562. package/lib/typescript/src/renderer/components/Drawing.d.ts +0 -8
  563. package/lib/typescript/src/specs/SkiaDrawViewNativeComponent.d.ts +0 -8
  564. package/lib/typescript/src/values/api.d.ts +0 -26
  565. package/lib/typescript/src/values/api.web.d.ts +0 -2
  566. package/lib/typescript/src/values/hooks/index.d.ts +0 -4
  567. package/lib/typescript/src/values/hooks/useClockValue.d.ts +0 -9
  568. package/lib/typescript/src/values/hooks/useComputedValue.d.ts +0 -11
  569. package/lib/typescript/src/values/hooks/useValue.d.ts +0 -10
  570. package/lib/typescript/src/values/hooks/useValueEffect.d.ts +0 -10
  571. package/lib/typescript/src/values/index.d.ts +0 -4
  572. package/lib/typescript/src/values/selector.d.ts +0 -14
  573. package/lib/typescript/src/values/types.d.ts +0 -63
  574. package/lib/typescript/src/values/web/RNSkAnimation.d.ts +0 -9
  575. package/lib/typescript/src/values/web/RNSkClockValue.d.ts +0 -13
  576. package/lib/typescript/src/values/web/RNSkComputedValue.d.ts +0 -10
  577. package/lib/typescript/src/values/web/RNSkReadonlyValue.d.ts +0 -12
  578. package/lib/typescript/src/values/web/RNSkValue.d.ts +0 -14
  579. package/lib/typescript/src/values/web/api.d.ts +0 -2
  580. package/lib/typescript/src/values/web/index.d.ts +0 -1
  581. package/lib/typescript/src/views/SkiaView.d.ts +0 -35
  582. package/lib/typescript/src/views/SkiaView.web.d.ts +0 -7
  583. package/lib/typescript/src/views/useDrawCallback.d.ts +0 -8
  584. package/src/animation/decay/decay.ts +0 -35
  585. package/src/animation/decay/index.ts +0 -1
  586. package/src/animation/decay/runDecay.ts +0 -40
  587. package/src/animation/decay/types.ts +0 -24
  588. package/src/animation/spring/Spring.ts +0 -61
  589. package/src/animation/spring/functions/index.ts +0 -1
  590. package/src/animation/spring/functions/spring.ts +0 -86
  591. package/src/animation/spring/index.ts +0 -3
  592. package/src/animation/spring/runSpring.ts +0 -40
  593. package/src/animation/spring/types.ts +0 -6
  594. package/src/animation/spring/useSpring.ts +0 -31
  595. package/src/animation/timing/Easing.ts +0 -102
  596. package/src/animation/timing/createTiming.ts +0 -62
  597. package/src/animation/timing/functions/bezier.ts +0 -165
  598. package/src/animation/timing/functions/getResolvedParams.ts +0 -50
  599. package/src/animation/timing/functions/index.ts +0 -4
  600. package/src/animation/timing/functions/timing.ts +0 -44
  601. package/src/animation/timing/functions/types.ts +0 -8
  602. package/src/animation/timing/index.ts +0 -4
  603. package/src/animation/timing/runTiming.ts +0 -36
  604. package/src/animation/timing/useLoop.ts +0 -21
  605. package/src/animation/timing/useTiming.ts +0 -71
  606. package/src/dom/nodes/drawings/CustomDrawingNode.ts +0 -21
  607. package/src/renderer/DependencyManager.tsx +0 -196
  608. package/src/renderer/components/Drawing.tsx +0 -12
  609. package/src/specs/SkiaDrawViewNativeComponent.ts +0 -10
  610. package/src/values/api.ts +0 -61
  611. package/src/values/api.web.ts +0 -5
  612. package/src/values/hooks/index.ts +0 -4
  613. package/src/values/hooks/useClockValue.ts +0 -21
  614. package/src/values/hooks/useComputedValue.ts +0 -24
  615. package/src/values/hooks/useValue.ts +0 -17
  616. package/src/values/hooks/useValueEffect.ts +0 -18
  617. package/src/values/index.ts +0 -4
  618. package/src/values/selector.ts +0 -24
  619. package/src/values/types.ts +0 -73
  620. package/src/values/web/RNSkAnimation.ts +0 -33
  621. package/src/values/web/RNSkClockValue.ts +0 -58
  622. package/src/values/web/RNSkComputedValue.ts +0 -49
  623. package/src/values/web/RNSkReadonlyValue.ts +0 -38
  624. package/src/values/web/RNSkValue.ts +0 -57
  625. package/src/values/web/api.ts +0 -33
  626. package/src/values/web/index.ts +0 -1
  627. package/src/views/SkiaView.tsx +0 -111
  628. package/src/views/SkiaView.web.tsx +0 -22
  629. package/src/views/useDrawCallback.ts +0 -19
@@ -1,108 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Easing = void 0;
7
-
8
- var _functions = require("./functions");
9
-
10
- // eslint-disable-next-line max-len
11
- // Taken from https://github.com/facebook/react-native/blob/0b9ea60b4fee8cacc36e7160e31b91fc114dbc0d/Libraries/Animated/src/Easing.js
12
- class Easing {
13
- static step0(n) {
14
- return n > 0 ? 1 : 0;
15
- }
16
-
17
- static step1(n) {
18
- return n >= 1 ? 1 : 0;
19
- }
20
-
21
- static linear(t) {
22
- return t;
23
- }
24
-
25
- static ease(t) {
26
- return Easing.bezier(0.42, 0, 1, 1)(t);
27
- }
28
-
29
- static quad(t) {
30
- return t * t;
31
- }
32
-
33
- static cubic(t) {
34
- return t * t * t;
35
- }
36
-
37
- static poly(n) {
38
- return t => t ** n;
39
- }
40
-
41
- static sin(t) {
42
- return 1 - Math.cos(t * Math.PI / 2);
43
- }
44
-
45
- static circle(t) {
46
- return 1 - Math.sqrt(1 - t * t);
47
- }
48
-
49
- static exp(t) {
50
- return 2 ** (10 * (t - 1));
51
- }
52
-
53
- static elastic() {
54
- let bounciness = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 1;
55
- const p = bounciness * Math.PI;
56
- return t => 1 - Math.cos(t * Math.PI / 2) ** 3 * Math.cos(t * p);
57
- }
58
-
59
- static back() {
60
- let s = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 1.70158;
61
- return t => t * t * ((s + 1) * t - s);
62
- }
63
-
64
- static bounce(t) {
65
- if (t < 1 / 2.75) {
66
- return 7.5625 * t * t;
67
- }
68
-
69
- if (t < 2 / 2.75) {
70
- const t2_ = t - 1.5 / 2.75;
71
- return 7.5625 * t2_ * t2_ + 0.75;
72
- }
73
-
74
- if (t < 2.5 / 2.75) {
75
- const t2_ = t - 2.25 / 2.75;
76
- return 7.5625 * t2_ * t2_ + 0.9375;
77
- }
78
-
79
- const t2 = t - 2.625 / 2.75;
80
- return 7.5625 * t2 * t2 + 0.984375;
81
- }
82
-
83
- static bezier(x1, y1, x2, y2) {
84
- return (0, _functions.bezier)(x1, y1, x2, y2);
85
- }
86
-
87
- static in(easing) {
88
- return easing;
89
- }
90
-
91
- static out(easing) {
92
- return t => 1 - easing(1 - t);
93
- }
94
-
95
- static inOut(easing) {
96
- return t => {
97
- if (t < 0.5) {
98
- return easing(t * 2) / 2;
99
- }
100
-
101
- return 1 - easing((1 - t) * 2) / 2;
102
- };
103
- }
104
-
105
- }
106
-
107
- exports.Easing = Easing;
108
- //# sourceMappingURL=Easing.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["Easing","step0","n","step1","linear","t","ease","bezier","quad","cubic","poly","sin","Math","cos","PI","circle","sqrt","exp","elastic","bounciness","p","back","s","bounce","t2_","t2","x1","y1","x2","y2","in","easing","out","inOut"],"sources":["Easing.ts"],"sourcesContent":["// eslint-disable-next-line max-len\n// Taken from https://github.com/facebook/react-native/blob/0b9ea60b4fee8cacc36e7160e31b91fc114dbc0d/Libraries/Animated/src/Easing.js\n\nimport { bezier } from \"./functions\";\n\nexport class Easing {\n static step0(n: number): number {\n return n > 0 ? 1 : 0;\n }\n\n static step1(n: number): number {\n return n >= 1 ? 1 : 0;\n }\n\n static linear(t: number): number {\n return t;\n }\n\n static ease(t: number): number {\n return Easing.bezier(0.42, 0, 1, 1)(t);\n }\n\n static quad(t: number): number {\n return t * t;\n }\n\n static cubic(t: number): number {\n return t * t * t;\n }\n\n static poly(n: number): (t: number) => number {\n return (t: number): number => t ** n;\n }\n\n static sin(t: number): number {\n return 1 - Math.cos((t * Math.PI) / 2);\n }\n\n static circle(t: number): number {\n return 1 - Math.sqrt(1 - t * t);\n }\n\n static exp(t: number): number {\n return 2 ** (10 * (t - 1));\n }\n\n static elastic(bounciness = 1): (t: number) => number {\n const p = bounciness * Math.PI;\n return (t): number =>\n 1 - Math.cos((t * Math.PI) / 2) ** 3 * Math.cos(t * p);\n }\n\n static back(s = 1.70158): (t: number) => number {\n return (t): number => t * t * ((s + 1) * t - s);\n }\n\n static bounce(t: number): number {\n if (t < 1 / 2.75) {\n return 7.5625 * t * t;\n }\n\n if (t < 2 / 2.75) {\n const t2_ = t - 1.5 / 2.75;\n return 7.5625 * t2_ * t2_ + 0.75;\n }\n\n if (t < 2.5 / 2.75) {\n const t2_ = t - 2.25 / 2.75;\n return 7.5625 * t2_ * t2_ + 0.9375;\n }\n\n const t2 = t - 2.625 / 2.75;\n return 7.5625 * t2 * t2 + 0.984375;\n }\n\n static bezier(\n x1: number,\n y1: number,\n x2: number,\n y2: number\n ): (t: number) => number {\n return bezier(x1, y1, x2, y2);\n }\n\n static in(easing: (t: number) => number): (t: number) => number {\n return easing;\n }\n\n static out(easing: (t: number) => number): (t: number) => number {\n return (t): number => 1 - easing(1 - t);\n }\n\n static inOut(easing: (t: number) => number): (t: number) => number {\n return (t): number => {\n if (t < 0.5) {\n return easing(t * 2) / 2;\n }\n\n return 1 - easing((1 - t) * 2) / 2;\n };\n }\n}\n"],"mappings":"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"}
@@ -1,17 +0,0 @@
1
- import type { TimingConfig, RequiredAnimationParams, AnimationCallback } from "../types";
2
- import type { SkiaMutableValue } from "../../values/types";
3
- /**
4
- * Creates an animation that is driven by a clock value.
5
- * The value will be run from / to the value in params and modified
6
- * by the provided easing curve for the length of the duration. When
7
- * the value has reached its desired "to" value the animation
8
- * will be stopped. If loop is set to true, the animation will continue
9
- * to run until stopped.
10
- *
11
- * @param params Animation parameters
12
- * @param config Spring or timing configuration
13
- * @param value Optional value that the animation will update
14
- * @params an animation value that can be used to start/stop
15
- * the animation.
16
- */
17
- export declare const createTiming: (params: RequiredAnimationParams & Required<TimingConfig>, value?: SkiaMutableValue<number>, callback?: AnimationCallback) => import("../../values/types").SkiaAnimation;
@@ -1,55 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.createTiming = void 0;
7
-
8
- var _api = require("../../values/api");
9
-
10
- var _functions = require("./functions");
11
-
12
- /**
13
- * Creates an animation that is driven by a clock value.
14
- * The value will be run from / to the value in params and modified
15
- * by the provided easing curve for the length of the duration. When
16
- * the value has reached its desired "to" value the animation
17
- * will be stopped. If loop is set to true, the animation will continue
18
- * to run until stopped.
19
- *
20
- * @param params Animation parameters
21
- * @param config Spring or timing configuration
22
- * @param value Optional value that the animation will update
23
- * @params an animation value that can be used to start/stop
24
- * the animation.
25
- */
26
- const createTiming = (params, value, callback) => {
27
- // Update from to be either the declared from value,
28
- // the current value of the value or zero
29
- const resolvedParams = { ...params,
30
- from: params.from ?? (value === null || value === void 0 ? void 0 : value.current) ?? 0
31
- }; // Update function for the animation value
32
-
33
- const animationFunction = (t, state) => {
34
- // Update the input value using the provided update function
35
- const nextState = (0, _functions.timing)(t, params.duration, params.easing, params.loop ?? false, params.yoyo ?? false, state ?? {
36
- current: params.from,
37
- finished: false
38
- });
39
- const current = nextState.current * (resolvedParams.to - resolvedParams.from) + resolvedParams.from;
40
-
41
- if (callback && nextState.finished === true) {
42
- callback(current);
43
- }
44
-
45
- return { ...nextState,
46
- current
47
- };
48
- }; // Create animation value
49
-
50
-
51
- return _api.ValueApi.createAnimation(animationFunction);
52
- };
53
-
54
- exports.createTiming = createTiming;
55
- //# sourceMappingURL=createTiming.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["createTiming","params","value","callback","resolvedParams","from","current","animationFunction","t","state","nextState","timing","duration","easing","loop","yoyo","finished","to","ValueApi","createAnimation"],"sources":["createTiming.ts"],"sourcesContent":["import type {\n TimingConfig,\n RequiredAnimationParams,\n AnimationCallback,\n} from \"../types\";\nimport type { AnimationState, SkiaMutableValue } from \"../../values/types\";\nimport { ValueApi } from \"../../values/api\";\n\nimport { timing } from \"./functions\";\n\n/**\n * Creates an animation that is driven by a clock value.\n * The value will be run from / to the value in params and modified\n * by the provided easing curve for the length of the duration. When\n * the value has reached its desired \"to\" value the animation\n * will be stopped. If loop is set to true, the animation will continue\n * to run until stopped.\n *\n * @param params Animation parameters\n * @param config Spring or timing configuration\n * @param value Optional value that the animation will update\n * @params an animation value that can be used to start/stop\n * the animation.\n */\nexport const createTiming = (\n params: RequiredAnimationParams & Required<TimingConfig>,\n value?: SkiaMutableValue<number>,\n callback?: AnimationCallback\n) => {\n // Update from to be either the declared from value,\n // the current value of the value or zero\n const resolvedParams = {\n ...params,\n from: params.from ?? value?.current ?? 0,\n };\n\n // Update function for the animation value\n const animationFunction = (t: number, state: AnimationState | undefined) => {\n // Update the input value using the provided update function\n const nextState = timing(\n t,\n params.duration,\n params.easing,\n params.loop ?? false,\n params.yoyo ?? false,\n state ?? { current: params.from!, finished: false }\n );\n const current =\n nextState.current * (resolvedParams.to - resolvedParams.from!) +\n resolvedParams.from!;\n if (callback && nextState.finished === true) {\n callback(current);\n }\n return {\n ...nextState,\n current,\n };\n };\n\n // Create animation value\n return ValueApi.createAnimation(animationFunction);\n};\n"],"mappings":";;;;;;;AAMA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,MAAMA,YAAY,GAAG,CAC1BC,MAD0B,EAE1BC,KAF0B,EAG1BC,QAH0B,KAIvB;EACH;EACA;EACA,MAAMC,cAAc,GAAG,EACrB,GAAGH,MADkB;IAErBI,IAAI,EAAEJ,MAAM,CAACI,IAAP,KAAeH,KAAf,aAAeA,KAAf,uBAAeA,KAAK,CAAEI,OAAtB,KAAiC;EAFlB,CAAvB,CAHG,CAQH;;EACA,MAAMC,iBAAiB,GAAG,CAACC,CAAD,EAAYC,KAAZ,KAAkD;IAC1E;IACA,MAAMC,SAAS,GAAG,IAAAC,iBAAA,EAChBH,CADgB,EAEhBP,MAAM,CAACW,QAFS,EAGhBX,MAAM,CAACY,MAHS,EAIhBZ,MAAM,CAACa,IAAP,IAAe,KAJC,EAKhBb,MAAM,CAACc,IAAP,IAAe,KALC,EAMhBN,KAAK,IAAI;MAAEH,OAAO,EAAEL,MAAM,CAACI,IAAlB;MAAyBW,QAAQ,EAAE;IAAnC,CANO,CAAlB;IAQA,MAAMV,OAAO,GACXI,SAAS,CAACJ,OAAV,IAAqBF,cAAc,CAACa,EAAf,GAAoBb,cAAc,CAACC,IAAxD,IACAD,cAAc,CAACC,IAFjB;;IAGA,IAAIF,QAAQ,IAAIO,SAAS,CAACM,QAAV,KAAuB,IAAvC,EAA6C;MAC3Cb,QAAQ,CAACG,OAAD,CAAR;IACD;;IACD,OAAO,EACL,GAAGI,SADE;MAELJ;IAFK,CAAP;EAID,CApBD,CATG,CA+BH;;;EACA,OAAOY,aAAA,CAASC,eAAT,CAAyBZ,iBAAzB,CAAP;AACD,CArCM"}
@@ -1 +0,0 @@
1
- export declare function bezier(mX1: number, mY1: number, mX2: number, mY2: number): (x: number) => number;
@@ -1,147 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.bezier = bezier;
7
- // eslint-disable-next-line max-len
8
- // Taken from https://github.com/facebook/react-native/blob/0b9ea60b4fee8cacc36e7160e31b91fc114dbc0d/Libraries/Animated/src/bezier.js
9
- const NEWTON_ITERATIONS = 4;
10
- const NEWTON_MIN_SLOPE = 0.001;
11
- const SUBDIVISION_PRECISION = 0.0000001;
12
- const SUBDIVISION_MAX_ITERATIONS = 10;
13
- const kSplineTableSize = 11;
14
- const kSampleStepSize = 1.0 / (kSplineTableSize - 1.0);
15
- const float32ArraySupported = typeof Float32Array === "function";
16
-
17
- function a(aA1, aA2) {
18
- return 1.0 - 3.0 * aA2 + 3.0 * aA1;
19
- }
20
-
21
- function b(aA1, aA2) {
22
- return 3.0 * aA2 - 6.0 * aA1;
23
- }
24
-
25
- function c(aA1) {
26
- return 3.0 * aA1;
27
- } // Returns x(t) given t, x1, and x2, or y(t) given t, y1, and y2.
28
-
29
-
30
- function calcBezier(aT, aA1, aA2) {
31
- return ((a(aA1, aA2) * aT + b(aA1, aA2)) * aT + c(aA1)) * aT;
32
- } // Returns dx/dt given t, x1, and x2, or dy/dt given t, y1, and y2.
33
-
34
-
35
- function getSlope(aT, aA1, aA2) {
36
- return 3.0 * a(aA1, aA2) * aT * aT + 2.0 * b(aA1, aA2) * aT + c(aA1);
37
- }
38
-
39
- function binarySubdivide(_ref) {
40
- let {
41
- aX,
42
- _aA,
43
- _aB,
44
- mX1,
45
- mX2
46
- } = _ref;
47
- let currentX;
48
- let currentT;
49
- let i = 0;
50
- let aA = _aA;
51
- let aB = _aB;
52
-
53
- do {
54
- currentT = aA + (aB - aA) / 2.0;
55
- currentX = calcBezier(currentT, mX1, mX2) - aX;
56
-
57
- if (currentX > 0.0) {
58
- aB = currentT;
59
- } else {
60
- aA = currentT;
61
- }
62
- } while (Math.abs(currentX) > SUBDIVISION_PRECISION && ++i < SUBDIVISION_MAX_ITERATIONS);
63
-
64
- return currentT;
65
- }
66
-
67
- function newtonRaphsonIterate(aX, _aGuessT, mX1, mX2) {
68
- let aGuessT = _aGuessT;
69
-
70
- for (let i = 0; i < NEWTON_ITERATIONS; ++i) {
71
- const currentSlope = getSlope(aGuessT, mX1, mX2);
72
-
73
- if (currentSlope === 0.0) {
74
- return aGuessT;
75
- }
76
-
77
- const currentX = calcBezier(aGuessT, mX1, mX2) - aX;
78
- aGuessT -= currentX / currentSlope;
79
- }
80
-
81
- return aGuessT;
82
- }
83
-
84
- function bezier(mX1, mY1, mX2, mY2) {
85
- if (!(mX1 >= 0 && mX1 <= 1 && mX2 >= 0 && mX2 <= 1)) {
86
- throw new Error("bezier x values must be in [0, 1] range");
87
- } // Precompute samples table
88
-
89
-
90
- const sampleValues = float32ArraySupported ? new Float32Array(kSplineTableSize) : new Array(kSplineTableSize);
91
-
92
- if (mX1 !== mY1 || mX2 !== mY2) {
93
- for (let i = 0; i < kSplineTableSize; ++i) {
94
- sampleValues[i] = calcBezier(i * kSampleStepSize, mX1, mX2);
95
- }
96
- }
97
-
98
- function getTForX(aX) {
99
- let intervalStart = 0.0;
100
- let currentSample = 1;
101
- const lastSample = kSplineTableSize - 1;
102
-
103
- for (; currentSample !== lastSample && sampleValues[currentSample] <= aX; ++currentSample) {
104
- intervalStart += kSampleStepSize;
105
- }
106
-
107
- --currentSample; // Interpolate to provide an initial guess for t
108
-
109
- const dist = (aX - sampleValues[currentSample]) / (sampleValues[currentSample + 1] - sampleValues[currentSample]);
110
- const guessForT = intervalStart + dist * kSampleStepSize;
111
- const initialSlope = getSlope(guessForT, mX1, mX2);
112
-
113
- if (initialSlope >= NEWTON_MIN_SLOPE) {
114
- return newtonRaphsonIterate(aX, guessForT, mX1, mX2);
115
- }
116
-
117
- if (initialSlope === 0.0) {
118
- return guessForT;
119
- }
120
-
121
- return binarySubdivide({
122
- aX,
123
- _aA: intervalStart,
124
- _aB: intervalStart + kSampleStepSize,
125
- mX1,
126
- mX2
127
- });
128
- }
129
-
130
- return function (x) {
131
- if (mX1 === mY1 && mX2 === mY2) {
132
- return x; // linear
133
- } // Because JavaScript number are imprecise, we should guarantee the extremes are right.
134
-
135
-
136
- if (x === 0) {
137
- return 0;
138
- }
139
-
140
- if (x === 1) {
141
- return 1;
142
- }
143
-
144
- return calcBezier(getTForX(x), mY1, mY2);
145
- };
146
- }
147
- //# sourceMappingURL=bezier.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["NEWTON_ITERATIONS","NEWTON_MIN_SLOPE","SUBDIVISION_PRECISION","SUBDIVISION_MAX_ITERATIONS","kSplineTableSize","kSampleStepSize","float32ArraySupported","Float32Array","a","aA1","aA2","b","c","calcBezier","aT","getSlope","binarySubdivide","aX","_aA","_aB","mX1","mX2","currentX","currentT","i","aA","aB","Math","abs","newtonRaphsonIterate","_aGuessT","aGuessT","currentSlope","bezier","mY1","mY2","Error","sampleValues","Array","getTForX","intervalStart","currentSample","lastSample","dist","guessForT","initialSlope","x"],"sources":["bezier.ts"],"sourcesContent":["// eslint-disable-next-line max-len\n// Taken from https://github.com/facebook/react-native/blob/0b9ea60b4fee8cacc36e7160e31b91fc114dbc0d/Libraries/Animated/src/bezier.js\n\nconst NEWTON_ITERATIONS = 4;\nconst NEWTON_MIN_SLOPE = 0.001;\nconst SUBDIVISION_PRECISION = 0.0000001;\nconst SUBDIVISION_MAX_ITERATIONS = 10;\n\nconst kSplineTableSize = 11;\nconst kSampleStepSize = 1.0 / (kSplineTableSize - 1.0);\n\nconst float32ArraySupported = typeof Float32Array === \"function\";\n\nfunction a(aA1: number, aA2: number): number {\n return 1.0 - 3.0 * aA2 + 3.0 * aA1;\n}\n\nfunction b(aA1: number, aA2: number): number {\n return 3.0 * aA2 - 6.0 * aA1;\n}\n\nfunction c(aA1: number): number {\n return 3.0 * aA1;\n}\n\n// Returns x(t) given t, x1, and x2, or y(t) given t, y1, and y2.\nfunction calcBezier(aT: number, aA1: number, aA2: number): number {\n return ((a(aA1, aA2) * aT + b(aA1, aA2)) * aT + c(aA1)) * aT;\n}\n\n// Returns dx/dt given t, x1, and x2, or dy/dt given t, y1, and y2.\nfunction getSlope(aT: number, aA1: number, aA2: number): number {\n return 3.0 * a(aA1, aA2) * aT * aT + 2.0 * b(aA1, aA2) * aT + c(aA1);\n}\n\nfunction binarySubdivide({\n aX,\n _aA,\n _aB,\n mX1,\n mX2,\n}: {\n aX: number;\n _aA: number;\n _aB: number;\n mX1: number;\n mX2: number;\n}): number {\n let currentX;\n let currentT;\n let i = 0;\n let aA = _aA;\n let aB = _aB;\n do {\n currentT = aA + (aB - aA) / 2.0;\n currentX = calcBezier(currentT, mX1, mX2) - aX;\n if (currentX > 0.0) {\n aB = currentT;\n } else {\n aA = currentT;\n }\n } while (\n Math.abs(currentX) > SUBDIVISION_PRECISION &&\n ++i < SUBDIVISION_MAX_ITERATIONS\n );\n\n return currentT;\n}\n\nfunction newtonRaphsonIterate(\n aX: number,\n _aGuessT: number,\n mX1: number,\n mX2: number\n): number {\n let aGuessT = _aGuessT;\n for (let i = 0; i < NEWTON_ITERATIONS; ++i) {\n const currentSlope = getSlope(aGuessT, mX1, mX2);\n if (currentSlope === 0.0) {\n return aGuessT;\n }\n\n const currentX = calcBezier(aGuessT, mX1, mX2) - aX;\n aGuessT -= currentX / currentSlope;\n }\n\n return aGuessT;\n}\n\nexport function bezier(\n mX1: number,\n mY1: number,\n mX2: number,\n mY2: number\n): (x: number) => number {\n if (!(mX1 >= 0 && mX1 <= 1 && mX2 >= 0 && mX2 <= 1)) {\n throw new Error(\"bezier x values must be in [0, 1] range\");\n }\n\n // Precompute samples table\n const sampleValues = float32ArraySupported\n ? new Float32Array(kSplineTableSize)\n : new Array(kSplineTableSize);\n if (mX1 !== mY1 || mX2 !== mY2) {\n for (let i = 0; i < kSplineTableSize; ++i) {\n sampleValues[i] = calcBezier(i * kSampleStepSize, mX1, mX2);\n }\n }\n\n function getTForX(aX: number): number {\n let intervalStart = 0.0;\n let currentSample = 1;\n const lastSample = kSplineTableSize - 1;\n\n for (\n ;\n currentSample !== lastSample && sampleValues[currentSample] <= aX;\n ++currentSample\n ) {\n intervalStart += kSampleStepSize;\n }\n\n --currentSample;\n\n // Interpolate to provide an initial guess for t\n const dist =\n (aX - sampleValues[currentSample]) /\n (sampleValues[currentSample + 1] - sampleValues[currentSample]);\n const guessForT = intervalStart + dist * kSampleStepSize;\n\n const initialSlope = getSlope(guessForT, mX1, mX2);\n if (initialSlope >= NEWTON_MIN_SLOPE) {\n return newtonRaphsonIterate(aX, guessForT, mX1, mX2);\n }\n\n if (initialSlope === 0.0) {\n return guessForT;\n }\n\n return binarySubdivide({\n aX,\n _aA: intervalStart,\n _aB: intervalStart + kSampleStepSize,\n mX1,\n mX2,\n });\n }\n\n return function (x: number): number {\n if (mX1 === mY1 && mX2 === mY2) {\n return x; // linear\n }\n\n // Because JavaScript number are imprecise, we should guarantee the extremes are right.\n if (x === 0) {\n return 0;\n }\n\n if (x === 1) {\n return 1;\n }\n\n return calcBezier(getTForX(x), mY1, mY2);\n };\n}\n"],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- import type { RequiredAnimationParams, AnimationParams, TimingConfig } from "../../types";
2
- /**
3
- * Resolves parameters from optional values to a single object
4
- * @param toOrParams Params or to value
5
- * @param config timing/spring configuration
6
- */
7
- export declare const getResolvedParams: (toOrParams: number | AnimationParams, config?: TimingConfig) => RequiredAnimationParams & Required<TimingConfig>;
@@ -1,52 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.getResolvedParams = void 0;
7
- const DefaultParameters = {
8
- to: 1,
9
- loop: false,
10
- yoyo: false,
11
- immediate: true
12
- };
13
- const DefaultTimingConfig = {
14
- duration: 1000,
15
- easing: t => t
16
- };
17
- /**
18
- * Resolves parameters from optional values to a single object
19
- * @param toOrParams Params or to value
20
- * @param config timing/spring configuration
21
- */
22
-
23
- const getResolvedParams = (toOrParams, config) => {
24
- let resolvedParameters = { ...DefaultParameters
25
- };
26
-
27
- if (typeof toOrParams === "number") {
28
- resolvedParameters.to = toOrParams;
29
- } else {
30
- resolvedParameters = {
31
- from: toOrParams.from ?? resolvedParameters.from,
32
- to: toOrParams.to ?? resolvedParameters.to,
33
- loop: toOrParams.loop ?? resolvedParameters.loop,
34
- yoyo: toOrParams.yoyo ?? resolvedParameters.yoyo
35
- };
36
- }
37
-
38
- const resolvedConfig = { ...DefaultTimingConfig
39
- };
40
-
41
- if (config) {
42
- resolvedConfig.duration = config.duration ?? DefaultTimingConfig.duration;
43
- resolvedConfig.easing = config.easing ?? DefaultTimingConfig.easing;
44
- }
45
-
46
- return { ...resolvedParameters,
47
- ...resolvedConfig
48
- };
49
- };
50
-
51
- exports.getResolvedParams = getResolvedParams;
52
- //# sourceMappingURL=getResolvedParams.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["DefaultParameters","to","loop","yoyo","immediate","DefaultTimingConfig","duration","easing","t","getResolvedParams","toOrParams","config","resolvedParameters","from","resolvedConfig"],"sources":["getResolvedParams.ts"],"sourcesContent":["import type {\n RequiredAnimationParams,\n AnimationParams,\n TimingConfig,\n} from \"../../types\";\n\nconst DefaultParameters = {\n to: 1,\n loop: false,\n yoyo: false,\n immediate: true,\n};\n\nconst DefaultTimingConfig = {\n duration: 1000,\n easing: (t: number) => t,\n};\n\n/**\n * Resolves parameters from optional values to a single object\n * @param toOrParams Params or to value\n * @param config timing/spring configuration\n */\nexport const getResolvedParams = (\n toOrParams: number | AnimationParams,\n config?: TimingConfig\n): RequiredAnimationParams & Required<TimingConfig> => {\n let resolvedParameters: RequiredAnimationParams = {\n ...DefaultParameters,\n };\n\n if (typeof toOrParams === \"number\") {\n resolvedParameters.to = toOrParams;\n } else {\n resolvedParameters = {\n from: toOrParams.from ?? resolvedParameters.from,\n to: toOrParams.to ?? resolvedParameters.to,\n loop: toOrParams.loop ?? resolvedParameters.loop,\n yoyo: toOrParams.yoyo ?? resolvedParameters.yoyo,\n };\n }\n\n const resolvedConfig: Required<TimingConfig> = { ...DefaultTimingConfig };\n if (config) {\n resolvedConfig.duration = config.duration ?? DefaultTimingConfig.duration;\n resolvedConfig.easing = config.easing ?? DefaultTimingConfig.easing;\n }\n\n return { ...resolvedParameters, ...resolvedConfig };\n};\n"],"mappings":";;;;;;AAMA,MAAMA,iBAAiB,GAAG;EACxBC,EAAE,EAAE,CADoB;EAExBC,IAAI,EAAE,KAFkB;EAGxBC,IAAI,EAAE,KAHkB;EAIxBC,SAAS,EAAE;AAJa,CAA1B;AAOA,MAAMC,mBAAmB,GAAG;EAC1BC,QAAQ,EAAE,IADgB;EAE1BC,MAAM,EAAGC,CAAD,IAAeA;AAFG,CAA5B;AAKA;AACA;AACA;AACA;AACA;;AACO,MAAMC,iBAAiB,GAAG,CAC/BC,UAD+B,EAE/BC,MAF+B,KAGsB;EACrD,IAAIC,kBAA2C,GAAG,EAChD,GAAGZ;EAD6C,CAAlD;;EAIA,IAAI,OAAOU,UAAP,KAAsB,QAA1B,EAAoC;IAClCE,kBAAkB,CAACX,EAAnB,GAAwBS,UAAxB;EACD,CAFD,MAEO;IACLE,kBAAkB,GAAG;MACnBC,IAAI,EAAEH,UAAU,CAACG,IAAX,IAAmBD,kBAAkB,CAACC,IADzB;MAEnBZ,EAAE,EAAES,UAAU,CAACT,EAAX,IAAiBW,kBAAkB,CAACX,EAFrB;MAGnBC,IAAI,EAAEQ,UAAU,CAACR,IAAX,IAAmBU,kBAAkB,CAACV,IAHzB;MAInBC,IAAI,EAAEO,UAAU,CAACP,IAAX,IAAmBS,kBAAkB,CAACT;IAJzB,CAArB;EAMD;;EAED,MAAMW,cAAsC,GAAG,EAAE,GAAGT;EAAL,CAA/C;;EACA,IAAIM,MAAJ,EAAY;IACVG,cAAc,CAACR,QAAf,GAA0BK,MAAM,CAACL,QAAP,IAAmBD,mBAAmB,CAACC,QAAjE;IACAQ,cAAc,CAACP,MAAf,GAAwBI,MAAM,CAACJ,MAAP,IAAiBF,mBAAmB,CAACE,MAA7D;EACD;;EAED,OAAO,EAAE,GAAGK,kBAAL;IAAyB,GAAGE;EAA5B,CAAP;AACD,CA1BM"}
@@ -1,4 +0,0 @@
1
- export { bezier } from "./bezier";
2
- export { timing } from "./timing";
3
- export * from "./types";
4
- export * from "./getResolvedParams";
@@ -1,54 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _exportNames = {
7
- bezier: true,
8
- timing: true
9
- };
10
- Object.defineProperty(exports, "bezier", {
11
- enumerable: true,
12
- get: function () {
13
- return _bezier.bezier;
14
- }
15
- });
16
- Object.defineProperty(exports, "timing", {
17
- enumerable: true,
18
- get: function () {
19
- return _timing.timing;
20
- }
21
- });
22
-
23
- var _bezier = require("./bezier");
24
-
25
- var _timing = require("./timing");
26
-
27
- var _types = require("./types");
28
-
29
- Object.keys(_types).forEach(function (key) {
30
- if (key === "default" || key === "__esModule") return;
31
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
32
- if (key in exports && exports[key] === _types[key]) return;
33
- Object.defineProperty(exports, key, {
34
- enumerable: true,
35
- get: function () {
36
- return _types[key];
37
- }
38
- });
39
- });
40
-
41
- var _getResolvedParams = require("./getResolvedParams");
42
-
43
- Object.keys(_getResolvedParams).forEach(function (key) {
44
- if (key === "default" || key === "__esModule") return;
45
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
46
- if (key in exports && exports[key] === _getResolvedParams[key]) return;
47
- Object.defineProperty(exports, key, {
48
- enumerable: true,
49
- get: function () {
50
- return _getResolvedParams[key];
51
- }
52
- });
53
- });
54
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { bezier } from \"./bezier\";\nexport { timing } from \"./timing\";\nexport * from \"./types\";\nexport * from \"./getResolvedParams\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
@@ -1,17 +0,0 @@
1
- import type { AnimationState } from "../../../values/types";
2
- /**
3
- * Calculates and returns a timing value based on the
4
- * input parameters. The timing value is a number between
5
- * 0 and 1.
6
- * @param t
7
- * @param duration
8
- * @param easing
9
- * @param loop
10
- * @param yoyo
11
- * @param onStop
12
- * @returns
13
- */
14
- export declare const timing: (t: number, duration: number, easing: (t: number) => number, loop: boolean, yoyo: boolean, state: AnimationState) => {
15
- current: number;
16
- finished: boolean;
17
- };
@@ -1,50 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.timing = void 0;
7
-
8
- /**
9
- * Calculates and returns a timing value based on the
10
- * input parameters. The timing value is a number between
11
- * 0 and 1.
12
- * @param t
13
- * @param duration
14
- * @param easing
15
- * @param loop
16
- * @param yoyo
17
- * @param onStop
18
- * @returns
19
- */
20
- const timing = (t, duration, easing, loop, yoyo, state) => {
21
- let current = t / duration;
22
- let {
23
- finished
24
- } = state; // Side effect to stop animation when duration is reached (if loop is false)
25
-
26
- if (current >= 1.0 && !loop) {
27
- finished = true;
28
- current = 1.0;
29
- } // calculate return value
30
-
31
-
32
- let n = current % 1;
33
-
34
- if (yoyo) {
35
- n = current % 2.0 >= 1.0 ? 1 - current % 1 : current % 1;
36
- } else if (!loop) {
37
- if (current >= 1.0) {
38
- n = 1.0;
39
- }
40
- }
41
-
42
- current = easing(Math.max(0, Math.min(1, n)));
43
- return {
44
- current,
45
- finished
46
- };
47
- };
48
-
49
- exports.timing = timing;
50
- //# sourceMappingURL=timing.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["timing","t","duration","easing","loop","yoyo","state","current","finished","n","Math","max","min"],"sources":["timing.ts"],"sourcesContent":["import type { AnimationState } from \"../../../values/types\";\n\n/**\n * Calculates and returns a timing value based on the\n * input parameters. The timing value is a number between\n * 0 and 1.\n * @param t\n * @param duration\n * @param easing\n * @param loop\n * @param yoyo\n * @param onStop\n * @returns\n */\nexport const timing = (\n t: number,\n duration: number,\n easing: (t: number) => number,\n loop: boolean,\n yoyo: boolean,\n state: AnimationState\n) => {\n let current = t / duration;\n let { finished } = state;\n // Side effect to stop animation when duration is reached (if loop is false)\n if (current >= 1.0 && !loop) {\n finished = true;\n current = 1.0;\n }\n // calculate return value\n let n = current % 1;\n if (yoyo) {\n n = current % 2.0 >= 1.0 ? 1 - (current % 1) : current % 1;\n } else if (!loop) {\n if (current >= 1.0) {\n n = 1.0;\n }\n }\n current = easing(Math.max(0, Math.min(1, n)));\n return {\n current,\n finished,\n };\n};\n"],"mappings":";;;;;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,MAAMA,MAAM,GAAG,CACpBC,CADoB,EAEpBC,QAFoB,EAGpBC,MAHoB,EAIpBC,IAJoB,EAKpBC,IALoB,EAMpBC,KANoB,KAOjB;EACH,IAAIC,OAAO,GAAGN,CAAC,GAAGC,QAAlB;EACA,IAAI;IAAEM;EAAF,IAAeF,KAAnB,CAFG,CAGH;;EACA,IAAIC,OAAO,IAAI,GAAX,IAAkB,CAACH,IAAvB,EAA6B;IAC3BI,QAAQ,GAAG,IAAX;IACAD,OAAO,GAAG,GAAV;EACD,CAPE,CAQH;;;EACA,IAAIE,CAAC,GAAGF,OAAO,GAAG,CAAlB;;EACA,IAAIF,IAAJ,EAAU;IACRI,CAAC,GAAGF,OAAO,GAAG,GAAV,IAAiB,GAAjB,GAAuB,IAAKA,OAAO,GAAG,CAAtC,GAA2CA,OAAO,GAAG,CAAzD;EACD,CAFD,MAEO,IAAI,CAACH,IAAL,EAAW;IAChB,IAAIG,OAAO,IAAI,GAAf,EAAoB;MAClBE,CAAC,GAAG,GAAJ;IACD;EACF;;EACDF,OAAO,GAAGJ,MAAM,CAACO,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYD,IAAI,CAACE,GAAL,CAAS,CAAT,EAAYH,CAAZ,CAAZ,CAAD,CAAhB;EACA,OAAO;IACLF,OADK;IAELC;EAFK,CAAP;AAID,CA7BM"}
@@ -1,7 +0,0 @@
1
- export type EasingFunction = (value: number) => number;
2
- export interface TimingConfig {
3
- from?: number;
4
- to?: number;
5
- duration?: number;
6
- easing?: EasingFunction;
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["types.ts"],"sourcesContent":["export type EasingFunction = (value: number) => number;\n\nexport interface TimingConfig {\n from?: number;\n to?: number;\n duration?: number;\n easing?: EasingFunction;\n}\n"],"mappings":""}
@@ -1,4 +0,0 @@
1
- export { Easing } from "./Easing";
2
- export { useTiming } from "./useTiming";
3
- export { useLoop } from "./useLoop";
4
- export { runTiming } from "./runTiming";
@@ -1,38 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "Easing", {
7
- enumerable: true,
8
- get: function () {
9
- return _Easing.Easing;
10
- }
11
- });
12
- Object.defineProperty(exports, "runTiming", {
13
- enumerable: true,
14
- get: function () {
15
- return _runTiming.runTiming;
16
- }
17
- });
18
- Object.defineProperty(exports, "useLoop", {
19
- enumerable: true,
20
- get: function () {
21
- return _useLoop.useLoop;
22
- }
23
- });
24
- Object.defineProperty(exports, "useTiming", {
25
- enumerable: true,
26
- get: function () {
27
- return _useTiming.useTiming;
28
- }
29
- });
30
-
31
- var _Easing = require("./Easing");
32
-
33
- var _useTiming = require("./useTiming");
34
-
35
- var _useLoop = require("./useLoop");
36
-
37
- var _runTiming = require("./runTiming");
38
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { Easing } from \"./Easing\";\nexport { useTiming } from \"./useTiming\";\nexport { useLoop } from \"./useLoop\";\nexport { runTiming } from \"./runTiming\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA"}