CSS property: -webkit-marquee-increment
    Description
Defines the distance the marquee moves in each increment.
Syntax
-webkit-marquee-increment: large | medium | small | <distance>;
Values
- large
- The marquee moves a large amount in each increment. 
- medium
- The marquee moves a medium amount in each increment. 
- small
- The marquee moves a small amount in each increment. 
- <distance>
- Number as a percentage, length unit.