spokes Attribute | spokes Property

This topic documents a feature of Visual Filters and Transitions, which is deprecated as of Windows Internet Explorer 9.

Sets or retrieves the number of wedges that the content is divided into during the transition.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Wheel(
    spokes = iSpokes ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Wheel").spokes [ = iSpokes ]

Possible Values

iSpokes Integer that specifies or receives one of the following possible values.
2 - 20
Number of moving spokes that divides the content into wedges.
4
Default.

The property is read/write. The property has a default value of 4.

Applies To

Wheel

See Also

Transitions, Transition Design Considerations