[Pro] slide background

Why is always gray the background of slide theme?

www.free.emelon.hu

Thanks.
Sorry for my poor english.

www.free.emelon.hu


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I don’t think there is an option to change this background colour from within Exhibeo. You can, however, add a simple block of CSS that will reset this for you in Freeway.
For example;
http://www.freewayactions.com/test/exhibeo/slide/

Regards,
Tim.

On 1 Nov 2012, at 21:54, emelon wrote:

Why is always gray the background of slide theme?


Experienced Freeway designer for hire - http://www.freewayactions.com


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I forgot to mention that this page is quite a good demonstration of how Safari changes the weight of text on the page as it runs CSS transitions. You’ll notice the text below the image changes weight when the transforms are running.

http://www.freewayactions.com/test/exhibeo/slide/

The same issue and a solutiuon came up here; css - Safari changing font weights when unrelated animations are running - Stack Overflow
It may be worth Softpress including this fix the CSS in a future version of Exhibeo.
Regards,
Tim.

FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Perfect, thank you!


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I wonder if the old Firefox trick of setting the text container opacity to 0.9999998 does anything for this?

Walter

On Nov 1, 2012, at 7:32 PM, Tim Plumb wrote:

I forgot to mention that this page is quite a good demonstration of how Safari changes the weight of text on the page as it runs CSS transitions. You’ll notice the text below the image changes weight when the transforms are running.


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 1 Nov 2012, at 23:21, Tim Plumb email@hidden wrote:

I don’t think there is an option to change this background colour from within Exhibeo. You can, however, add a simple block of CSS that will reset this for you in Freeway.

You can also access the CSS in the xbExport file and change it or remove it directly from there (it’s in #exibid in the User Editable section).

I forgot to mention that this page is quite a good demonstration of how Safari changes the weight of text on the page as it runs CSS transitions. You’ll notice the text below the image changes weight when the transforms are running.

This is actually caused by the page going into hardware accelerated mode where text becomes anti-aliased. We’re hoping the problem will be fixed in WebKit soon. In the meantime the issue can be worked around by anti-aliasing the text in WebKit.

Try the following: Open the Edit Styles dialog, select the “p” style, click Extended and then New. In the dialog that appears add “-webkit-font-smoothing” in the Name field and “antialiased” in the Value field. It’s going to make your text look slightly lighter in weight, but will prevent the flashing.

The reason we didn’t roll this into the application is because it causes the appearance of the text to be different than expected. Should be easy enough to add if it’s causing a lot of problems.

Joe


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options