-
Notifications
You must be signed in to change notification settings - Fork 148
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
data-background-transition
not working
#922
Comments
do it like this
|
Thanks, I can confirm it works. |
how can i use different animations for data and the background? Is this already possible by this vscode extension?
|
It should works |
can you confirm that this minimal example works for you?
i'm using Version: 1.70.0-insider (user setup) also on a clean installation of: data transition are working perfectly. but all background transitions do not work also the parallaxBackground transitions. Using reveal-md the background transitions do work but i would prefer using your extension. |
i tracked the error down to init.js
without the RevealFullscreen plugin background animations are working perfectly. |
Maybe I should remove this plugin |
Fullscreen plugin is very helpful, if a workaround can be found, it would be preferable |
I tried to modify plugin.js from the fullscreen plugin and disabled line 36 |
Ok issue already exists here rajgoel/reveal.js-plugins#107 |
revealjs example shows how the background transition should work; however, setting the following code in
vscode-reveal
does not produce the desired effect.The text was updated successfully, but these errors were encountered: