Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
taboca committed Dec 3, 2008
1 parent af3f2e6 commit 5214692
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

The following demonstration has a wave effect that is defined using SVG path, quadratic bezier curves. The text was further defined and applies in the path. There is a JavaScript window onload handler that calls a function which animates the text initial position over the path.

* [[http://www.telasocial.com/labs/widgets/header-waves-6/ | Demonstration]]
* [http://www.telasocial.com/labs/widgets/header-waves-6/ | Demonstration]

You may need to reload the demo to see the text. At this point it does not loop in the wave. If you want to hack a similar demo, notice that if you create a path that is closed ( like a circle ) you won't be able to see the text rotating through the circle forever by just positining the initial point incrementally. Please feedback if you have ideas on how to make a very simple ticker app in SVG without cloning nodes. mgalli at mgalli dot com.

== References ==

* [[http://apike.ca/prog_svg_text.html | SVG Text]]
* [[http://apike.ca/prog_svg_paths.html | Bezier Curves]]
* [http://apike.ca/prog_svg_text.html | SVG Text]
* [http://apike.ca/prog_svg_paths.html | Bezier Curves]
*


Expand Down

0 comments on commit 5214692

Please sign in to comment.