ScrollSpeed
Sets the scrolling speed.
Values
Integer. The default value is 120.
Example
Marq = CRM.GetBlock('marquee');
Marq.ScrollSpeed = 200;
Sets the scrolling speed to 200.
Page updated: 06 April 2023
Sets the scrolling speed.
Integer. The default value is 120.
Marq = CRM.GetBlock('marquee');
Marq.ScrollSpeed = 200;
Sets the scrolling speed to 200.
|
---|