smilText Examples: BasicText Module

Note: Safari cannot import an xml file containing the smilText code (Problem reported in many foruns)

Example 1: Hello World!

Hello world!
Play Pause Stop
view smilText code

Example 2: Example 1 with duration = 10s

Hello world!
Play Pause Stop
view smilText code

Example 3: Example 2 with a line break

Hello
world!
Play Pause Stop
view smilText code

Example 4: Example 3 with TEV and CLEAR tags

Hello
world! How are you today? I gotta go now!
Play Pause Stop
view smilText code

Example 5: Example 4 without explicit duration

Hello
world! How are you today? I gotta go now!
Play Pause Stop
view smilText code

Example 6: Example 5 with explicit duration = 3s

Hello
world! How are you today? I gotta go now!
Play Pause Stop
view smilText code

Example 7: smilText tag inside the html file

Hallo! Hoe gaat het? Doei!
Play Pause Stop
view smilText code

Example 8: Example 7 with textWrapOption = wrap

Hallo! Hoe gaat het? Doei!
Play Pause Stop
view smilText code

smilText Examples: TextStyling Module

Example 9: Hello World in DIV, P and SPAN elements

Hello world 1!
Hello world 2!

Hello world 5!

Hello world 3!

Hello world 7!

Hello world 4!

Hello world 6!

Hello world 10! Hello world 8! Hello world 9!
Hello world 11!
Play Pause Stop
view smilText code

Example 10: Example 9 with textBackgroundColor attribute

Hello world 1!
Hello world 2!

Hello world 5!

Hello world 3!

Hello world 7!

Hello world 4!

Hello world 6!

Hello world 10! Hello world 8! Hello world 9!
Hello world 11!
Play Pause Stop
view smilText code

Example 11: Example 9 with textColor attribute

Hello world 1!
Hello world 2!

Hello world 5!

Hello world 3!

Hello world 7!

Hello world 4!

Hello world 6!

Hello world 10! Hello world 8! Hello world 9!
Hello world 11!
Play Pause Stop
view smilText code

Example 12: Example 9 with textStyle and textWeight attributes

Hello world 1!
Hello world 2!

Hello world 5!

Hello world 3!

Hello world 7!

Hello world 4!

Hello world 6!

Hello world 10! Hello world 8! Hello world 9!
Hello world 11!
Play Pause Stop
view smilText code

Example 13: Example 9 with textFontSize and textFontFamily attributes

Hello world 1!
Hello world 2!

Hello world 5!

Hello world 3!

Hello world 7!

Hello world 4!

Hello world 6!

Hello world 10! Hello world 8! Hello world 9!
Hello world 11!
Play Pause Stop
view smilText code

Example 14: Example 9 with textWritingMode and textAlign attributes

Note: textWritingMode will be available in CSS3. So far only IE supports 'tb-rl' and 'lr-tb'

Hello world 1!
Hello world 2!

Hello world 5!

Hello world 3!

Hello world 7!

Hello world 4!

Hello world 6!

Hello world 10! Hello world 8! Hello world 9!
Hello world 11!
Play Pause Stop
view smilText code

Example 15: textDirection attribute

This span has textDirection=ltr. This span has textDirection=rtl.
This span has textDirection=ltro.

This span has textDirection=rtlo.

Play Pause Stop
view smilText code

Example 16: textMode = replace

Hello
world! How are you today? I gotta go now!
Play Pause Stop
view smilText code

Example 17: textPlace attribute

Note: I still do not know how to do it.

Example 18: textStyle and textStyling elements (+ some timing to make it fun).

Hello world 1!
Hello world 1.1! Hello world 2!

Hello world 3!

I gotta go

Bye!
Play Pause Stop
view smilText code

Example 19: Testing xml:space. smilText code inside html.

This text has xml:space=preserve. As you can see it is not well formated !
Play Pause Stop
view smilText code

This text has xml:space=default. As you can see it is well formated !
Play Pause Stop
view smilText code

smilText Examples: TextMotion Module

Example 20: textMode = crawl

smilText can crawl text! Check it out!!!
Hi

Hello
World!

Doei!
Play Pause Stop
view smilText code

Example 21: textMode = scroll

smilText can scroll text! Check it out!!!
Hi

Hello
World!

Doei!
Play Pause Stop
view smilText code

Example 22: textMode = jump

Note: TODO

smilText can jump text! Check it out!!!
Hi

Hello
World!

Doei!
Play Pause Stop
view smilText code

Example 23: textRate attribute

Crawl mode

textRate = 1px/s
Play Pause Stop
view smilText code
textRate = 10px/s
Play Pause Stop
view smilText code
textRate = 100px/s
Play Pause Stop
view smilText code

Scroll mode

textRate = 1px/s
Play Pause Stop
view smilText code
textRate = 5px/s
Play Pause Stop
view smilText code
textRate = 10px/s
Play Pause Stop
view smilText code

Jump mode

Note: TODO

Example 24: textConceal attribute

Note: TODO