Hi,
In previous (pre-Prometheus) we were using the RadRotator to animate a 24 hour sattelite image sequence.
We need to animate a few images, 130ms between each, with no transitions.
With the new RadRotator, it is superior in every other respect, however we seem to be getting a big white (background) flash between frames. Tested in both IE & FF.
I'm confident we're doing something wrong!!? Hope you can help...
Thanks,
Laurie
In previous (pre-Prometheus) we were using the RadRotator to animate a 24 hour sattelite image sequence.
We need to animate a few images, 130ms between each, with no transitions.
With the new RadRotator, it is superior in every other respect, however we seem to be getting a big white (background) flash between frames. Tested in both IE & FF.
I'm confident we're doing something wrong!!? Hope you can help...
<telerik:RadRotator runat="server" ID="uxImg" RotatorType="SlideShow" FrameDuration="130" SlideShowAnimation-Duration="0" SlideShowAnimation-Type="None" ScrollDuration="0" Width="640px" Height="521px" PauseOnMouseOver="false" > |
<ItemTemplate> |
<img src="<%# Container.DataItem %>" style="border:0px;width:640px;height:521px" /> |
</ItemTemplate> |
</telerik:RadRotator> |
Thanks,
Laurie