API Documentation

fadeIn and fadeOut
Click buttons to see result
$petrojs('elem').fadeIn(1000,function() {
                  //callback goes here
         });      
                        
$petrojs('elem').fadeOut(1000,function() {
                  //callback goes here
         });