Skip to content

mikeludemann/overlayAnimationFullscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overlay Animation Fullscreen

Animate Overlay with any content

Example

Default

overlayAnimationFullscreen.left(clickElement);
overlayAnimationFullscreen.right(clickElement);
overlayAnimationFullscreen.top(clickElement);
overlayAnimationFullscreen.bottom(clickElement);
overlayAnimationFullscreen.topLeft(clickElement);
overlayAnimationFullscreen.topRight(clickElement);
overlayAnimationFullscreen.bottomLeft(clickElement);
overlayAnimationFullscreen.bottomRight(clickElement);

With Parameter

overlayAnimationFullscreen.left("#test");
overlayAnimationFullscreen.right("#test");
overlayAnimationFullscreen.top("#test");
overlayAnimationFullscreen.bottom("#test");
overlayAnimationFullscreen.topLeft("#test");
overlayAnimationFullscreen.topRight("#test");
overlayAnimationFullscreen.bottomLeft("#test");
overlayAnimationFullscreen.bottomRight("#test");