New Landing How can we help? Atelier Swift Slider Overlay & Overlay Speed

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #307952
    amrit02
    Member
    Post count: 46

    Hi,

    1. I would like to apply an overlay to the swift slider, so once it is hovered, the opacity changes (just like http://www.bellroy.com –> Slider) . Is there a way?

    2. I have a Naked Light Header. Is there a code where I hover over the naked header area, and it changes the properties to the Non-Naked header area (Just Like http://www.everlane.com –> Header) ?

    2. Can i change the overlay speed of a button, right now the delay of color change when I hover is a tad too long , I would like to make it short and snappy.

    Thanks !

    #307953
    David Martin – Support
    Moderator
    Post count: 20834

    1&2) You would need a developer to assist you to implement those changes.

    2) Got a link to this?

    #307966
    amrit02
    Member
    Post count: 46
    This reply has been marked as private.
    #308158
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this CSS:

    .swiper-slide .caption-content a.sf-button {
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        transition: all .1s ease-out;
    }
    #308417
    amrit02
    Member
    Post count: 46

    Thanks David. This Worked.

    #308478
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad it’s sorted.

    -Rui

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