Viewing 1 replies (of 1 total)
  • Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi,

    To do so add this peace of css :

    .slide:before {
    	-webkit-filter: blur(10px);
    	filter:blur(10px);
    	transition-property: all;
    }
    .slide.active:before {
    	-webkit-filter: blur(0);
    	filter:blur(0);
    }

    It should work…

    Regards,

    Julien

Viewing 1 replies (of 1 total)
  • The topic ‘Blurred Image’ is closed to new replies.