• Resolved MarcoVito

    (@marcovito)


    Hallo guys!
    someone know how to set down the speed of the slide in home_blog? beter will be that they stop when mause over
    Thanks for help

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter MarcoVito

    (@marcovito)

    Mybe I have to change something in this code from style.css?

    .enigma_blog_thumb_wrapper_showcase img{
    	-webkit-transition: all .45s ease-in;
        -moz-transition: all .45s ease-in;
        -o-transition: all .45s ease-in;
        transition: all .45s ease-in;
    
    }
    .enigma_blog_thumb_wrapper_showcase_overlay_inner {
        position: absolute;
        bottom:-110%;
        left: 0;
        width: 100%;
        overflow: hidden;
        visibility: hidden;
    	-webkit-transition: all .25s ease-in;
        -moz-transition: all .25s ease-in;
        -o-transition: all .25s ease-in;
        transition: all .25s ease-in;
    
    }

    Thanks for raply

    Thread Starter MarcoVito

    (@marcovito)

    No ideas?

    Hi

    This type of feature not support a enigma theme.

    Thanks

    @marcovito

    To Pause Home Blog Scroll, go to the following path (via FTP):
    enigma/js/carouFredSel-6.2.1

    Edit the following File (please make a backup of the file before doing so):
    jquery.carouFredSel-6.2.1.js

    On Line 2719, you should see:
    ‘pauseOnHover’ : false,

    Change value from false to true.

    The scrolling blogs will pause on mouseover.

    Animation speed, I am also looking to find a solution for this.

    Thread Starter MarcoVito

    (@marcovito)

    @paramgem
    Thanks a lot it work fine

    @paramgem
    Thanks a lot for contributing here…

    Happy New Year to all users

    Nice Discussion..more

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to set the slide in home_blog’ is closed to new replies.