You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sectiondata-transition="slide">
and on …
</section><sectiondata-transition="slide-in fade-out">
and stops.
</section><sectiondata-transition="fade-in slide-out">
(Passengers entering and leaving)
</section><sectiondata-transition="slide">
And it starts again.
</section>
One can see that the usual desire is to specify one flavor of transition in-and-out at the boundary between slides, and one speed for the previous transition-out and the next transition-in as well. It would be great to be able to dispense with <section> tags and do something like:
and on …
<transitiondata-transition="slide"/>
and stops.
<transitiondata-transition="fade"/>
(Passengers entering and leaving)
<transitiondata-transition="slide"/>
And it starts again.
I'm by no means an HTML expert, so this may not be quite the best way to express the idiom, but it just seems like in the most common cases, transitions in and out are a logical unit in the author's mind.
This discussion was converted from issue #3048 on November 15, 2021 08:29.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Looking at your example:
One can see that the usual desire is to specify one flavor of transition in-and-out at the boundary between slides, and one speed for the previous transition-out and the next transition-in as well. It would be great to be able to dispense with
<section>
tags and do something like:I'm by no means an HTML expert, so this may not be quite the best way to express the idiom, but it just seems like in the most common cases, transitions in and out are a logical unit in the author's mind.
Beta Was this translation helpful? Give feedback.
All reactions