Skip to content

Commit cc07c9c

Browse files
committed
0.15.2
1 parent 3ce964a commit cc07c9c

15 files changed

+58
-58
lines changed

docs/API.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A component to manage enter/update/exit of its children by key, that works simil
6262

6363
#### Defined in
6464

65-
[src/react/components/TransitionGroup.tsx:74](https://github.com/inokawa/react-animatable/blob/b843664/src/react/components/TransitionGroup.tsx#L74)
65+
[src/react/components/TransitionGroup.tsx:81](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/components/TransitionGroup.tsx#L81)
6666

6767
___
6868

@@ -90,7 +90,7 @@ A basic hook to use Web Animations API. See [AnimationHandle](interfaces/Animati
9090

9191
#### Defined in
9292

93-
[src/react/hooks/useAnimation.ts:104](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L104)
93+
[src/react/hooks/useAnimation.ts:104](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L104)
9494

9595
___
9696

@@ -119,7 +119,7 @@ Same as [useAnimation](API.md#useanimation), but it drives function not React el
119119

120120
#### Defined in
121121

122-
[src/react/hooks/useAnimationFunction.ts:69](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimationFunction.ts#L69)
122+
[src/react/hooks/useAnimationFunction.ts:69](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimationFunction.ts#L69)
123123

124124
___
125125

@@ -145,7 +145,7 @@ This hook must be used under [TransitionGroup](API.md#transitiongroup) component
145145

146146
#### Defined in
147147

148-
[src/react/hooks/useTransitionAnimation.ts:38](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useTransitionAnimation.ts#L38)
148+
[src/react/hooks/useTransitionAnimation.ts:38](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useTransitionAnimation.ts#L38)
149149

150150
___
151151

@@ -165,7 +165,7 @@ ___
165165

166166
#### Defined in
167167

168-
[src/react/hooks/useScrollTimeline.ts:11](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useScrollTimeline.ts#L11)
168+
[src/react/hooks/useScrollTimeline.ts:11](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useScrollTimeline.ts#L11)
169169

170170
___
171171

@@ -185,7 +185,7 @@ ___
185185

186186
#### Defined in
187187

188-
[src/react/hooks/useViewTimeline.ts:16](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useViewTimeline.ts#L16)
188+
[src/react/hooks/useViewTimeline.ts:16](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useViewTimeline.ts#L16)
189189

190190
## Type Aliases
191191

@@ -197,7 +197,7 @@ Strictly typed [Keyframe](https://developer.mozilla.org/en-US/docs/Web/API/Web_A
197197

198198
#### Defined in
199199

200-
[src/core/waapi.ts:17](https://github.com/inokawa/react-animatable/blob/b843664/src/core/waapi.ts#L17)
200+
[src/core/waapi.ts:17](https://github.com/inokawa/react-animatable/blob/3ce964a/src/core/waapi.ts#L17)
201201

202202
___
203203

@@ -207,7 +207,7 @@ ___
207207

208208
#### Defined in
209209

210-
[src/core/waapi.ts:22](https://github.com/inokawa/react-animatable/blob/b843664/src/core/waapi.ts#L22)
210+
[src/core/waapi.ts:22](https://github.com/inokawa/react-animatable/blob/3ce964a/src/core/waapi.ts#L22)
211211

212212
___
213213

@@ -227,7 +227,7 @@ A function to define keyframe dynamically
227227

228228
#### Defined in
229229

230-
[src/core/waapi.ts:32](https://github.com/inokawa/react-animatable/blob/b843664/src/core/waapi.ts#L32)
230+
[src/core/waapi.ts:32](https://github.com/inokawa/react-animatable/blob/3ce964a/src/core/waapi.ts#L32)
231231

232232
___
233233

@@ -237,7 +237,7 @@ ___
237237

238238
#### Defined in
239239

240-
[src/core/waapi.ts:4](https://github.com/inokawa/react-animatable/blob/b843664/src/core/waapi.ts#L4)
240+
[src/core/waapi.ts:4](https://github.com/inokawa/react-animatable/blob/3ce964a/src/core/waapi.ts#L4)
241241

242242
___
243243

@@ -253,7 +253,7 @@ ___
253253

254254
#### Defined in
255255

256-
[src/core/waapi.ts:79](https://github.com/inokawa/react-animatable/blob/b843664/src/core/waapi.ts#L79)
256+
[src/core/waapi.ts:85](https://github.com/inokawa/react-animatable/blob/3ce964a/src/core/waapi.ts#L85)
257257

258258
___
259259

@@ -263,7 +263,7 @@ ___
263263

264264
#### Defined in
265265

266-
[src/core/waapi.ts:150](https://github.com/inokawa/react-animatable/blob/b843664/src/core/waapi.ts#L150)
266+
[src/core/waapi.ts:185](https://github.com/inokawa/react-animatable/blob/3ce964a/src/core/waapi.ts#L185)
267267

268268
___
269269

@@ -279,7 +279,7 @@ ___
279279

280280
#### Defined in
281281

282-
[src/react/hooks/useAnimation.ts:38](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L38)
282+
[src/react/hooks/useAnimation.ts:38](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L38)
283283

284284
___
285285

@@ -291,7 +291,7 @@ Non nullable [ComputedEffectTiming](https://developer.mozilla.org/en-US/docs/Web
291291

292292
#### Defined in
293293

294-
[src/react/hooks/useAnimationFunction.ts:32](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimationFunction.ts#L32)
294+
[src/react/hooks/useAnimationFunction.ts:32](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimationFunction.ts#L32)
295295

296296
___
297297

@@ -312,7 +312,7 @@ In this callback you can update any state or ref in JS.
312312

313313
#### Defined in
314314

315-
[src/react/hooks/useAnimationFunction.ts:42](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimationFunction.ts#L42)
315+
[src/react/hooks/useAnimationFunction.ts:42](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimationFunction.ts#L42)
316316

317317
___
318318

@@ -322,7 +322,7 @@ ___
322322

323323
#### Defined in
324324

325-
[src/react/hooks/useTransitionAnimation.ts:28](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useTransitionAnimation.ts#L28)
325+
[src/react/hooks/useTransitionAnimation.ts:28](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useTransitionAnimation.ts#L28)
326326

327327
___
328328

@@ -338,7 +338,7 @@ ___
338338

339339
#### Defined in
340340

341-
[src/react/types/index.ts:12](https://github.com/inokawa/react-animatable/blob/b843664/src/react/types/index.ts#L12)
341+
[src/react/types/index.ts:12](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/types/index.ts#L12)
342342

343343
___
344344

@@ -348,7 +348,7 @@ ___
348348

349349
#### Defined in
350350

351-
[src/react/types/index.ts:29](https://github.com/inokawa/react-animatable/blob/b843664/src/react/types/index.ts#L29)
351+
[src/react/types/index.ts:29](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/types/index.ts#L29)
352352

353353
___
354354

@@ -358,4 +358,4 @@ ___
358358

359359
#### Defined in
360360

361-
[src/react/types/index.ts:31](https://github.com/inokawa/react-animatable/blob/b843664/src/react/types/index.ts#L31)
361+
[src/react/types/index.ts:31](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/types/index.ts#L31)

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:44](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L44)
54+
[src/react/hooks/useAnimation.ts:44](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L44)
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:50](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L50)
74+
[src/react/hooks/useAnimation.ts:50](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L50)
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:54](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L54)
94+
[src/react/hooks/useAnimation.ts:54](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L54)
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:58](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L58)
114+
[src/react/hooks/useAnimation.ts:58](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L58)
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:62](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L62)
134+
[src/react/hooks/useAnimation.ts:62](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L62)
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:68](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L68)
162+
[src/react/hooks/useAnimation.ts:68](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L68)
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:76](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L76)
190+
[src/react/hooks/useAnimation.ts:76](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L76)
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:85](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L85)
219+
[src/react/hooks/useAnimation.ts:85](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L85)

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:41](https://github.com/inokawa/react-animatable/blob/b843664/src/core/waapi.ts#L41)
40+
[src/core/waapi.ts:41](https://github.com/inokawa/react-animatable/blob/3ce964a/src/core/waapi.ts#L41)
4141

4242
___
4343

docs/interfaces/AnimationHandle.md

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

3535
#### Defined in
3636

37-
[src/react/hooks/useAnimation.ts:97](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L97)
37+
[src/react/hooks/useAnimation.ts:97](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L97)
3838

3939
## Table of contents
4040

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

7474
#### Defined in
7575

76-
[src/react/hooks/useAnimation.ts:44](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L44)
76+
[src/react/hooks/useAnimation.ts:44](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L44)
7777

7878
___
7979

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

9494
#### Defined in
9595

96-
[src/react/hooks/useAnimation.ts:50](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L50)
96+
[src/react/hooks/useAnimation.ts:50](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L50)
9797

9898
___
9999

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

114114
#### Defined in
115115

116-
[src/react/hooks/useAnimation.ts:54](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L54)
116+
[src/react/hooks/useAnimation.ts:54](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L54)
117117

118118
___
119119

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

134134
#### Defined in
135135

136-
[src/react/hooks/useAnimation.ts:58](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L58)
136+
[src/react/hooks/useAnimation.ts:58](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L58)
137137

138138
___
139139

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

154154
#### Defined in
155155

156-
[src/react/hooks/useAnimation.ts:62](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L62)
156+
[src/react/hooks/useAnimation.ts:62](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L62)
157157

158158
___
159159

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

182182
#### Defined in
183183

184-
[src/react/hooks/useAnimation.ts:68](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L68)
184+
[src/react/hooks/useAnimation.ts:68](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L68)
185185

186186
___
187187

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

210210
#### Defined in
211211

212-
[src/react/hooks/useAnimation.ts:76](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L76)
212+
[src/react/hooks/useAnimation.ts:76](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L76)
213213

214214
___
215215

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

239239
#### Defined in
240240

241-
[src/react/hooks/useAnimation.ts:85](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L85)
241+
[src/react/hooks/useAnimation.ts:85](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L85)

docs/interfaces/AnimationOptions.md

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

3535
#### Defined in
3636

37-
[src/react/types/index.ts:9](https://github.com/inokawa/react-animatable/blob/b843664/src/react/types/index.ts#L9)
37+
[src/react/types/index.ts:9](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/types/index.ts#L9)
3838

3939
___
4040

@@ -48,7 +48,7 @@ ___
4848

4949
#### Defined in
5050

51-
[src/core/waapi.ts:41](https://github.com/inokawa/react-animatable/blob/b843664/src/core/waapi.ts#L41)
51+
[src/core/waapi.ts:41](https://github.com/inokawa/react-animatable/blob/3ce964a/src/core/waapi.ts#L41)
5252

5353
___
5454

0 commit comments

Comments
 (0)