我一直使用從here與JSON版本的數據retreival TimelineJS。它工作正常,但我無法調整時間線開始的日期。時間軸JS:如何設置時間軸開始日期?
在文檔它說,設立JSON文件爲這樣:只用
{
"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":""
}
},
我曾嘗試:
{
"timeline":
{
"headline":"The Main Timeline Headline Goes here",
"type":"default",
"startDate":"1888",
"text":"<p>Intro body text goes here, some HTML is ok</p>",
我複製了這一點,但只是改變的細節,如在startDate
年(例如:2011年)也沒有效果。時間線從下面的第一個事件開始。
任何人都知道發生了什麼事?
感謝
我也有與Timeline.js問題。我無法讓事情做到甚至可以工作。 –