Skip to content

Commit

Permalink
Added data-trig-height into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iDev-Games committed Apr 4, 2023
1 parent e4e0e24 commit b4cc698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var(--trig-deg-reverse) /* Reverse degrees */
You can use the below data attributes for additional features

```html
<div id="yourelement" data-trig-min="-100" data-trig-max="100" data-trig-offset="0" data-trig-global="true" data-trig> </div>
<div id="yourelement" data-trig-min="-100" data-trig-max="100" data-trig-offset="0" data-trig-height="0" data-trig-global="true" data-trig> </div>
```

Check out the code of the documentation as an example.
Expand Down

0 comments on commit b4cc698

Please sign in to comment.