From 99dbb3abedc6ea047f106717361a2fd60a7c3cd4 Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Sun, 3 Apr 2016 20:08:22 +0200 Subject: [PATCH] Added alert todos --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa345ce..4c18474d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,10 @@ Things that still have to be implemented or changed. ####Main - Allow show/hide animations to animate the height. This way the other modules won't jump around. -- Unified alerts (Blocking overlay & slide in notification) maybe using this [library](http://tympanus.net/Development/NotificationStyles/js/notificationFx.js) (from [this](http://tympanus.net/Development/NotificationStyles/growl-jelly.html) example) and [sweetalert](https://github.com/t4t5/sweetalert) for blocking? + +####Alert +- Vertical centering of alerts +- Rewrite the alert module in vanilla JavaScript ####Documentation - Write all the documentation. :)