Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 376 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 376 Bytes

vodooModal

A simple and pretty modal to use as modal or ajax content

how to use

$('element').vodooModal({
    openWith : 'button',
    closeWith: '.closeModal',
    animation: 'bottomToTop',
    onClose: function(){
        console.log('onClose');
    },
    onOpen: function(){
        console.log('onOpen');
    }
});

animation list

  • bottomToTop coming