spokes Attribute | spokes Property

Internet Development Index

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

iSpokesInteger that specifies or receives one of the following possible values:
2 - 20Number of moving spokes that divide the content into wedges.
4Default.

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

Applies To

Wheel

See Also

Transitions, Transition Design Considerations