InterviewSolution
| 1. |
How Can Images Be Made To Appear Scrolling One Over Another? |
|
Answer» Jquery provides the user with the ability to change the attributes of a property DYNAMICALLY. The jquery slide method can be used to change the height of ELEMENTS gradually. This can be used to give the scroll effect of an image over image. The jquery comprises of the following slide METHODS:
The speed parameter is used to effect the speed of change of the jquery. The parameters for it can be slow, FAST , NORMAL and time in milliseconds. The parameter of callback is used to refer to the name of the function to be executed once the completion of function occurs. Jquery provides the user with the ability to change the attributes of a property dynamically. The jquery slide method can be used to change the height of elements gradually. This can be used to give the scroll effect of an image over image. The jquery comprises of the following slide methods: The speed parameter is used to effect the speed of change of the jquery. The parameters for it can be slow, fast , normal and time in milliseconds. The parameter of callback is used to refer to the name of the function to be executed once the completion of function occurs. |
|