iOS-style notifications implemented with CSS3 and JavaScript. Read the blog post or alternatively download or log issues on the GitHub repository. A Quick Demo Default Message Demo // default example ios.notify(); // an example message ios.notify({ title: "Michael Bluth", message: "It's as plain as the Ann on egg's face." }); Parameter Default Expects