diff --git a/main.tex b/main.tex
index 951e1d3..02ea653 100644
--- a/main.tex
+++ b/main.tex
@@ -1429,6 +1429,8 @@ \section{Animations}
start # Start animation
pause # Pause animation
stop # Stop animation
+single # Play single animation frame
+ # then pause
pos: # Set animation frame number
pfunc:()
# Frame pixel fill function
@@ -1462,6 +1464,9 @@ \section{Animations}
# Replace if same index, trigger and
# incoming state is press.
# If state is release, stop.
+ # clear
+ # Remove all animations in stack before
+ # adding, regardless of index.
\end{lstlisting}
An example modifier setup for an animation.