Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leetaogoooo/timeliner

时间轴插件
https://github.com/leetaogoooo/timeliner

Last synced: about 2 months ago
JSON representation

时间轴插件

Awesome Lists containing this project

README

        

# timeliner

时间轴插件

# Usage

## options

```shell
{
contents: [
{
"date": "2017-05-04",
"img": "source/imgs/star.svg",
"content": "测试内容"
}
]
}
```

参数

| Tables | defualt | remark |
| ------------- |:-------------:| -----:|
| content | {contents: [{"date": "2017-05-04","img": "source/imgs/star.svg","content": "测试内容"}]} | 默认时间轴内容 |

## html

```html



```

## script

```html

var timeliner = $('#timeliner').timeliner();

```

## demo

[www.leetao94.cn/timeliner](http://www.leetao94.cn/timeliner/index.html)