It adds a circle timer into slider. This control only works in modern browsers.
css class name: "ms-ctimer"
Options:
Name | Default Value | Description |
---|---|---|
autohide | true | Whether the control hides when mouse leaves the slider. |
overVideo | true | Whether the control visible over slide video while playing. |
color | "#A2A2A2" | Specifies the color of circle timer. |
radius | 4 | Specifies the radius of circle timer in pixels. |
stroke | 10 | Specifies the stroke of circle timer in pixels. |
hideUnder | null | Hides the control if width of slider comes less than specified. |
Example:
var slider = new MasterSlider(); slider.setup('masterslider' , {width:800, height:350}); slider.control('thumblist' , {autohide:false , dir:"v"}); slider.control('circletimer' , {color:"#FFDD00" , stroke:20});
Overview
Content Tools