-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
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
Problems with the animation when using the bootstrap 4 #1515
Comments
I don't seem to see any issues just loading those scripts along with a simple Reveal presentation. Your setup probably is a bit more complicated, and there might be issues with conflicts between your setup of Reveal and those libraries. |
Bah! You need to remove the following code from:
Or perhaps overwrite it back to inherit/initial or something. Honestly, they had also question earlier in a |
I'm facing the same issue, the transition animation works fine while the page loads, but stops working afterwards. After some debugging it seems that loading bootstrap.css is the culprit. I tried removing |
Adding [hidden] {
display: inherit !important;
} to your own CSS (loaded after bootstrap) fixes this. |
For anyone coming here and having issues... You also have to disable the tansistions include in Bootstrap //@import "transitions"; Better to overwrite this as well, but I'm not that skilled 🙈 |
When I use below code:
Then animation has breaks in working. When I press key left,right, etc.. animation work only sometimes. I see problem with progres line in below window too. Is it a bug? Anyone tried test it?
regards H.
The text was updated successfully, but these errors were encountered: