Animation cotrol speed

Hello guys.
I want to control animation speed (shuttle ring speed) for my visualisation.

Initially when I’m loading czml file by default it stared at 1060x speed, so how can I set it to 50x or anything else?

Appreciate your time and welcome your suggestions.

Thanks,

Akshay

animationControl.JPG

Hello,

Look at the clock properties in your CZML file. For example, the simple.czml example on Sandcastle, this is how we set the clock multiplier to 60x:

"clock":{
  "interval":"2012-03-15T10:00:00Z/2012-03-16T10:00:00Z",
  "currentTime":"2012-03-15T10:00:00Z",
  "multiplier":60,
  "range":"LOOP_STOP",
  "step":"SYSTEM_CLOCK_MULTIPLIER"
}

``

Best,

Hannah

that’s perfect.
Thanks a lot Hannah… have spent many days for this easiest thing…

THanks.

The file you linked is inaccessible.