浏览代码

added outline list example

Ievgen Naida 5 年之前
父节点
当前提交
add1b0566f
共有 2 个文件被更改,包括 4 次插入8 次删除
  1. 4 8
      README.md
  2. 二进制
      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
 

二进制
demo/outline-list.gif