Enable animation correctly and randomly
This commit is contained in:
@@ -79,7 +79,10 @@ h1 {
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
opacity: 1;
|
||||
transition: opacity 2.5s ease-in-out;
|
||||
|
||||
&.animated {
|
||||
transition: opacity 2.5s ease-in-out;
|
||||
}
|
||||
|
||||
&.hidden {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user