Animated slide labels

Let imagine a scenario where you want tonavigate to a specific slide of an animation sequence. For this purpose you want to assign a label to a specific sub-slide, and then use that label to navigate directly to that slide using a link. Slydekit provides the anim-label function to this end.

#let anim-label(
  label,
  step: 1
)
Argument
label
label

The label to assign to the current sub-slide.

Argument
step – default: 1
integer

The step number of the current sub-slide. This is used to determine which sub-slide the label should be assigned to.

Example usage

// Slide with pause

== Slide with pause

Pause the animation at this point #anim-label(<my-label>, step: 1) #pause
and assign a label to the current sub-slide.