-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
"in" and "out" transiton definitions #674
Comments
+1 |
1 similar comment
+1 |
+1 please |
What if it was a transition between definition? Or a transition next definition? Maybe transition next would be easier. The set up would be: The logic would be: |
+100 |
Hacky solution that helps you going in the forward direction:
The |
+1 |
Sometimes I need to present code evolution - on first slide there is a basic code, then there is some change highlighted on next slide. Between this two slides should be no transition so I set
data-transition="none"
on both.But by this first slide is not nicely animated when I navigate to it from prev. slide. And so the second slide in not nicely kick-outed when moving to next section.
Best demonstrated on live example. Ad you can see code on second slide kicks-in not nicely. Then there is code evolution demonstration and then code kicks-out without animation.
I propose:
data-transition-in
&data-transition-in
or
data-transition
definitions meets on sibling slides.The text was updated successfully, but these errors were encountered: