Эх сурвалжийг харах

added outline list example

Ievgen Naida 5 жил өмнө
parent
commit
add1b0566f
2 өөрчлөгдсөн 4 нэмэгдсэн , 8 устгасан
  1. 4 8
      README.md
  2. BIN
      demo/outline-list.gif

+ 4 - 8
README.md

@@ -62,16 +62,12 @@ import {
   new Timeline(options);
 ```
 
-### Draw outline tree
+### Outline list
 
-Scroll events can be synchronized with the outline at the left side of the control.
+Outline list\tree can implemented as a separate HTML component and synchronized with the timeline.
+See the [live demo](https://ievgennaida.github.io/animation-timeline-control/)
 
-- Each element of the list should have the same height as animation row.
-- Hide the vertical scroll of the outline container.
-
-```JavaScript
-
-```
+![gif preview](demo/zoom-scale.gif)
 
 ## Model
 

BIN
demo/outline-list.gif