![]() ![]() |
|||||||||||
|
|||||||||||
![]() |
|||||||||||
|
|||||||||||
CodeThatScroller Preload You need to use preload property when you want to speed up your web page loading. For example, you have three large images and you'd like your page loads more quickly. Because of this you want to show just the first picture and the others would be shown just after the first picture has been uploaded. In this case you should set "preload" : true, "preload_num" : 1 preload_num - the number of pictures that would be uploaded primordially. The next example - you'd like none of pictures uploaded before page rendering. All your pictures would be uploaded just after CodeThatScroller script starts its work. In this case you should set "preload" : false Default value for preload is true. If you don't specify preload_num this value is unlimited. Example - Scroller's preload. You can see an example and complete code here - Scroller's preload. [popup] |
|||||||||||
© CodeThat.com, 2003-2005 |