我从这里开始使用 TimelineJS和 JSON 版本的数据检索。它工作正常,但我无法调整时间线开始的日期。
在文档中,它说要这样设置 JSON 文件:
{
"timeline":
{
"headline":"The Main Timeline Headline Goes here",
"type":"default",
"startDate":"1888",
"text":"<p>Intro body text goes here, some HTML is ok</p>",
我已经复制了这一点,但只是更改了细节,例如:
{
"timeline":
{
"headline":"HOT LATIN EVENTS",
"type":"default",
"startDate":"2012,09,30",
"text":"Scroll through a list of Latin Music events>>> ",
"date": [
{
"startDate":"2012,08,24",
"headline":"PELIGRO Y SU BANDA - Melbourne",
"text":"<p><strong>Copacaban International</strong>, 139 Smith Street, Fitzroy, 3065</p>",
"asset":
{
"media":"http://www.clavecontraclave.com/Peligro%20-%20Melbourne%20klein.jpg",
"credit":"",
"caption":""
}
},
我也尝试过仅使用一年startDate
(例如:2011)但没有效果。时间线从下面的第一个事件开始。
有谁知道发生了什么?
谢谢