fix background + text animation

This commit is contained in:
j 2021-10-23 15:13:13 +01:00
parent 2937c0ba01
commit 8f15db7d81

View file

@ -43,6 +43,9 @@ body.animated {
body.animated-text { body.animated-text {
animation: text_animation 60s ease-in-out infinite; animation: text_animation 60s ease-in-out infinite;
} }
body.animated.animated-text {
animation: background_animation 60s ease-in-out infinite, text_animation 60s ease-in-out infinite;
}
body { body {
color: #ddd; color: #ddd;