CSS property: -webkit-mask-size
    Description
Overrides the size of a mask.
Changes to this property can be animated in Safari 4.0 and later.
Syntax
-webkit-mask-size: <length>;
-webkit-mask-size: <length_x> <length_y>;
Values
- <length>
- The width and height of the mask. 
- <length_x>
- The width of the mask. 
- <length_y>
- The height of the mask.