Hello everyone!
Today I update Edge Animate to cc2015. And I catch a nasty bug.
When I made a simple animation, for example, change position from x1 to x2, all works right. But if I add more changes, for example, increase width, preview in browser don’t work correct. An object have a wrong position and this position don’t predict.
I record little demo with this bug.
Please, fixed it!
https://up.kibakoapp.com/9CNfWhqotX
I know little fix:
In creationComplete write:
sym.play();
sym.stop();
And all work right
But I don't understand why is it shown?