@@ -51,7 +51,7 @@ A component to manage enter/update/exit of its children by key, that works simil
51
51
52
52
#### Defined in
53
53
54
- [ src/react/components/TransitionGroup.tsx:74] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/react/components/TransitionGroup.tsx#L74 )
54
+ [ src/react/components/TransitionGroup.tsx:74] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/react/components/TransitionGroup.tsx#L74 )
55
55
56
56
___
57
57
@@ -80,7 +80,7 @@ A basic hook to use Web Animations API. See [AnimationHandle](interfaces/Animati
80
80
81
81
#### Defined in
82
82
83
- [ src/react/hooks/useAnimation.ts:91] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/react/hooks/useAnimation.ts#L91 )
83
+ [ src/react/hooks/useAnimation.ts:91] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/react/hooks/useAnimation.ts#L91 )
84
84
85
85
___
86
86
@@ -109,7 +109,7 @@ Same as [useAnimation](API.md#useanimation), but it drives function not React el
109
109
110
110
#### Defined in
111
111
112
- [ src/react/hooks/useAnimationFunction.ts:66] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/react/hooks/useAnimationFunction.ts#L66 )
112
+ [ src/react/hooks/useAnimationFunction.ts:66] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/react/hooks/useAnimationFunction.ts#L66 )
113
113
114
114
___
115
115
@@ -135,19 +135,19 @@ This hook must be used under [TransitionGroup](API.md#transitiongroup) component
135
135
136
136
#### Defined in
137
137
138
- [ src/react/hooks/useTransitionAnimation.ts:33] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/react/hooks/useTransitionAnimation.ts#L33 )
138
+ [ src/react/hooks/useTransitionAnimation.ts:33] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/react/hooks/useTransitionAnimation.ts#L33 )
139
139
140
140
## Type Aliases
141
141
142
142
### TypedKeyframe
143
143
144
- Ƭ ** TypedKeyframe** : ` Pick ` <` Keyframe ` , `` "composite" `` \| `` "easing" `` \| `` "offset" `` \> & [ ` AnimatableCSSProperties ` ] ( API.md#animatablecssproperties )
144
+ Ƭ ** TypedKeyframe** : ` Pick ` <` Keyframe ` , `` "composite" `` \| `` "easing" `` \| `` "offset" `` \> & { ` [key: ` --${string} ` ] ` : ` string ` \| ` number ` ; } & [ ` AnimatableCSSProperties ` ] ( API.md#animatablecssproperties )
145
145
146
146
Strictly typed [ Keyframe] ( https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API/Keyframe_Formats )
147
147
148
148
#### Defined in
149
149
150
- [ src/core/waapi.ts:17] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/core/waapi.ts#L17 )
150
+ [ src/core/waapi.ts:17] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/core/waapi.ts#L17 )
151
151
152
152
___
153
153
157
157
158
158
#### Defined in
159
159
160
- [ src/core/waapi.ts:20 ] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/core/waapi.ts#L20 )
160
+ [ src/core/waapi.ts:22 ] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/core/waapi.ts#L22 )
161
161
162
162
___
163
163
@@ -177,7 +177,7 @@ A function to define keyframe dynamically
177
177
178
178
#### Defined in
179
179
180
- [ src/core/waapi.ts:29 ] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/core/waapi.ts#L29 )
180
+ [ src/core/waapi.ts:31 ] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/core/waapi.ts#L31 )
181
181
182
182
___
183
183
187
187
188
188
#### Defined in
189
189
190
- [ src/core/waapi.ts:4] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/core/waapi.ts#L4 )
190
+ [ src/core/waapi.ts:4] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/core/waapi.ts#L4 )
191
191
192
192
___
193
193
203
203
204
204
#### Defined in
205
205
206
- [ src/core/waapi.ts:83 ] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/core/waapi.ts#L83 )
206
+ [ src/core/waapi.ts:85 ] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/core/waapi.ts#L85 )
207
207
208
208
___
209
209
213
213
214
214
#### Defined in
215
215
216
- [ src/core/waapi.ts:154 ] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/core/waapi.ts#L154 )
216
+ [ src/core/waapi.ts:156 ] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/core/waapi.ts#L156 )
217
217
218
218
___
219
219
229
229
230
230
#### Defined in
231
231
232
- [ src/react/hooks/useAnimation.ts:23] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/react/hooks/useAnimation.ts#L23 )
232
+ [ src/react/hooks/useAnimation.ts:23] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/react/hooks/useAnimation.ts#L23 )
233
233
234
234
___
235
235
@@ -241,7 +241,7 @@ Non nullable [ComputedEffectTiming](https://developer.mozilla.org/en-US/docs/Web
241
241
242
242
#### Defined in
243
243
244
- [ src/react/hooks/useAnimationFunction.ts:29] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/react/hooks/useAnimationFunction.ts#L29 )
244
+ [ src/react/hooks/useAnimationFunction.ts:29] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/react/hooks/useAnimationFunction.ts#L29 )
245
245
246
246
___
247
247
@@ -262,7 +262,7 @@ In this callback you can update any state or ref in JS.
262
262
263
263
#### Defined in
264
264
265
- [ src/react/hooks/useAnimationFunction.ts:39] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/react/hooks/useAnimationFunction.ts#L39 )
265
+ [ src/react/hooks/useAnimationFunction.ts:39] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/react/hooks/useAnimationFunction.ts#L39 )
266
266
267
267
___
268
268
272
272
273
273
#### Defined in
274
274
275
- [ src/react/hooks/useTransitionAnimation.ts:23] ( https://github.com/inokawa/react-animatable/blob/f3ebf49 /src/react/hooks/useTransitionAnimation.ts#L23 )
275
+ [ src/react/hooks/useTransitionAnimation.ts:23] ( https://github.com/inokawa/react-animatable/blob/3724fbf /src/react/hooks/useTransitionAnimation.ts#L23 )
0 commit comments