|
|
|
|
|
- Parallax effect on controls
ParallaxRateHeight (Property) In french: TauxParallaxeHauteur
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves. Syntax
Finding out the speed at which the control is reduced when scrolling the scrollbar Hide the details
<Result> = <Control used>.ParallaxRateHeight
<Result>: Integer Speed at which the control is reduced (included between 0 and 1000). <Control used>: Control name Name of the control used.
Modifying the speed at which the control is reduced when scrolling the scrollbar Hide the details
<Control used>.ParallaxRateHeight = <New speed>
<Control used>: Control name Name of the control used. <New speed>: Integer Speed at which the control is reduced (included between 0 and 1000). This parameter is set to 0 by default. - If this parameter is set to 0, the control moves as usual when scrolling the window or the page.
- If this parameter is set to 1000, the control is crushed down as the scroll performed in the window or page goes along.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|