Scrolling Article Index for
Scrolling
Shopping
Scrolling
Articles about
Scrolling
 

Information About

Scrolling




In Computer Graphics and Television , scrolling or '''text crawling''' is the act of sliding a horizontal or vertical presentation of content, such as text, drawings, or images, across a screen or display window. Scrolling is often used to show large amounts of data that could not fit on the viewport all at the same time, this is commonly used in Window-based Computer Displays . The word ''scroll'' is derived from the way in which people read Scroll s of paper, by rolling up the top of the page and allowing objects lower on the page to move up. '''Smooth scrolling''' refers to a scrolling display where text appears smoothly, rather than appearing as a whole line at a time.


COMPUTING


On a computer, scrolling may be performed by software running on a computer's CPU , or it may be done by performing some operation on a dedicated 2D Computer Graphics chip.

In a WIMP -style Graphical User Interface , scrolling is done with the help of a Scrollbar or using keyboard shortcuts, often the Arrow Key s. Scrolling is often a key feature in Text User Interface s and Command Line Interface s, though some older Computer Terminal s used a paging mode instead, akin to flipping through a series of pages in a book, usually using the PgUp/PgDn Keys or the Space Bar . Modern Computer Mice may also have a Scroll Wheel , which scrolls text vertically when rolled.

There are also more advanced scrolling functionalities available with the mouse, though they vary widely between different pieces of software. Most scroll wheels can be pressed down, functioning like a button. Depending on the software, this typically allows scrolling in both the horizontal and vertical directions by dragging in the direction desired; when the mouse is moved to the original position, scrolling stops. A few scroll wheels can also be tilted, scrolling horizontally in one direction until released. Software like Adobe Reader can also be scrolled with the Hand Tool . In this case, the document is dragged and moved around like a piece of paper.

If any content is too wide to fit on a display, horizontal scrolling is often required to view all of it. For text, this is often considered impractical and annoying, as the user must scroll back and forth in two Dimension s, instead of just up and down. Such a problem is very common on certain Website s. However, in other applications, like Graphics and Spreadsheet s, horizontal scrolling is useful and necessary.


Demos


Scrolling texts, also referred to as ''scrolltexts'' or ''scrollers'', were an integral feature of the majority of the Demos written for Home Computer s in the 1980s . They were particularly important in Crack Intro s programmed by Software Cracker s, where they were used to convey messages between groups involved in the activity.

Many scrollers were plain horizontal scrollers, but Demo Coders also paid a lot of attention in finding new and different types of scrolling. The characters could, for example, continuously alter their shape, take unusual flying paths or incorporate color effects such as Raster Bar s.


MOVIES


One of the most famous scrolling texts in movies is the opening to each episode of the Star Wars series. The text appears at the bottom of the screen and slowly moves upwards and into the distance as the audience reads it.


TELEVISION


Scrolling is commonly used to display the credits at the end of television shows.

Scrolling is also used in Television News when a News Ticker is employed, scrolling news stories horizontally across the bottom of the screen.


VIDEO GAMES


In Computer And Video Games , scrolling of a playing field allows the player to control an object in a large contiguous area. '' Super Bug '' pioneered this method. Parallax Scroll ing, which was first featured in '' Moon Patrol '', involves several Semi-transparent layers, which scroll on top of each other at varying rates in order to give the illusion of depth.

A previously much used alternative to video game scrolling is the Flip-screen method.