< < Return to Davide Caffaratti blog

MooSwap

Made simple your images rollover !

MooSwap is a simple class for made simple the images rollover created by Davide Caffaratti http://davidecaffaratti.com

This is menu actived with doom elements:

var swap = new MooSwap('.menu img');


This is menu actived with class on image and use transition with 0.7 opacity:

var swap = new MooSwap('.rollover', { useTransition: true, opacity: 0.7 });