Never mind. Figured it out :)  There is an example in 'test_example2'
within the examples section.

If anyone searches this in the future, all you have to do is to create the
gradient you want using the colorzilla generator, then define it in your
.css class like so:

.tape-gradient-blue {
/* paste output from generator here */
}

Then within you JSON or XML data source, define the 'classname' (rather
than 'color') as the name of your css gradient (.tape-gradient-blue in this
case)

{'start':'100','end':'200','title':'blah','description':'foo','link':'blarg',
'classname':'tape-gradient-blue'}

On Wed, Feb 22, 2012 at 4:30 PM, SteveP <[email protected]> wrote:

> Hi,
>
> My goal is to create custom event tapes. Ive seen this example where
> it is turned into a stripe:
>
>
> http://simile-widgets.googlecode.com/svn/timeline/tags/latest/src/webapp/examples/test_example/test.html
>
> Can anyone explain to me what is necessary to use something like this
> gradient generator:
>
> http://www.colorzilla.com/gradient-editor/
>
> to create bands/tapes that "pop" ?
>
> Thank You!
> Steve
>
> --
> 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.
>
>

-- 
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