Timeline Prototype
This commit is contained in:
@@ -40,6 +40,13 @@ enum class Icon {
|
||||
LayoutHSplit, // two panels side-by-side
|
||||
LayoutVSplit, // two panels top/bottom
|
||||
LayoutQuad, // four panels 2×2
|
||||
// Timeline transport
|
||||
SkipBack, // go to first frame (|◀)
|
||||
StepBack, // previous frame (◀◀)
|
||||
Play, // play (▶)
|
||||
Pause, // pause (⏸)
|
||||
StepForward, // next frame (▶▶)
|
||||
SkipEnd, // go to last frame (▶|)
|
||||
};
|
||||
|
||||
/// Loads SVG files from disk, rasterizes them with NanoSVG, uploads them as
|
||||
|
||||
Reference in New Issue
Block a user