@glitchr/transparent 1.0.57 → 1.0.59

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.
package/README.md CHANGED
@@ -1 +1,2 @@
1
1
  # TransparentJS
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glitchr/transparent",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "description": "Transparent SPA Application",
5
5
  "main": "src/index.js",
6
6
  "access": "public",
@@ -954,6 +954,7 @@ jQuery.event.special.mousewheel = { setup: function( _, ns, handle ) { this.addE
954
954
  Transparent.evalScript($("body")[0]);
955
955
  }
956
956
 
957
+ Transparent.scrollTo({top:0, left:0, duration:0});
957
958
  Transparent.activeOut();
958
959
  }
959
960