Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Scrolling text is a classic functionality in many cases. For instance, HTML use the<marquee> tag to display texts sliding in and out on the web page, either from left to right or from right to left. They can be used for the purpose of UI design or emphasizing the importance of the contents. In this recipe, we will design simple one line scrolling texts which continuously move on the screen and change its content dynamically.