@@ -54,7 +54,7 @@ A component to manage enter/update/exit of its children by key, that works simil
54
54
55
55
#### Defined in
56
56
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 )
58
58
59
59
___
60
60
@@ -83,7 +83,7 @@ A basic hook to use Web Animations API. See [AnimationHandle](interfaces/Animati
83
83
84
84
#### Defined in
85
85
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 )
87
87
88
88
___
89
89
@@ -112,7 +112,7 @@ Same as [useAnimation](API.md#useanimation), but it drives function not React el
112
112
113
113
#### Defined in
114
114
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 )
116
116
117
117
___
118
118
@@ -138,7 +138,7 @@ This hook must be used under [TransitionGroup](API.md#transitiongroup) component
138
138
139
139
#### Defined in
140
140
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 )
142
142
143
143
## Type Aliases
144
144
@@ -150,7 +150,7 @@ Strictly typed [Keyframe](https://developer.mozilla.org/en-US/docs/Web/API/Web_A
150
150
151
151
#### Defined in
152
152
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 )
154
154
155
155
___
156
156
160
160
161
161
#### Defined in
162
162
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 )
164
164
165
165
___
166
166
@@ -180,7 +180,7 @@ A function to define keyframe dynamically
180
180
181
181
#### Defined in
182
182
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 )
184
184
185
185
___
186
186
190
190
191
191
#### Defined in
192
192
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 )
194
194
195
195
___
196
196
206
206
207
207
#### Defined in
208
208
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 )
210
210
211
211
___
212
212
216
216
217
217
#### Defined in
218
218
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 )
220
220
221
221
___
222
222
232
232
233
233
#### Defined in
234
234
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 )
236
236
237
237
___
238
238
@@ -244,7 +244,7 @@ Non nullable [ComputedEffectTiming](https://developer.mozilla.org/en-US/docs/Web
244
244
245
245
#### Defined in
246
246
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 )
248
248
249
249
___
250
250
@@ -265,7 +265,7 @@ In this callback you can update any state or ref in JS.
265
265
266
266
#### Defined in
267
267
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 )
269
269
270
270
___
271
271
275
275
276
276
#### Defined in
277
277
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