Keyframe.Rd
This is identical to the Style
class except the first argument is a
time specification (either 'from', 'to', or a percentage), instead of a name
Keyframe
An object of class R6ClassGenerator
of length 24.
if (FALSE) { Keyframe$new('from', color = '#000000') Keyframe$new('to' , color = '#ffffff') }