Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "swup", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Animated page transitions with css.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -407,3 +407,3 @@ # swup | ||
```javascript | ||
// enable cache | ||
// remove page from cache | ||
swup.cache.remove('/your-url'); | ||
@@ -421,4 +421,4 @@ ``` | ||
// scroll page to some position (2000px form top in this example) | ||
swup.scrollTo(window, 2000); | ||
// scroll page to some position (2000px from top in this example) | ||
swup.scrollTo(document.body, 2000); | ||
``` | ||
@@ -425,0 +425,0 @@ **Note:** `loadPage` function is used to submit forms with swup. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163545