A tag that creates an overlay, used to create a visual effect for the user experience.
Using bower:
bower install app.ui.overlay
Import from github
git pull git://github.com/app-ui/overlay.git master
- Import Web Components' polyfill
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
- Import Custom Element:
<link rel="import" href="components/app.ui.overlay">
- Start using it!
<ui-overlay></ui-overlay>
Here are the options you can use to customiz the overlay:
- animation (string). Default: "static". Values="static|pulse|fade|random", Define the CSS animation.
- duration (number). Default: 0. Define the duation of the animation.
- delay (number). Default: 0. Define a delay before the animation is executed.
- random (number). Default: 0. Display a random background.
Currently this tag doesn't broadcast any events.
Initiated by Makis Tracend ( @tracend )
Distributed through Makesites.org
Part of the APP UI components.
Released under the MIT License