@@ -51,7 +51,7 @@ A component to manage enter/update/exit of its children by key, that works simil
5151
5252#### Defined in
5353
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 )
5555
5656___
5757
@@ -80,7 +80,7 @@ A basic hook to use Web Animations API. See [AnimationHandle](interfaces/Animati
8080
8181#### Defined in
8282
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 )
8484
8585___
8686
@@ -109,7 +109,7 @@ Same as [useAnimation](API.md#useanimation), but it drives function not React el
109109
110110#### Defined in
111111
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 )
113113
114114___
115115
@@ -135,19 +135,19 @@ This hook must be used under [TransitionGroup](API.md#transitiongroup) component
135135
136136#### Defined in
137137
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 )
139139
140140## Type Aliases
141141
142142### TypedKeyframe
143143
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 )
145145
146146Strictly typed [ Keyframe] ( https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API/Keyframe_Formats )
147147
148148#### Defined in
149149
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 )
151151
152152___
153153
157157
158158#### Defined in
159159
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 )
161161
162162___
163163
@@ -177,7 +177,7 @@ A function to define keyframe dynamically
177177
178178#### Defined in
179179
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 )
181181
182182___
183183
187187
188188#### Defined in
189189
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 )
191191
192192___
193193
203203
204204#### Defined in
205205
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 )
207207
208208___
209209
213213
214214#### Defined in
215215
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 )
217217
218218___
219219
229229
230230#### Defined in
231231
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 )
233233
234234___
235235
@@ -241,7 +241,7 @@ Non nullable [ComputedEffectTiming](https://developer.mozilla.org/en-US/docs/Web
241241
242242#### Defined in
243243
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 )
245245
246246___
247247
@@ -262,7 +262,7 @@ In this callback you can update any state or ref in JS.
262262
263263#### Defined in
264264
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 )
266266
267267___
268268
272272
273273#### Defined in
274274
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