We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flip demo:
https://codesandbox.io/s/vue-flip-demo-xhtfk
add data-style="flip-duration:500ms" to <span data-view="flip"></span>
data-style="flip-duration:500ms"
<span data-view="flip"></span>
result: <span data-view="flip" data-style="flip-duration:500ms"></span>
<span data-view="flip" data-style="flip-duration:500ms"></span>
then the flipping effects not working, pls
The text was updated successfully, but these errors were encountered:
and, append <span data-view="text"></span> to flip view
<span data-view="text"></span>
result: <div data-repeat="true" aria-hidden="true"> <span data-view="flip"></span> <span data-view="text"></span> </div>
<div data-repeat="true" aria-hidden="true">
</div>
then the flip view disappeared
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: