pqina / flip

⏳ The online version of the classic flip clock
https://pqina.nl/flip/
MIT License
874 stars 89 forks source link

t.shift is not a function #47

Closed damp42 closed 2 years ago

damp42 commented 2 years ago

Trying to get this example working https://pqina.nl/flip/preset-animated-values.html

As soon as I add the data-transform, I get the following js error t.shift is not a function If the data-transform is omitted, the flip counter shows as expected

Tried using both the dist and the CDN versions (for context, trying to get this on a wordpress site).

damp42 commented 2 years ago

Found the issue... Ignore this