pqina / flip

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

flip demo add data-style="flip-duration:500ms" not working #45

Open beisu opened 2 years ago

beisu commented 2 years ago

flip demo:

https://codesandbox.io/s/vue-flip-demo-xhtfk

add data-style="flip-duration:500ms" to <span data-view="flip"></span>

result: <span data-view="flip" data-style="flip-duration:500ms"></span>

then the flipping effects not working, pls

beisu commented 2 years ago

and, append <span data-view="text"></span> to flip view

result: <div data-repeat="true" aria-hidden="true"> <span data-view="flip"></span> <span data-view="text"></span> </div>

then the flip view disappeared

beisu commented 2 years ago
image image image

image