Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001210
    fictionadmin
    Participant

    Hi!
    Working on the new site with X+Slider Revolution. I want to add a Animation-Mouse-over Effekt to the Logo “Andreas Fröde” Its a normal .png file. Is there a way to trigger the animation via mouse offer? Want to have a normal scale (zoom in) effekt.
    Thanks for help!
    Best
    Alex
    http://monkeeplatez.com/28-2/

    #1001261
    Paul R
    Moderator

    Hi Alex,

    Thanks for writing in!

    Please add a class to your slide

    http://screencast.com/t/hMVkmAdyn

    Then add this in custom css

    
    .my-slide img{ transition: all .2s ease-in-out; }
    .my-slide img:hover { transform: scale(1.1); }
    

    http://screencast.com/t/264u1vD0

    Hope that helps.

    #1017997
    fictionadmin
    Participant

    thanks a lot it works!
    and how can i cange the colour frome the burger menu button please?
    best
    alex

    #1018011
    Christopher
    Moderator

    Hi there,

    Please add this :

    .x-btn-navbar.collapsed:hover {
        background-color: #f7f7f7;
    }
    .x-btn-navbar.collapsed {
        background-color: #fff;
    }

    Hope it helps.

    #1030105
    fictionadmin
    Participant

    hey again!
    we did the scale animation effekt at mouse over. is it possible to make the scale a bit smaller?
    i tyed but 1.1 is the smalest setting for scale fx or?

    #1030401
    Rupok
    Member

    Hi there,

    Thanks for updating. Yes 1.1 is the smallest value. It should do the job I guess.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1001210 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>