VISIO SOFT'S WEB DEVELOPERS RESOURCE
WEB EFFECTS
What is web effects?
Web Effects are ready made pieces of code to create certain web page effects such as rolling images, slideshows, pop up boxes, etc.
Web effects index.
| Scrolling. Vertical, horizantal, diagonal, mouse controlled. |
| 001 |
Vertical scrolling to page-top, page-bottom or a specified vertical postion on a web page with a specified speed. |
This JavaScript function will scroll your web page to a specified vertical position with a specified speed.
You could use this JavaScript to scroll to top, bottom or anywhere on a page.
You can see an example of this if you go to the bottom of this page and clcik on Go to top.
|
| 002 |
Vertical scrolling to an element's vertical position on a web page |
This JavaScript function will scroll your web page to an elements vertical position with a sepcified speed.
You could use this to scroll to given element's vertical position on a page.
Actually you have seen an example of this when you clicked on Go to web effects index at the top of this page.
|
| 003 |
Jumping to a vertical position on a web page |
With this JavaScript or XHTML code your web page will jump (rather than scroll) to any specified position, page top, page bottom or an element's vertical position.
|
| 004 |
Horizantal scrolling to a specified position or to an element on a web page |
This JavaScript function will scroll your web page horizantally to a given position or to an element with a specified speed.
|
| 005 |
Diagonal scrolling to a specified position or to an element on a web page |
This JavaScript combines all the scrolling functionality. It will scroll your web page diagonally to a given position or to an element with a specified speed.
|