From cc07c9c0b32666f6c0ff2168fc320545ea3c8b4b Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:07:24 +0900 Subject: [PATCH] 0.15.2 --- docs/API.md | 38 +++++++++---------- docs/interfaces/AnimationFunctionHandle.md | 16 ++++---- docs/interfaces/AnimationFunctionOptions.md | 2 +- docs/interfaces/AnimationHandle.md | 18 ++++----- docs/interfaces/AnimationOptions.md | 4 +- docs/interfaces/BaseAnimationHandle.md | 16 ++++---- docs/interfaces/ScrollTimelineOpts.md | 2 +- docs/interfaces/TimelineDefinition.md | 2 +- docs/interfaces/TransitionAnimationHandle.md | 2 +- docs/interfaces/TransitionAnimationOptions.md | 2 +- docs/interfaces/TransitionGroupProps.md | 2 +- docs/interfaces/TypedKeyframeEffectOptions.md | 2 +- docs/interfaces/ViewTimelineOpts.md | 4 +- package-lock.json | 4 +- package.json | 2 +- 15 files changed, 58 insertions(+), 58 deletions(-) diff --git a/docs/API.md b/docs/API.md index 8467d2a..c70e61a 100644 --- a/docs/API.md +++ b/docs/API.md @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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 @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) diff --git a/docs/interfaces/AnimationFunctionHandle.md b/docs/interfaces/AnimationFunctionHandle.md index e827c28..538464a 100644 --- a/docs/interfaces/AnimationFunctionHandle.md +++ b/docs/interfaces/AnimationFunctionHandle.md @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) diff --git a/docs/interfaces/AnimationFunctionOptions.md b/docs/interfaces/AnimationFunctionOptions.md index 0bdb94f..bf90624 100644 --- a/docs/interfaces/AnimationFunctionOptions.md +++ b/docs/interfaces/AnimationFunctionOptions.md @@ -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) ___ diff --git a/docs/interfaces/AnimationHandle.md b/docs/interfaces/AnimationHandle.md index a933881..d5d4a00 100644 --- a/docs/interfaces/AnimationHandle.md +++ b/docs/interfaces/AnimationHandle.md @@ -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 @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) diff --git a/docs/interfaces/AnimationOptions.md b/docs/interfaces/AnimationOptions.md index 9da7ba9..4f159ec 100644 --- a/docs/interfaces/AnimationOptions.md +++ b/docs/interfaces/AnimationOptions.md @@ -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) ___ @@ -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) ___ diff --git a/docs/interfaces/BaseAnimationHandle.md b/docs/interfaces/BaseAnimationHandle.md index e09ec0b..210eb9d 100644 --- a/docs/interfaces/BaseAnimationHandle.md +++ b/docs/interfaces/BaseAnimationHandle.md @@ -47,7 +47,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) ___ @@ -63,7 +63,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) ___ @@ -79,7 +79,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) ___ @@ -95,7 +95,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) ___ @@ -111,7 +111,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) ___ @@ -135,7 +135,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) ___ @@ -159,7 +159,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) ___ @@ -184,4 +184,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) diff --git a/docs/interfaces/ScrollTimelineOpts.md b/docs/interfaces/ScrollTimelineOpts.md index f7ee1d4..d2524c6 100644 --- a/docs/interfaces/ScrollTimelineOpts.md +++ b/docs/interfaces/ScrollTimelineOpts.md @@ -14,4 +14,4 @@ #### Defined in -[src/react/hooks/useScrollTimeline.ts:8](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useScrollTimeline.ts#L8) +[src/react/hooks/useScrollTimeline.ts:8](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useScrollTimeline.ts#L8) diff --git a/docs/interfaces/TimelineDefinition.md b/docs/interfaces/TimelineDefinition.md index ce4980a..c701fec 100644 --- a/docs/interfaces/TimelineDefinition.md +++ b/docs/interfaces/TimelineDefinition.md @@ -18,4 +18,4 @@ #### Defined in -[src/react/types/index.ts:18](https://github.com/inokawa/react-animatable/blob/b843664/src/react/types/index.ts#L18) +[src/react/types/index.ts:18](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/types/index.ts#L18) diff --git a/docs/interfaces/TransitionAnimationHandle.md b/docs/interfaces/TransitionAnimationHandle.md index ae56008..7e83562 100644 --- a/docs/interfaces/TransitionAnimationHandle.md +++ b/docs/interfaces/TransitionAnimationHandle.md @@ -18,4 +18,4 @@ #### Defined in -[src/react/hooks/useTransitionAnimation.ts:22](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useTransitionAnimation.ts#L22) +[src/react/hooks/useTransitionAnimation.ts:22](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useTransitionAnimation.ts#L22) diff --git a/docs/interfaces/TransitionAnimationOptions.md b/docs/interfaces/TransitionAnimationOptions.md index 4e422d8..8878ec8 100644 --- a/docs/interfaces/TransitionAnimationOptions.md +++ b/docs/interfaces/TransitionAnimationOptions.md @@ -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) ___ diff --git a/docs/interfaces/TransitionGroupProps.md b/docs/interfaces/TransitionGroupProps.md index b6358a5..eab084f 100644 --- a/docs/interfaces/TransitionGroupProps.md +++ b/docs/interfaces/TransitionGroupProps.md @@ -14,4 +14,4 @@ #### Defined in -[src/react/components/TransitionGroup.tsx:68](https://github.com/inokawa/react-animatable/blob/b843664/src/react/components/TransitionGroup.tsx#L68) +[src/react/components/TransitionGroup.tsx:75](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/components/TransitionGroup.tsx#L75) diff --git a/docs/interfaces/TypedKeyframeEffectOptions.md b/docs/interfaces/TypedKeyframeEffectOptions.md index cc5ccec..102dc88 100644 --- a/docs/interfaces/TypedKeyframeEffectOptions.md +++ b/docs/interfaces/TypedKeyframeEffectOptions.md @@ -39,7 +39,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) ___ diff --git a/docs/interfaces/ViewTimelineOpts.md b/docs/interfaces/ViewTimelineOpts.md index 1509197..334f29f 100644 --- a/docs/interfaces/ViewTimelineOpts.md +++ b/docs/interfaces/ViewTimelineOpts.md @@ -15,7 +15,7 @@ #### Defined in -[src/react/hooks/useViewTimeline.ts:12](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useViewTimeline.ts#L12) +[src/react/hooks/useViewTimeline.ts:12](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useViewTimeline.ts#L12) ___ @@ -25,4 +25,4 @@ ___ #### Defined in -[src/react/hooks/useViewTimeline.ts:13](https://github.com/inokawa/react-animatable/blob/b843664/src/react/hooks/useViewTimeline.ts#L13) +[src/react/hooks/useViewTimeline.ts:13](https://github.com/inokawa/react-animatable/blob/3ce964a/src/react/hooks/useViewTimeline.ts#L13) diff --git a/package-lock.json b/package-lock.json index b23ac31..73eb49c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-animatable", - "version": "0.15.1", + "version": "0.15.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-animatable", - "version": "0.15.1", + "version": "0.15.2", "license": "MIT", "devDependencies": { "@babel/core": "7.22.11", diff --git a/package.json b/package.json index 601b84b..d9a2661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-animatable", - "version": "0.15.1", + "version": "0.15.2", "description": "Tiny(~1kB) animation hooks for React, built on Web Animations API.", "main": "lib/index.js", "module": "lib/index.mjs",