Now, info label removed after fadded out
This commit is contained in:
parent
e57104198b
commit
81001825a3
@ -187,6 +187,7 @@
|
||||
}
|
||||
if (fadeTarget.style.opacity < 0.1) {
|
||||
clearInterval(fadeEffect);
|
||||
fadeTarget.remove();
|
||||
} else {
|
||||
fadeTarget.style.opacity -= 0.1;
|
||||
}
|
||||
|
@ -13,10 +13,10 @@ set_exception_handler("Core\Error::exceptionHandler");
|
||||
|
||||
if (Core\Session::exists('info')) {
|
||||
echo '
|
||||
<div class="flex three-600 full grow">
|
||||
<div id="info" class="flex three-600 full grow top" style="position:fixed;">
|
||||
<div></div>
|
||||
<h3 style="text-align:center;" class="top">
|
||||
<span id="info" class="label";" onclick="fadeOutEffect()">';
|
||||
<span class="label";" onclick="fadeOutEffect()">';
|
||||
echo Core\Session::flash('info');
|
||||
echo '
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user