Page 1 of 1

Dojo Animation chain studio vs production

Posted: 03 August 2020, 18:06
by tsaunat
I have a animation chain I've created using dojo.fx.chain and it works and looks flawless in studio, but it looks a bit jumbled in production. Is this a race condition of some sort, does anyone have an idea how to avoid it?

Re: Dojo Animation chain studio vs production

Posted: 03 August 2020, 20:37
by JumpMaybe
Can you define how it looks in production a bit more?
Does it look choppy (like a low framerate).
Does it not show the start / end properly?
Are there any state changes mid animation?

Re: Dojo Animation chain studio vs production

Posted: 05 August 2020, 22:24
by tsaunat
Sorry this thread is a red herring. It has been fixed.

I was looking for a way to do a screen record when I happened upon the issue. It was a CSS bug and since css caches it was basically a time bomb that went off when I released. (Tried to do some animation stuff with css transition directive before falling back to dojo)