smilText Examples: BasicText ModuleExample 1: Hello World!Example 2: Example 1 with duration = 10sExample 3: Example 2 with a line breakworld! Example 4: Example 3 with TEV and CLEAR tagsworld! Example 5: Example 4 without explicit durationworld! Example 6: Example 5 with explicit duration = 3sworld! Example 7: smilText tag inside the html fileExample 8: Example 7 with textWrapOption = wrap |
smilText Examples: TextStyling ModuleExample 9: Hello World in DIV, P and SPAN elements
Hello world 2!
Hello world 11!
Hello world 5! Hello world 3!Hello world 7! Hello world 4!Hello world 6!
Hello world 10!
Hello world 8!
Hello world 9!
Example 10: Example 9 with textBackgroundColor attribute
Hello world 2!
Hello world 11!
Hello world 5! Hello world 3!Hello world 7! Hello world 4!Hello world 6!
Hello world 10!
Hello world 8!
Hello world 9!
Example 11: Example 9 with textColor attribute
Hello world 2!
Hello world 11!
Hello world 5! Hello world 3!Hello world 7! Hello world 4!Hello world 6!
Hello world 10!
Hello world 8!
Hello world 9!
Example 12: Example 9 with textStyle and textWeight attributes
Hello world 2!
Hello world 11!
Hello world 5! Hello world 3!Hello world 7! Hello world 4!Hello world 6!
Hello world 10!
Hello world 8!
Hello world 9!
Example 13: Example 9 with textFontSize and textFontFamily attributes
Hello world 2!
Hello world 11!
Hello world 5! Hello world 3!Hello world 7! Hello world 4!Hello world 6!
Hello world 10!
Hello world 8!
Hello world 9!
Example 14: Example 9 with textWritingMode and textAlign attributesNote: textWritingMode will be available in CSS3. So far only IE supports 'tb-rl' and 'lr-tb'
Hello world 2!
Hello world 11!
Hello world 5! Hello world 3!Hello world 7! Hello world 4!Hello world 6!
Hello world 10!
Hello world 8!
Hello world 9!
Example 15: textDirection attribute
This span has textDirection=ltr.
This span has textDirection=rtl.
This span has textDirection=ltro.
This span has textDirection=rtlo. Example 16: textMode = replaceworld! Example 17: textPlace attributeNote: I still do not know how to do it.Example 18: textStyle and textStyling elements (+ some timing to make it fun).
Hello world 1.1!
Hello world 3! I gotta go Bye!Example 19: Testing xml:space. smilText code inside html. |
smilText Examples: TextMotion ModuleExample 20: textMode = crawl
Hi
Hello
Example 21: textMode = scroll
Hi
Hello
Example 22: textMode = jumpNote: TODO
Hi
Hello
Example 23: textRate attributeCrawl modeScroll modeJump modeNote: TODOExample 24: textConceal attributeNote: TODO |