You found a bug! We've classified it as
ANIM-466
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
Sencha User
Scene border editor not available
1. Quick description of bug
When editing the scene properties I can adjust the background but not the border. It states in the help dock that the default is white but when I export I get 1px black border around the scene and the ability to change this inside of Sencha Animator appears to be not displaying as it is called out as a perimeter in the help Docs under the ability to change the background color.
4. Version and build number of your Sencha Animator program.
I am using 1.0 build 41 for the Mac
I can obviously go into the resulting code and change this manually for the short term but figured this was a relatively easy/obvious thing to fix.
-
Sencha User
Thanks for the heads up. We have removed scene border fully in our internal build, so I would expect this to be fixed when we push our next update.
As a temporary fix you could go to the project properties and paste this code into the "Head HTML" field:
Code:
<style type="text/css">
.AN-sObj-stage {
border-width:0px !important;
}
</style>
That should get rid of the border on every scene when displayed in the browser. You would only need to do this once per project.