@mulanjs/mulanjs 1.0.1-dev.20260301163040 → 1.0.1-dev.20260301170213

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/dist/mulan.js CHANGED
@@ -1925,7 +1925,7 @@ function render(template, container) {
1925
1925
  // PLAY: Animate to zero (new position)
1926
1926
  requestAnimationFrame(() => {
1927
1927
  // Force reflow
1928
- // void htmlEl.offsetWidth;
1928
+ void htmlEl.offsetWidth;
1929
1929
  htmlEl.style.transition = 'transform 500ms cubic-bezier(0.25, 0.8, 0.25, 1)';
1930
1930
  htmlEl.style.transform = '';
1931
1931
  });