Skip to content

Commit 9964c79

Browse files
committed
0.13.7
1 parent dd9ec77 commit 9964c79

12 files changed

+49
-49
lines changed

docs/API.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -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

@@ -160,7 +160,7 @@ ___
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

@@ -190,7 +190,7 @@ ___
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

@@ -206,7 +206,7 @@ ___
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

@@ -216,7 +216,7 @@ ___
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

@@ -232,7 +232,7 @@ ___
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

@@ -275,4 +275,4 @@ ___
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)

docs/interfaces/AnimationFunctionHandle.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A wrapper of Web Animations API's [play](https://developer.mozilla.org/en-US/doc
5151

5252
#### Defined in
5353

54-
[src/react/hooks/useAnimation.ts:34](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L34)
54+
[src/react/hooks/useAnimation.ts:34](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L34)
5555

5656
___
5757

@@ -71,7 +71,7 @@ A wrapper of Web Animations API's [reverse](https://developer.mozilla.org/en-US/
7171

7272
#### Defined in
7373

74-
[src/react/hooks/useAnimation.ts:40](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L40)
74+
[src/react/hooks/useAnimation.ts:40](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L40)
7575

7676
___
7777

@@ -91,7 +91,7 @@ A wrapper of Web Animations API's [cancel](https://developer.mozilla.org/en-US/d
9191

9292
#### Defined in
9393

94-
[src/react/hooks/useAnimation.ts:44](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L44)
94+
[src/react/hooks/useAnimation.ts:44](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L44)
9595

9696
___
9797

@@ -111,7 +111,7 @@ A wrapper of Web Animations API's [finish](https://developer.mozilla.org/en-US/d
111111

112112
#### Defined in
113113

114-
[src/react/hooks/useAnimation.ts:48](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L48)
114+
[src/react/hooks/useAnimation.ts:48](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L48)
115115

116116
___
117117

@@ -131,7 +131,7 @@ A wrapper of Web Animations API's [pause](https://developer.mozilla.org/en-US/do
131131

132132
#### Defined in
133133

134-
[src/react/hooks/useAnimation.ts:52](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L52)
134+
[src/react/hooks/useAnimation.ts:52](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L52)
135135

136136
___
137137

