2026-04-21 11:30:07 +02:00
|
|
|
/*!*
|
|
|
|
|
* This file is part of the SplendidBear Websites' projects.
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2026 @ www.splendidbear.org
|
|
|
|
|
*
|
|
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
|
*/
|
|
|
|
|
|
2026-04-11 20:45:51 +02:00
|
|
|
@keyframes appear {
|
|
|
|
|
from { opacity: 0; transform: scale(0.94); }
|
|
|
|
|
to { opacity: 1; transform: scale(1); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rise {
|
|
|
|
|
from { opacity: 0; transform: translateY(16px); }
|
|
|
|
|
to { opacity: 1; transform: translateY(0); }
|
|
|
|
|
}
|