data-scroll-animation
Advanced tools
Comparing version 1.1.1 to 1.1.2
# CHANGELOG | ||
## [1.1.2] - 2021-04-05 | ||
- force render on refresh | ||
## [1.1.1] - 2021-04-05 | ||
@@ -4,0 +7,0 @@ - avoid unnecessary renders |
@@ -261,2 +261,3 @@ /*! ***************************************************************************** | ||
} | ||
this._lastRenderFrame = null; | ||
this.el[SCROLL_PARENT].refresh(); | ||
@@ -263,0 +264,0 @@ return this; |
@@ -267,2 +267,3 @@ (function (global, factory) { | ||
} | ||
this._lastRenderFrame = null; | ||
this.el[SCROLL_PARENT].refresh(); | ||
@@ -269,0 +270,0 @@ return this; |
{ | ||
"name": "data-scroll-animation", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -10,3 +10,3 @@ "devDependencies": { | ||
"rollup": "^2.44.0", | ||
"tslib": "^2.0.3", | ||
"tslib": "^2.2.0", | ||
"typescript": "^4.2.3" | ||
@@ -13,0 +13,0 @@ }, |
@@ -238,2 +238,3 @@ const EXTRAPOLATE: unique symbol = Symbol("extrapolate"); | ||
} | ||
this._lastRenderFrame = null; | ||
this.el[SCROLL_PARENT]!.refresh(); | ||
@@ -240,0 +241,0 @@ return this; |
@@ -266,2 +266,3 @@ (function (factory) { | ||
} | ||
this._lastRenderFrame = null; | ||
this.el[SCROLL_PARENT].refresh(); | ||
@@ -268,0 +269,0 @@ return this; |
1365754
2354