New Landing How can we help? Themeforest Theme Support Dante Custom button animation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #152766
    Rushan4eg
    Member
    Post count: 72

    Hello! I have a problem with custom button animation.
    I created my own styles of buttons, but animation when button from a.button:hover going back to a.button works uncorrectly.

    #152771
    Rushan4eg
    Member
    Post count: 72
    This reply has been marked as private.
    #152777
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    That’s a custom button, not part of the theme. We only support theme issues and customisations

    – Kyle

    #152799
    Rushan4eg
    Member
    Post count: 72

    Ok. But the problem in Standart theme animation, which overlaps or sets a style of animation over my personal.

    Myabe you can find way to set off theme animations for custom button element?
    My custom button has css code

    .button-trial
    {
        padding: 15px 37px 15px 20px;
        background-color: #6CC221;
        color: #FFF;
        font-family: "Verdana";
        font-size: 16px;
    /*  font-weight: 600; */
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 0px;
        text-transform:uppercase;
        text-align:center;
        font-size:18px;
    }

    and

    .button-trial:hover
    {
    background:#488613;
    background:-moz-linear-gradient(top, #6cc221 1%, #488613 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(1%,#6cc221), color-stop(100%,#488613));
    background:-webkit-linear-gradient(top, #6cc221 1%,#488613 100%);
    background:-o-linear-gradient(top, #6cc221 1%,#488613 100%);
    background:-ms-linear-gradient(top, #6cc221 1%,#488613 100%);
    background:linear-gradient(to bottom, #6cc221 1%,#488613 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cc221', endColorstr='#488613',GradientType=0 )
    }

    What to add to set off theme’s button animation?

    Thanks!

    #152809
    Rushan4eg
    Member
    Post count: 72

    I found a way)
    just added to css:

        -webkit-transition: none !important; 
        -moz-transition: none !important;
        transition: none !important;
    
    #152810
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great

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