Juli Idleman wrote:
> Is there a way to change the color on the event bands from blue to
> something else? In your Monet example, I see some that are green, but
> I haven't been able to find how that was done (I did manage to change
> the entire background color, however).
>
> I would appreciate any guidance you can give me.
Hi Juli,
If you look at the code of this example
http://simile.mit.edu/timeline/examples/jfk/jfk.html
you can see a "theme" object. You can modify this object to change the
band colors, e.g.,
theme.event.duration.color = "#ddd";
theme.event.duration.impreciseColor = "#dde";
theme.event.duration.impreciseOpacity = 30;
You can see all of the settings in this file:
http://simile.mit.edu/timeline/api/scripts/themes.js
Hope that helps,
David
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general