Animaatio
Key to key ilman että joutuu vaihtamaan key modea.
macroscript nextKey
category:"Time"
toolTip:"Next Key"
(
try(sliderTime = trackbar.getNextKeyTime())catch()
)
macroscript prevKey
category:"Time"
toolTip:"Prev Key"
(
try(sliderTime = trackbar.getPreviousKeyTime())catch()
)