@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{to{opacity:0}}.myNotify{position:fixed;top:10px;right:10px}.myNotify DIV{color:#fff;margin-bottom:5px;padding:2px 5px;animation:fadeIn 2s}.myNotify DIV[data-notify-status=success]{background-color:green}.myNotify DIV[data-notify-status=error]{background-color:red}.myNotify DIV.notify-animationFadeOut{animation:fadeOut 1.5s}