rytm-webflow 2.1.9 → 2.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rytm-webflow",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "rytm webflow pack - ASwap, ShowUp",
5
5
  "main": "scripts/index.js",
6
6
  "scripts": {
@@ -222,7 +222,6 @@ class WebflowView extends View {
222
222
  setTimeout(() => {
223
223
  // element is in view - animate IN
224
224
  if (elementIsVisibleInViewport(el, true)) {
225
- console.log("Timeout", el);
226
225
  gsap.to(el, {
227
226
  duration: propsShow.time,
228
227
  ...propsShow.tween,