lanimate 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,3 +26,14 @@ or as a ready-to-go bundle:
26
26
  const lanimate = new Lanimate();
27
27
  lanimate.init();
28
28
  ```
29
+
30
+ ```html
31
+ <h2
32
+ data-lanimate="fade|scrollX|scrollY|scale|rotate"
33
+ data-lanimate-speed="3000"
34
+ data-lanimate-delay="1500"
35
+ data-lanimate-split="char|word|line"
36
+ >
37
+ Title
38
+ </h2>
39
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lanimate",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "main": "_build/script.js",
5
5
  "files": [
6
6
  "_build/*.js",