@innovastudio/contentbox 1.4.41 → 1.4.43

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.4.41",
4
+ "version": "1.4.43",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -93687,7 +93687,7 @@ class AnimateScroll {
93687
93687
 
93688
93688
  <div style="margin-top: 20px;margin-left: 22px;margin-bottom: 20px;">
93689
93689
 
93690
- <table style="margin:12px 0 0 0;">
93690
+ <table style="margin:12px 0 0 0;border-collapse:initial;">
93691
93691
 
93692
93692
  <tr>
93693
93693
  <td colspan="4"><span class="bold">${out('Slide Horizontal')}</span>:</td>
@@ -96139,33 +96139,8 @@ class AnimateScroll {
96139
96139
  btn.classList.add('on');
96140
96140
  }
96141
96141
 
96142
- try {
96143
- this.read();
96144
-
96145
- if (this.builder.debug) {
96146
- console.log('timeline read() ok');
96147
- }
96148
- } catch (e) {
96149
- // Do Nothing
96150
- if (this.builder.debug) {
96151
- console.log('timeline read() error');
96152
- console.log(e);
96153
- }
96154
- }
96155
-
96156
- try {
96157
- this.readAnimOnce();
96158
-
96159
- if (this.builder.debug) {
96160
- console.log('timeline readAnimOnce() ok');
96161
- }
96162
- } catch (e) {
96163
- // Do Nothing
96164
- if (this.builder.debug) {
96165
- console.log('timeline readAnimOnce() error');
96166
- console.log(e);
96167
- }
96168
- }
96142
+ this.read();
96143
+ this.readAnimOnce();
96169
96144
  }
96170
96145
 
96171
96146
  clearSettings() {
@@ -96667,6 +96642,8 @@ class AnimateScroll {
96667
96642
  if (transform.rotate) inpSimpleScrollRotate_End.value = transform.rotate;
96668
96643
  if (transform.opacity) inpSimpleScrollOpacity_End.value = transform.opacity; // ---/read
96669
96644
 
96645
+ let btn;
96646
+
96670
96647
  if (!this.modalAnimateScroll.querySelector('.cmd-start.on')) {
96671
96648
  // default
96672
96649
  btn = this.modalAnimateScroll.querySelector('.cmd-start[data-value="data-bottom-top"]');