aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/Timeline.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-10-27 10:23:21 -0400
committerbobzel <zzzman@gmail.com>2023-10-27 10:23:21 -0400
commitb2233984df663be6554c935fe9e40f4778237e67 (patch)
treedbc5cb835255151d43a0f9c77970d13bc55caa72 /src/client/views/animationtimeline/Timeline.tsx
parent545508987903be8c2f361bbee8b3beae683c73b5 (diff)
removed async nonsense from tracks and regions. added some comments.
Diffstat (limited to 'src/client/views/animationtimeline/Timeline.tsx')
-rw-r--r--src/client/views/animationtimeline/Timeline.tsx9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/client/views/animationtimeline/Timeline.tsx b/src/client/views/animationtimeline/Timeline.tsx
index 3675238fd..71517d4fe 100644
--- a/src/client/views/animationtimeline/Timeline.tsx
+++ b/src/client/views/animationtimeline/Timeline.tsx
@@ -22,13 +22,20 @@ import { Track } from './Track';
*
* The hierarchy works this way:
*
- * Timeline.tsx --> Track.tsx --> Region.tsx
+ * Timeline.tsx --> Track.tsx --> Region.tsx
| |
| TimelineMenu.tsx (timeline's custom contextmenu)
|
|
TimelineOverview.tsx (youtube like dragging thing is play mode, complex dragging thing in editing mode)
+
+ Timeline (Track[])
+ Track(Region[],animatedDoc) -> Region1(K[]) Region2 ...
+ F1 K1 K2...FL K1 K2 K...
+ K(x,y,_width,opacity)
+ ...
+ Track
Most style changes are in SCSS file.
If you have any questions, email me or text me.