If you set .timeline_start, you should also set .timeline_stop as well, or set 
stop to a date far in the future.
I've noticed buggy behavior if I specify start and stop is null. I've tested on 
Chrome/Mac with Timeline 2.3.1 and it is working as expected.

It should look like this:
    var theme = Timeline.ClassicTheme.create();
    theme.event.bubble.width = 320;
    theme.event.bubble.height = 220;
    theme.timeline_start = new Date("Jan 1 1840");
    theme.timeline_stop = new Date("Jan 1 1950");

--Mike


On May 23, 2012, at 4:48 PM, Derek J. Balling wrote:

> If I set theme.timeline_start and theme.timeline_stop, I can't scroll at all. 
>  [Chrome] :-/
> 
> D

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to