ScrollSpeed
Sets the scrolling speed.
Values
Integer. The default value is 120.
Example
Copy
Marq = CRM.GetBlock('marquee');
Marq.ScrollSpeed = 200;
Sets the scrolling speed to 200.