hey guy,
When i used the beta version of sencha animator it was easy to center the animation using <center> tag just under the <body> section.
Now with the final release (1.1) it doesn't work anymore
thanks
hey guy,
When i used the beta version of sencha animator it was easy to center the animation using <center> tag just under the <body> section.
Now with the final release (1.1) it doesn't work anymore
thanks
Yeah, since scenes can have different sizes, it's a little different now.
You could add some css to give the "AN-sObj-parentOl" div a height and a width to match your scenes.
Then you could try something like this:
http://css-tricks.com/quick-css-tric...in-the-center/
For those looking for how to center body exported from Animator.
You can change this on the CSS code part.
Although I recommend reading the above link.Code:body,.AN-sObj-stage,ol,li { /* margin: 0; */ padding: 0; position: fixed; top: 0%; left: 50%; /* margin-top: -50px; */ margin-left: -380px; /* Here you place half of you compostion width dimension */
http://css-tricks.com/quick-css-tric...in-the-center/
try CSS centering with Div ...http://www.corelangs.com/css/box/center-div.html
darren