iosOverlay.js–A JavaScript For iOS-Style Overlays/Notifications For The Web
Join the DZone community and get the full member experience.
Join For Freeiosoverlay. js is a javascript library which allows you to create ios style overlays/notifications. the notifications are dynamic, i.e. you can update an already displayed notification to display some other message.
browser support
- ie7+ — rounded corners/animation do degrade when not supported, see optional dependencies
- google chrome
- firefox
- opera
- desktop safari
- mobile safari — iphone & ipad
you can also optionally use spin.js if you want to use a spinner object and jquery for a fallback css animation support. if you are interested in more notifications libraries, you might check out these or find more from the notification libraries channel on functionn :
- a!ertify. js - an unobtrusive customizable javascript notification system – functionn
- notify! - a jquery notification plugin for simple notifications bars – functionn
- pines notify - javascript notifications for bootstrap or jquery ui. – functionn
requirements:
none
demo:
http:/ / taitems. github. com/ ios-overlay/
license:
free
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Docker Compose vs. Kubernetes: The Top 4 Main Differences
-
Breaking Down the Monolith
-
Superior Stream Processing: Apache Flink's Impact on Data Lakehouse Architecture
-
Mastering Time Series Analysis: Techniques, Models, and Strategies
Comments