Site logo

Archived topic

non-composited animations

5 replies · Started by Srini on December 21, 2022

Viewing posts 1–6 of 6

Hi
Can you guide me with below issue?

non-composited animations
Unsupported CSS Property: color

Hi Srini,

We will need some more info on this.

Can you point out which element is the error referring to?

Can you take a screenshot of the error you see and upload it here? https://postimages.org/

Hi

Please check attached screenshot.

Hi there,

You can try adding this CSS to your site:

a, button, input {
    transition: background-color .1s ease-in-out;
}

.gb-button-wrapper .gb-button {
    transition: .2s background-color ease-in-out, .2s border-color ease-in-out,.2s opacity ease-in-out,.2s box-shadow ease-in-out !important;
}

Make sure to clear any caches afterward.

Or you can simply ignore those diagnostics, they are not causing any issues, and i am not sure why Google flags them as Unsupported CSS Property: color when color is a supported according to the CSS spec.

Thank you David

I think, it is working.

You're welcome

This archived topic is closed to new replies.