Site logo

[Resolved] non-composited animations

Home Forums Support [Resolved] non-composited animations

Home Forums Support non-composited animations

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2469615
    Srini

    Hi
    Can you guide me with below issue?

    non-composited animations
    Unsupported CSS Property: color

    #2469736
    Ying
    Staff
    Customer Support

    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/

    #2470313
    Srini

    Hi

    Please check attached screenshot.

    #2470349
    David
    Staff
    Customer Support

    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.

    #2470368
    Srini

    Thank you David

    I think, it is working.

    #2470387
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.