@@ -54,7 +54,7 @@ A component to manage enter/update/exit of its children by key, that works simil
5454
5555#### Defined in
5656
57- [ src/react/components/TransitionGroup.tsx:74] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/react/components/TransitionGroup.tsx#L74 )
57+ [ src/react/components/TransitionGroup.tsx:74] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/react/components/TransitionGroup.tsx#L74 )
5858
5959___
6060
@@ -83,7 +83,7 @@ A basic hook to use Web Animations API. See [AnimationHandle](interfaces/Animati
8383
8484#### Defined in
8585
86- [ src/react/hooks/useAnimation.ts:162] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/react/hooks/useAnimation.ts#L162 )
86+ [ src/react/hooks/useAnimation.ts:162] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/react/hooks/useAnimation.ts#L162 )
8787
8888___
8989
@@ -112,7 +112,7 @@ Same as [useAnimation](API.md#useanimation), but it drives function not React el
112112
113113#### Defined in
114114
115- [ src/react/hooks/useAnimationFunction.ts:69] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/react/hooks/useAnimationFunction.ts#L69 )
115+ [ src/react/hooks/useAnimationFunction.ts:69] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/react/hooks/useAnimationFunction.ts#L69 )
116116
117117___
118118
@@ -138,7 +138,7 @@ This hook must be used under [TransitionGroup](API.md#transitiongroup) component
138138
139139#### Defined in
140140
141- [ src/react/hooks/useTransitionAnimation.ts:37] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/react/hooks/useTransitionAnimation.ts#L37 )
141+ [ src/react/hooks/useTransitionAnimation.ts:37] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/react/hooks/useTransitionAnimation.ts#L37 )
142142
143143## Type Aliases
144144
@@ -150,7 +150,7 @@ Strictly typed [Keyframe](https://developer.mozilla.org/en-US/docs/Web/API/Web_A
150150
151151#### Defined in
152152
153- [ src/core/waapi.ts:17] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/core/waapi.ts#L17 )
153+ [ src/core/waapi.ts:17] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/core/waapi.ts#L17 )
154154
155155___
156156
160160
161161#### Defined in
162162
163- [ src/core/waapi.ts:22] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/core/waapi.ts#L22 )
163+ [ src/core/waapi.ts:22] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/core/waapi.ts#L22 )
164164
165165___
166166
@@ -180,7 +180,7 @@ A function to define keyframe dynamically
180180
181181#### Defined in
182182
183- [ src/core/waapi.ts:31] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/core/waapi.ts#L31 )
183+ [ src/core/waapi.ts:31] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/core/waapi.ts#L31 )
184184
185185___
186186
190190
191191#### Defined in
192192
193- [ src/core/waapi.ts:4] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/core/waapi.ts#L4 )
193+ [ src/core/waapi.ts:4] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/core/waapi.ts#L4 )
194194
195195___
196196
206206
207207#### Defined in
208208
209- [ src/core/waapi.ts:74] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/core/waapi.ts#L74 )
209+ [ src/core/waapi.ts:74] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/core/waapi.ts#L74 )
210210
211211___
212212
216216
217217#### Defined in
218218
219- [ src/core/waapi.ts:145] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/core/waapi.ts#L145 )
219+ [ src/core/waapi.ts:145] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/core/waapi.ts#L145 )
220220
221221___
222222
232232
233233#### Defined in
234234
235- [ src/react/hooks/useAnimation.ts:28] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/react/hooks/useAnimation.ts#L28 )
235+ [ src/react/hooks/useAnimation.ts:28] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/react/hooks/useAnimation.ts#L28 )
236236
237237___
238238
@@ -244,7 +244,7 @@ Non nullable [ComputedEffectTiming](https://developer.mozilla.org/en-US/docs/Web
244244
245245#### Defined in
246246
247- [ src/react/hooks/useAnimationFunction.ts:32] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/react/hooks/useAnimationFunction.ts#L32 )
247+ [ src/react/hooks/useAnimationFunction.ts:32] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/react/hooks/useAnimationFunction.ts#L32 )
248248
249249___
250250
@@ -265,7 +265,7 @@ In this callback you can update any state or ref in JS.
265265
266266#### Defined in
267267
268- [ src/react/hooks/useAnimationFunction.ts:42] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/react/hooks/useAnimationFunction.ts#L42 )
268+ [ src/react/hooks/useAnimationFunction.ts:42] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/react/hooks/useAnimationFunction.ts#L42 )
269269
270270___
271271
275275
276276#### Defined in
277277
278- [ src/react/hooks/useTransitionAnimation.ts:27] ( https://github.com/inokawa/react-animatable/blob/41cc47a /src/react/hooks/useTransitionAnimation.ts#L27 )
278+ [ src/react/hooks/useTransitionAnimation.ts:27] ( https://github.com/inokawa/react-animatable/blob/dd9ec77 /src/react/hooks/useTransitionAnimation.ts#L27 )
0 commit comments