Exhibeo Blink Problem

On this test page the transition makes the CCS Menu Text and html items on there too (email and Telephone No) Blink when the Exhibeo slides change.
Any ideas?

Thanks Trev

http://www.trevormckay.co.uk/Roseman/


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

Hey Trevor - I’m not seeing any blinking from Chrome browser, but in Safari
there is a dimming or thinning of the menu font. I’ve seen that before and
it’s a problem with the way Safari deals with font-smoothing and animated
layers. That can be fixed with a tiny bit of CSS to tell Safari how to
render those fonts.

-webkit-font-smoothing: antialiased;

There are a lot of Freeway auto-generated styles in your document - so it
will be a challenge to affect all the fonts in that general location. There
is an HTML element called that will send that bit of CSS code to the
whole page.

In Freeway Pro, open the Style Editor via menu Edit > Styles. Create a new
style by using the menu at the bottom left of that window. Freeway makes a
new style with name “style” followed by a number (like style 123). In the
TAG field, enter the name of the html tag we want (body) and then delete
the NAME field so it’s empty (hint: tabbing through the fields with the TAB
key helps keep Freeway from putting that automatic name in the NAME field
again).

Now, click the Extended button in the upper right window for that style and
in the window that opens (the Extended Style Window) make a new style
declaration. This will have 2 entry boxes, one for NAME and the other for
VALUE.

In the name field, type exactly: -webkit-font-smoothing

and in the VALUE field type: antialiased

Don’t forget to save and republish - sometimes force republish and FWP can
get stubborn. This should fix it for you.


Ernie Simpson

On Fri, Aug 29, 2014 at 9:15 AM, t50ufo email@hidden wrote:

On this test page the transition makes the CCS Menu Text and html items on
there too (email and Telephone No) Blink when the Exhibeo slides change.
Any ideas?

Thanks Trev

http://www.trevormckay.co.uk/Roseman/


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


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

Hi Ernie

Thanks - that worked first time. Could it be that the Exhibeo slideshow is also messing up the smooth scroll on the home page - it works fine on the How to Buy Page in the same test pages:

http://www.trevormckay.co.uk/Roseman/

Regards

Trevor


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