冯智超(Flanker FENG) wrote: > Hi! > I try to use Timeline in my web page. But I don't know how to move the > timeline bands by using script? > Can I set the center of timeline to a given date? Or when I click some > event, it will pan to the center? > How can I do this? Thanks. Try something like this: tl.getBand(0).scrollToCenter(new Date(2008, 1, 28));
David _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
