Skip to content

Commit

Permalink
0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Nov 28, 2023
1 parent 3ce964a commit cc07c9c
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 58 deletions.
38 changes: 19 additions & 19 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ A component to manage enter/update/exit of its children by key, that works simil

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

Expand All @@ -165,7 +165,7 @@ ___

#### Defined in

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

___

Expand All @@ -185,7 +185,7 @@ ___

#### Defined in

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

## Type Aliases

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

#### Defined in

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

___

Expand All @@ -207,7 +207,7 @@ ___

#### Defined in

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

___

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

#### Defined in

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

___

Expand All @@ -237,7 +237,7 @@ ___

#### Defined in

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

___

Expand All @@ -253,7 +253,7 @@ ___

#### Defined in

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

___

Expand All @@ -263,7 +263,7 @@ ___

#### Defined in

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

___

Expand All @@ -279,7 +279,7 @@ ___

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

Expand All @@ -322,7 +322,7 @@ ___

#### Defined in

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

___

Expand All @@ -338,7 +338,7 @@ ___

#### Defined in

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

___

Expand All @@ -348,7 +348,7 @@ ___

#### Defined in

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

___

Expand All @@ -358,4 +358,4 @@ ___

#### Defined in

[src/react/types/index.ts:31](https://github.com/inokawa/react-animatable/blob/b843664/src/react/types/index.ts#L31)
[src/react/types/index.ts:31](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/types/index.ts#L31)
16 changes: 8 additions & 8 deletions docs/interfaces/AnimationFunctionHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ A wrapper of Web Animations API's [play](https://developer.mozilla.org/en-US/doc

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

[src/react/hooks/useAnimation.ts:85](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L85)
[src/react/hooks/useAnimation.ts:85](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L85)
2 changes: 1 addition & 1 deletion docs/interfaces/AnimationFunctionOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Extended [options of KeyframeEffect](https://developer.mozilla.org/en-US/docs/We

#### Defined in

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

___

Expand Down
18 changes: 9 additions & 9 deletions docs/interfaces/AnimationHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You have to pass this callback to ref of element you want to control.

#### Defined in

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

## Table of contents

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

[src/react/hooks/useAnimation.ts:85](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useAnimation.ts#L85)
[src/react/hooks/useAnimation.ts:85](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useAnimation.ts#L85)
4 changes: 2 additions & 2 deletions docs/interfaces/AnimationOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Extended [options of KeyframeEffect](https://developer.mozilla.org/en-US/docs/We

#### Defined in

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

___

Expand All @@ -48,7 +48,7 @@ ___

#### Defined in

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

___

Expand Down
Loading

0 comments on commit cc07c9c

Please sign in to comment.