[Pro] ccs Menu Blink

A site I am working on has a Wow slider and in Safari when I publish the whole ccs menu text blinks from bold to light in time with the slides changing. It is OK in Firefox and Chrome. Don’t have an example page live just now. Anyone got any ideas?

Thans

Trevor


freewaytalk mailing list
email@hidden
Update your subscriptions at:

It is a known issue that happens because hardware acceleration is invoked with certain 3d transforms.

Try adding -webkit-backface-visibility: hidden; to the menu container via item>Extended under the Div Style tab

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:

An alternative is

-webkit-transform-style: preserve-3d

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Thanks Dave

can you clarify the actual entries for the 2 fields name and value

Trevor


freewaytalk mailing list
email@hidden
Update your subscriptions at:

-webkit-backface-visibility: hidden
-webkit-transform-style: preserve-3d

name: value separated by the colon

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:

That should have come out like

-webkit-backface-visibility: hidden
-webkit-transform-style: preserve-3d

freewaytalk mailing list
email@hidden
Update your subscriptions at:

Neither working

entering in name

-webkit-backface-visibility:

entering in value

hidden

and

entering in name

-webkit-transform-style:

entering in value

preserve-3d


freewaytalk mailing list
email@hidden
Update your subscriptions at:

No colons - FW does them for you

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:

No change Dave

This is odd

I have another site live here with the same thing -
a ccs menu and a wow slider and it is fine here:

http://www.hometecsolutions.co.uk

where the problem on this work in progress is blinking it too uses ccs menu and a wow slider?

http://www.trevormckay.co.uk/formX/parts.html

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:

where the problem on this work in progress is blinking it too uses ccs menu and a wow slider?

They may not use the same transitions.

I’m not seeing an issue at http://www.trevormckay.co.uk/formX/parts.html

What version of Safari are you using? And which item(s) did you apply the styles to?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Hi Dave

Safari 8.80 on Yos 10.10.5

added item extended to div style to ccs menu item m17
on about us div style
-webkit-backface-visibility: hidden

on Products - W3000
-webkit-transform-style: preserve-3d

i have confirmed applied on FW and re-uploaded

I can have a look at changing the transition of WOW but thought I had used same as other site that was OK

Regards

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Not seeing the problem with Safari 9. Ill try and fire up Safari 8 later.

Add both attributes to m17 on your Master and see if that does the trick.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at: