Skip to content

Commit 4f01af4

Browse files
committed
v4.2.0 - Sets the data-attribute to increments of 10 for more control
1 parent fd51c87 commit 4f01af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var(--trig-deg) /* Degrees */
118118
var(--trig-deg-reverse) /* Reverse degrees */
119119
```
120120

121-
The data attribute will also update in incremants of 10 so you can use CSS attribute selectors like:
121+
The data attribute will also update in increments of 10 so you can use CSS attribute selectors like:
122122

123123
```css
124124
[data-trig-var="50"],

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ <h2>Scroll Animations</h2>
498498
<div class="listItem">
499499
--trig-deg-reverse
500500
</div>
501-
<p>The data attribute will also update in incremants of 10 so you can use CSS attribute selectors like <span class="listItem">[data-trig-var="50"]{ }</span> for more control.</p>
501+
<p>The data attribute will also update in increments of 10 so you can use CSS attribute selectors like <span class="listItem">[data-trig-var="50"]{ }</span> for more control.</p>
502502
</div>
503503
</div>
504504

0 commit comments

Comments
 (0)