@innovastudio/contentbox 1.5.28 → 1.5.29

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.28",
4
+ "version": "1.5.29",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -98466,6 +98466,7 @@ class AnimateScroll {
98466
98466
  elm.removeAttribute('data-out--300');
98467
98467
  elm.removeAttribute('data-out--150');
98468
98468
  elm.removeAttribute('data-out');
98469
+ elm.removeAttribute('data-hidden-onstart');
98469
98470
  elm.style.transform = '';
98470
98471
  elm.style.transition = '';
98471
98472
  elm.style.opacity = ''; // console.log(elm)
@@ -103513,6 +103514,7 @@ class Timeline {
103513
103514
 
103514
103515
  cleanup(activeElement) {
103515
103516
  let device = this.getDevice();
103517
+ activeElement.removeAttribute('data-hidden-onstart');
103516
103518
 
103517
103519
  if (device === 'xs') {
103518
103520
  activeElement.removeAttribute('data-xs');