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
There's cases where a no-op step is needed. Right now it can be emulated by throwing a callback step in. This is a bit of an advanced maneuver for the casual babel coder attempting to see the results of a block before moving to the next slide.
When there are several standalone images on a slide, it may be desirable to revisit the slide after showing the image by itself. Peeking for a next image would make this easier. An empty padding step could be queued up if the section-next supported peeking.
The text was updated successfully, but these errors were encountered:
There's cases where a no-op step is needed. Right now it can be emulated by throwing a callback step in. This is a bit of an advanced maneuver for the casual babel coder attempting to see the results of a block before moving to the next slide.
When there are several standalone images on a slide, it may be desirable to revisit the slide after showing the image by itself. Peeking for a next image would make this easier. An empty padding step could be queued up if the
section-next
supported peeking.The text was updated successfully, but these errors were encountered: