@biggive/components 202402141759.0.0 → 202402141810.0.0

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.
@@ -1719,7 +1719,7 @@ const BiggiveTotalizer = class {
1719
1719
  // there is Angular-specific behaviour breaking the contents of copies.
1720
1720
  const sleeveCount = 1;
1721
1721
  this.host.style.setProperty('--ticker-end-left', `-${(sleeveCount + 1) * 100}%`);
1722
- const duration = Math.round((itemsWidth / 50) * sleeveCount);
1722
+ const duration = Math.round((itemsWidth / 30) * sleeveCount);
1723
1723
  for (let ii = 1; ii <= sleeveCount; ii++) {
1724
1724
  const sleeve = sleeves[ii - 1];
1725
1725
  if (sleeve) {