New Landing How can we help? Cardinal Sticky Header Animation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #262193
    WFusion
    Member
    Post count: 2

    Hello,

    My website is using a sticky header. Currently I have the sticky header at a constant size so that when you scroll down the page it does not reduce in size. However when you scroll down the page from the very top, there is a fade animation within the header area.

    Can you please let me know how to turn this off?

    Any assistance would be great.

    Thanks

    #262475
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please test this:

    .sticky-header {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    Thanks.

    #262496
    WFusion
    Member
    Post count: 2

    Hi David,

    Thanks for the feedback.

    Unfortunately when I paste this in the Custom CSS area the animation is happening.

    Do you have any other ideas?

    Thanks

    #262501
    David Martin – Support
    Moderator
    Post count: 20834

    Can you add a WP login for me?

    Thanks.

    #262740
    WFusion
    Member
    Post count: 2
    This reply has been marked as private.
    #263186
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks, I amended the CSS to:

    .sticky-header {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    transform: none!important;
    transition: none!important;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    }

    – David.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register