New Landing How can we help? Themeforest Theme Support Dante Slower transition for animated icon box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #244954
    Zeynep
    Member
    Post count: 8

    Hi,

    I would like to make the transition slower on the icon box type animated.
    What code should I insert for that ?

    For the moment I have the simple code for the box : [sf_iconbox image=”fa-rocket” type=”animated” color=”standard” title=”Vous êtes sûr de gagner du temps” animation=”none” animation_delay=””]

    Thanks a lot,
    Zeynep

    #245491
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Testing adding this code to your CSS:

    .sf-icon-box-animated .inner {
        -webkit-transition: all 2000ms cubic-bezier(0.175,0.885,0.320,1.275)!important;
        -moz-transition: all 2000ms cubic-bezier(0.175,0.885,0.320,1.275) !important;
        -o-transition: all 2000ms cubic-bezier(0.175,0.885,0.320,1.275)!important;
        transition: all 2000ms cubic-bezier(0.175,0.885,0.320,1.275)!important;
    }

    To slow down or speed up, you can change the 2000 value on each line – I have set that to so you can see the difference.

    Thanks.

    #247580
    Zeynep
    Member
    Post count: 8

    Thanks, it’s perfect !

    #247940
    David Martin – Support
    Moderator
    Post count: 20834

    No problem

    Thanks.

Viewing 4 posts - 1 through 4 (of 4 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