lanimate 1.1.9 → 1.2.0

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,3 +37,11 @@ lanimate.init();
37
37
  Title
38
38
  </h2>
39
39
  ```
40
+
41
+ if you want to prevent fouc, add this css:
42
+
43
+ ```css
44
+ [data-lanimate] {
45
+ opacity: 0;
46
+ }
47
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lanimate",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "main": "_build/script.js",
5
5
  "files": [
6
6
  "_build/*.js",