versoly / taos

A simple and small (600 bytes) library to help animate elements while scrolling using responsive Tailwind CSS JIT utility classes.
MIT License
229 stars 8 forks source link

Fallback replaceAll for older browsers #10

Open AmarKalabic opened 10 months ago

AmarKalabic commented 10 months ago

Since "replaceAll" was introduced first in ES2021, it breaks websites that are using TAOS. Instead a fallback combination of "split" and "join" is used.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replaceAll#browser_compatibility