Атрибут TRUESPEED
TRUESPEED=
TRUESPEED=string
This feature will always compute the true position of the marquee given the
scrolldelay scrollamount and the actual time elapsed from the last clock tick.
When set to false, the marquee computes movement based on 60ms ticks of the
clock: setting scrolldelay=6, and scrollamount=10 will advance the marquee 10
pixels every 60ms. For every scrolldelay value under 60, this amount is
essentially ignored, and the marquee advances the amount of scrollamount each
60ms. When truespeed is set to true, the marquee will advance the pixel value of
scrollamount per the number of milliseconds set for scrolldelay: in the previous
example, the marquee would advance 10 pixels for every 6ms with truespeed set to
true.
Applies To
MARQUEE