trueSpeedtrueSpeed*
*



Contents  *



Index  *Topic Contents
*Previous Topic: topMargin
*Next Topic: type

trueSpeed

Description

Specifies whether the position of the marquee is calculated using the scrollDelay, scrollAmount, and the actual time elapsed from the last clock tick.

Syntax

object.trueSpeed

Settings

This read-only property is a Boolean value:

TRUE The marquee advances the pixel value of scrollAmount per the number of milliseconds set for scrollDelay. For example, the marquee advances 10 pixels for every 6 milliseconds (ms) if scrollDelay is 6 and scrollAmount is 10.
FALSE The marquee computes movement based on 60ms ticks of the clock. This means every scrollDelay value under 60 is essentially ignored, and the marquee advances the amount of scrollAmount each 60ms. For example, if scrollDelay is 6 and scrollAmount is 10, the marquee advances 10 pixels every 60ms.

By default, this property is FALSE for compatibility with Internet Explorer 3.0.

Applies To

MARQUEE


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.