Skip to content

Commit 2e9df85

Browse files
committed
a
1 parent a6d28f4 commit 2e9df85

11 files changed

+24
-44
lines changed

docs/Class.KeyframeEffectParameters.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
[KeyframeKit](../wiki/Reference) / KeyframeEffectParameters
22

3-
Defined in: [KeyframeKit.ts:232](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L232)
3+
Defined in: [KeyframeKit.ts:232](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L232)
44

55
## Contents
66

77
* [Constructors](#constructors)
8-
98
* [Constructor](#constructor)
10-
119
* [Properties](#properties)
12-
1310
* [keyframes](#keyframes-1)
1411
* [options?](#options-1)
15-
1612
* [Methods](#methods)
17-
1813
* [toAnimation()](#toanimation)
1914

2015
## Constructors
@@ -28,7 +23,7 @@ new KeyframeEffectParameters(obj: {
2823
}): KeyframeEffectParameters;
2924
```
3025

31-
Defined in: [KeyframeKit.ts:237](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L237)
26+
Defined in: [KeyframeKit.ts:237](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L237)
3227

3328
#### Parameters
3429

@@ -54,7 +49,7 @@ Defined in: [KeyframeKit.ts:237](https://github.com/benhatsor/KeyframeKit.js/blo
5449
keyframes: KeyframeArgument;
5550
```
5651

57-
Defined in: [KeyframeKit.ts:234](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L234)
52+
Defined in: [KeyframeKit.ts:234](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L234)
5853

5954
***
6055

@@ -64,7 +59,7 @@ Defined in: [KeyframeKit.ts:234](https://github.com/benhatsor/KeyframeKit.js/blo
6459
optional options: number | KeyframeEffectOptions;
6560
```
6661

67-
Defined in: [KeyframeKit.ts:235](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L235)
62+
Defined in: [KeyframeKit.ts:235](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L235)
6863

6964
## Methods
7065

@@ -77,7 +72,7 @@ toAnimation(obj: {
7772
}): Animation;
7873
```
7974

80-
Defined in: [KeyframeKit.ts:247](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L247)
75+
Defined in: [KeyframeKit.ts:247](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L247)
8176

8277
#### Parameters
8378

docs/Class.KeyframesFactory.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[KeyframeKit](../wiki/Reference) / KeyframesFactory
22

3-
Defined in: [KeyframeKit.ts:14](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L14)
3+
Defined in: [KeyframeKit.ts:14](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L14)
44

55
## Contents
66

77
* [Properties](#properties)
8-
98
* [KeyframesRuleNameTypeError](#keyframesrulenametypeerror)
109
* [SourceTypeError](#sourcetypeerror)
11-
1210
* [Methods](#methods)
13-
1411
* [getAllStyleSheetKeyframesRules()](#getallstylesheetkeyframesrules)
1512
* [getStyleSheetKeyframes()](#getstylesheetkeyframes)
1613
* [parseKeyframesRule()](#parsekeyframesrule)
@@ -23,7 +20,7 @@ Defined in: [KeyframeKit.ts:14](https://github.com/benhatsor/KeyframeKit.js/blob
2320
readonly KeyframesRuleNameTypeError: typeof KeyframesFactoryKeyframesRuleNameTypeError;
2421
```
2522

26-
Defined in: [KeyframeKit.ts:16](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L16)
23+
Defined in: [KeyframeKit.ts:16](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L16)
2724

2825
***
2926

@@ -33,7 +30,7 @@ Defined in: [KeyframeKit.ts:16](https://github.com/benhatsor/KeyframeKit.js/blob
3330
readonly SourceTypeError: typeof KeyframesFactorySourceTypeError;
3431
```
3532

36-
Defined in: [KeyframeKit.ts:20](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L20)
33+
Defined in: [KeyframeKit.ts:20](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L20)
3734

3835
## Methods
3936

@@ -45,7 +42,7 @@ getAllStyleSheetKeyframesRules(obj?: {
4542
}): ParsedKeyframesRules;
4643
```
4744

48-
Defined in: [KeyframeKit.ts:102](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L102)
45+
Defined in: [KeyframeKit.ts:102](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L102)
4946

5047
#### Parameters
5148

@@ -70,7 +67,7 @@ getStyleSheetKeyframes(obj: {
7067
}): ParsedKeyframes | undefined;
7168
```
7269

73-
Defined in: [KeyframeKit.ts:25](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L25)
70+
Defined in: [KeyframeKit.ts:25](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L25)
7471

7572
#### Parameters
7673

@@ -98,7 +95,7 @@ parseKeyframesRule(obj: {
9895
}): ParsedKeyframes;
9996
```
10097

101-
Defined in: [KeyframeKit.ts:174](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L174)
98+
Defined in: [KeyframeKit.ts:174](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L174)
10299

103100
#### Parameters
104101

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[KeyframeKit](../wiki/Reference) / KeyframesFactoryKeyframesRuleNameTypeError
22

3-
Defined in: [KeyframeKit.ts:16](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L16)
3+
Defined in: [KeyframeKit.ts:16](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L16)
44

55
## Contents
66

77
* [Properties](#properties)
8-
98
* [message](#message)
109

1110
## Properties
@@ -16,4 +15,4 @@ Defined in: [KeyframeKit.ts:16](https://github.com/benhatsor/KeyframeKit.js/blob
1615
message: string;
1716
```
1817

19-
Defined in: [KeyframeKit.ts:17](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L17)
18+
Defined in: [KeyframeKit.ts:17](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L17)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[KeyframeKit](../wiki/Reference) / KeyframesFactorySourceTypeError
22

3-
Defined in: [KeyframeKit.ts:20](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L20)
3+
Defined in: [KeyframeKit.ts:20](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L20)
44

55
## Contents
66

77
* [Properties](#properties)
8-
98
* [message](#message)
109

1110
## Properties
@@ -16,4 +15,4 @@ Defined in: [KeyframeKit.ts:20](https://github.com/benhatsor/KeyframeKit.js/blob
1615
message: string;
1716
```
1817

19-
Defined in: [KeyframeKit.ts:21](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L21)
18+
Defined in: [KeyframeKit.ts:21](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L21)

docs/Class.ParsedKeyframes.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
[KeyframeKit](../wiki/Reference) / ParsedKeyframes
22

3-
Defined in: [KeyframeKit.ts:270](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L270)
3+
Defined in: [KeyframeKit.ts:270](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L270)
44

55
## Contents
66

77
* [Constructors](#constructors)
8-
98
* [Constructor](#constructor)
10-
119
* [Properties](#properties)
12-
1310
* [keyframes](#keyframes-1)
14-
1511
* [Methods](#methods)
16-
1712
* [toKeyframeEffect()](#tokeyframeeffect)
1813

1914
## Constructors
@@ -24,7 +19,7 @@ Defined in: [KeyframeKit.ts:270](https://github.com/benhatsor/KeyframeKit.js/blo
2419
new ParsedKeyframes(keyframes: Keyframe[]): ParsedKeyframes;
2520
```
2621

27-
Defined in: [KeyframeKit.ts:274](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L274)
22+
Defined in: [KeyframeKit.ts:274](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L274)
2823

2924
#### Parameters
3025

@@ -44,7 +39,7 @@ Defined in: [KeyframeKit.ts:274](https://github.com/benhatsor/KeyframeKit.js/blo
4439
keyframes: Keyframe[];
4540
```
4641

47-
Defined in: [KeyframeKit.ts:272](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L272)
42+
Defined in: [KeyframeKit.ts:272](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L272)
4843

4944
## Methods
5045

@@ -54,7 +49,7 @@ Defined in: [KeyframeKit.ts:272](https://github.com/benhatsor/KeyframeKit.js/blo
5449
toKeyframeEffect(options: number | KeyframeEffectOptions | null): KeyframeEffectParameters;
5550
```
5651

57-
Defined in: [KeyframeKit.ts:278](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L278)
52+
Defined in: [KeyframeKit.ts:278](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L278)
5853

5954
#### Parameters
6055

docs/Home.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@ Powered by the [Web Animations API][1].
66
## Contents
77

88
* [Installation](#installation)
9-
109
* [NPM](#npm)
11-
1210
* [Usage](#usage)
13-
1411
* [Playing CSS-defined animations with JS](#playing-css-defined-animations-with-js)
1512
* [Defining animations in JS](#defining-animations-in-js)
16-
1713
* [Typing](#typing)
18-
1914
* [License](#license)
2015

2116
## Installation

docs/TypeAlias.KeyframeArgument.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
type KeyframeArgument = Keyframe[] | PropertyIndexedKeyframes;
55
```
66

7-
Defined in: [KeyframeKit.ts:228](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L228)
7+
Defined in: [KeyframeKit.ts:228](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L228)

docs/TypeAlias.KeyframesFactorySource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ type KeyframesFactorySource =
66
| CSSStyleSheet;
77
```
88

9-
Defined in: [KeyframeKit.ts:12](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L12)
9+
Defined in: [KeyframeKit.ts:12](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L12)

docs/TypeAlias.ParsedKeyframesRules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type ParsedKeyframesRules = {
66
};
77
```
88

9-
Defined in: [KeyframeKit.ts:307](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L307)
9+
Defined in: [KeyframeKit.ts:307](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L307)
1010

1111
## Contents
1212

docs/Variable.default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
default: KeyframesFactory;
55
```
66

7-
Defined in: [KeyframeKit.ts:14](https://github.com/benhatsor/KeyframeKit.js/blob/e79a1f92c19e8ab1421541708d9fc825935e122a/src/KeyframeKit.ts#L14)
7+
Defined in: [KeyframeKit.ts:14](https://github.com/benhatsor/KeyframeKit.js/blob/a6d28f4198d3ffb2e550881c84d816903df45295/src/KeyframeKit.ts#L14)

0 commit comments

Comments
 (0)