@@ -159,7 +159,7 @@ If you pass function, you can get [endTime](https://developer.mozilla.org/en-US/
159159

160160
#### Defined in
161161

162-
[src/react/hooks/useAnimation.ts:58](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L58)
162+
[src/react/hooks/useAnimation.ts:58](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L58)
163163

164164
___
165165

@@ -187,7 +187,7 @@ If you pass function, you can get current [playbackRate](https://developer.mozil
187187

188188
#### Defined in
189189

190-
[src/react/hooks/useAnimation.ts:66](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L66)
190+
[src/react/hooks/useAnimation.ts:66](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L66)
191191

192192
___
193193

@@ -216,4 +216,4 @@ A getter of Promise that will be resolved in specified timing.
216216

217217
#### Defined in
218218

219-
[src/react/hooks/useAnimation.ts:75](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L75)
219+
[src/react/hooks/useAnimation.ts:75](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L75)

docs/interfaces/AnimationFunctionOptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Extended [options of KeyframeEffect](https://developer.mozilla.org/en-US/docs/We
3737

3838
#### Defined in
3939

40-
[src/core/waapi.ts:40](https://github.com/inokawa/react-animatable/blob/41cc47a/src/core/waapi.ts#L40)
40+
[src/core/waapi.ts:40](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/core/waapi.ts#L40)
4141

4242
___
4343

docs/interfaces/AnimationHandle.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You have to pass this callback to ref of element you want to control.
3232

3333
#### Defined in
3434

35-
[src/react/hooks/useAnimation.ts:87](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L87)
35+
[src/react/hooks/useAnimation.ts:87](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L87)
3636

3737
## Table of contents
3838

@@ -71,7 +71,7 @@ A wrapper of Web Animations API's [play](https://developer.mozilla.org/en-US/doc
7171

7272
#### Defined in
7373

74-
[src/react/hooks/useAnimation.ts:34](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L34)
74+
[src/react/hooks/useAnimation.ts:34](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L34)
7575

7676
___
7777

@@ -91,7 +91,7 @@ A wrapper of Web Animations API's [reverse](https://developer.mozilla.org/en-US/
9191

9292
#### Defined in
9393

94-
[src/react/hooks/useAnimation.ts:40](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L40)
94+
[src/react/hooks/useAnimation.ts:40](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L40)
9595

9696
___
9797

@@ -111,7 +111,7 @@ A wrapper of Web Animations API's [cancel](https://developer.mozilla.org/en-US/d
111111

112112
#### Defined in
113113

114-
[src/react/hooks/useAnimation.ts:44](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L44)
114+
[src/react/hooks/useAnimation.ts:44](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L44)
115115

116116
___
117117

@@ -131,7 +131,7 @@ A wrapper of Web Animations API's [finish](https://developer.mozilla.org/en-US/d
131131

132132
#### Defined in
133133

134-
[src/react/hooks/useAnimation.ts:48](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L48)
134+
[src/react/hooks/useAnimation.ts:48](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L48)
135135

136136
___
137137

@@ -151,7 +151,7 @@ A wrapper of Web Animations API's [pause](https://developer.mozilla.org/en-US/do
151151

152152
#### Defined in
153153

154-
[src/react/hooks/useAnimation.ts:52](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L52)
154+
[src/react/hooks/useAnimation.ts:52](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L52)
155155

156156
___
157157

@@ -179,7 +179,7 @@ If you pass function, you can get [endTime](https://developer.mozilla.org/en-US/
179179

180180
#### Defined in
181181

182-
[src/react/hooks/useAnimation.ts:58](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L58)
182+
[src/react/hooks/useAnimation.ts:58](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L58)
183183

184184
___
185185

@@ -207,7 +207,7 @@ If you pass function, you can get current [playbackRate](https://developer.mozil
207207

208208
#### Defined in
209209

210-
[src/react/hooks/useAnimation.ts:66](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L66)
210+
[src/react/hooks/useAnimation.ts:66](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L66)
211211

212212
___
213213

@@ -236,4 +236,4 @@ A getter of Promise that will be resolved in specified timing.
236236

237237
#### Defined in
238238

239-
[src/react/hooks/useAnimation.ts:75](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L75)
239+
[src/react/hooks/useAnimation.ts:75](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L75)

docs/interfaces/AnimationOptions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If true, run animation automatically when keyframe or options changes.
3636

3737
#### Defined in
3838

39-
[src/react/hooks/useAnimation.ts:94](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L94)
39+
[src/react/hooks/useAnimation.ts:94](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L94)
4040

4141
___
4242

@@ -50,7 +50,7 @@ ___
5050

5151
#### Defined in
5252

53-
[src/core/waapi.ts:40](https://github.com/inokawa/react-animatable/blob/41cc47a/src/core/waapi.ts#L40)
53+
[src/core/waapi.ts:40](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/core/waapi.ts#L40)
5454

5555
___
5656

docs/interfaces/BaseAnimationHandle.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A wrapper of Web Animations API's [play](https://developer.mozilla.org/en-US/doc
4747

4848
#### Defined in
4949

50-
[src/react/hooks/useAnimation.ts:34](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L34)
50+
[src/react/hooks/useAnimation.ts:34](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L34)
5151

5252
___
5353

@@ -63,7 +63,7 @@ A wrapper of Web Animations API's [reverse](https://developer.mozilla.org/en-US/
6363

6464
#### Defined in
6565

66-
[src/react/hooks/useAnimation.ts:40](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L40)
66+
[src/react/hooks/useAnimation.ts:40](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L40)
6767

6868
___
6969

@@ -79,7 +79,7 @@ A wrapper of Web Animations API's [cancel](https://developer.mozilla.org/en-US/d
7979

8080
#### Defined in
8181

82-
[src/react/hooks/useAnimation.ts:44](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L44)
82+
[src/react/hooks/useAnimation.ts:44](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L44)
8383

8484
___
8585

@@ -95,7 +95,7 @@ A wrapper of Web Animations API's [finish](https://developer.mozilla.org/en-US/d
9595

9696
#### Defined in
9797

98-
[src/react/hooks/useAnimation.ts:48](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L48)
98+
[src/react/hooks/useAnimation.ts:48](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L48)
9999

100100
___
101101

@@ -111,7 +111,7 @@ A wrapper of Web Animations API's [pause](https://developer.mozilla.org/en-US/do
111111

112112
#### Defined in
113113

114-
[src/react/hooks/useAnimation.ts:52](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L52)
114+
[src/react/hooks/useAnimation.ts:52](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L52)
115115

116116
___
117117

@@ -135,7 +135,7 @@ If you pass function, you can get [endTime](https://developer.mozilla.org/en-US/
135135

136136
#### Defined in
137137

138-
[src/react/hooks/useAnimation.ts:58](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L58)
138+
[src/react/hooks/useAnimation.ts:58](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L58)
139139

140140
___
141141

@@ -159,7 +159,7 @@ If you pass function, you can get current [playbackRate](https://developer.mozil
159159

160160
#### Defined in
161161

162-
[src/react/hooks/useAnimation.ts:66](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L66)
162+
[src/react/hooks/useAnimation.ts:66](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L66)
163163

164164
___
165165

@@ -184,4 +184,4 @@ A getter of Promise that will be resolved in specified timing.
184184

185185
#### Defined in
186186

187-
[src/react/hooks/useAnimation.ts:75](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useAnimation.ts#L75)
187+
[src/react/hooks/useAnimation.ts:75](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useAnimation.ts#L75)

docs/interfaces/TransitionAnimationHandle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
#### Defined in
2020

21-
[src/react/hooks/useTransitionAnimation.ts:21](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/hooks/useTransitionAnimation.ts#L21)
21+
[src/react/hooks/useTransitionAnimation.ts:21](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/hooks/useTransitionAnimation.ts#L21)

docs/interfaces/TransitionAnimationOptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Extended [options of KeyframeEffect](https://developer.mozilla.org/en-US/docs/We
3737

3838
#### Defined in
3939

40-
[src/core/waapi.ts:40](https://github.com/inokawa/react-animatable/blob/41cc47a/src/core/waapi.ts#L40)
40+
[src/core/waapi.ts:40](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/core/waapi.ts#L40)
4141

4242
___
4343

docs/interfaces/TransitionGroupProps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
#### Defined in
1616

17-
[src/react/components/TransitionGroup.tsx:68](https://github.com/inokawa/react-animatable/blob/41cc47a/src/react/components/TransitionGroup.tsx#L68)
17+
[src/react/components/TransitionGroup.tsx:68](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/react/components/TransitionGroup.tsx#L68)

docs/interfaces/TypedKeyframeEffectOptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Extended [options of KeyframeEffect](https://developer.mozilla.org/en-US/docs/We
3939

4040
#### Defined in
4141

42-
[src/core/waapi.ts:40](https://github.com/inokawa/react-animatable/blob/41cc47a/src/core/waapi.ts#L40)
42+
[src/core/waapi.ts:40](https://github.com/inokawa/react-animatable/blob/dd9ec77/src/core/waapi.ts#L40)
4343

4444
___
4545

0 commit comments

Comments
 (0)