New Landing How can we help? Themeforest Theme Support Joyn Change Icon Box animation from flip to fadeout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Joyn
  • #144783
    DrYohann
    Member
    Post count: 45

    Hi, I’d like to change the animation in the icon boxes (animated type) from something that basically flips (and makes viewer dizzy if you ask me !) to a gentle fadedout. You can see mine right now at http://www.networkquebec.ca/CCN/

    Where can I specify that ?

    Thanks !

    Yohann

    #144917
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this in the Custom CSS.

    .standard-browser .sf-icon-box-animated:hover .back, .no-csstransitions .sf-icon-box-animated .back, .sf-icon-box-animated.sf-mobile-hover .back {
    	   opacity: 1;
       transition: opacity .25s ease-in-out;
       -moz-transition: opacity .25s ease-in-out;
       -webkit-transition: opacity .25s ease-in-out;
    }
    .standard-browser .sf-icon-box-animated:hover .front, .no-csstransitions .sf-icon-box-animated .front, .sf-icon-box-animated.sf-mobile-hover .front {
    	opacity: 0.5;
    }
    
    .sf-icon-box-animated .front {
    	position: relative;
    	z-index: 8;
    	display: block;
    	width: 100%;
    	height: auto;
    	padding: 70px 20px;
    	webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	box-sizing: border-box;
    	   opacity: 1;
       transition: opacity .25s ease-in-out;
       -moz-transition: opacity .25s ease-in-out;
       -webkit-transition: opacity .25s ease-in-out;
    }
    .sf-icon-box-animated .back {
    	overflow: hidden;
    	background: #ffffff;
    	padding: 20px;
    	width: 100%;
    	height: 100%;
    	webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	box-sizing: border-box;
    opacity: 0.5;
    }

    Also I suggest you to remove those appropirate class styles from style.css

    Let us know,

    Thanks,
    laranz.

    #145577
    DrYohann
    Member
    Post count: 45

    Thanks Laranz. This doesn’t seem to change anything (I changed background on the back to #ba0000). What I see is still the same animation.

    #145667
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you removed the code at style.css as Laranz suggested to you?
    Thanks
    Mohammad

    #145939
    DrYohann
    Member
    Post count: 45

    No, I thought this was a suggestion, not a requirement ! 🙂

    I just did.

    Now, can I make it so that the fade out masks what is behind it when i hover ?

    Yohann

    #146112
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try to change this in that Custom CSS.

    .standard-browser .sf-icon-box-animated:hover .front, .no-csstransitions .sf-icon-box-animated .front, .sf-icon-box-animated.sf-mobile-hover .front {
        opacity: 0.01;
    }

    Let us know,

    Thanks,
    laranz.

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