diff --git a/assets/animations.css b/assets/animations.css index 9fa030f..8446d90 100644 --- a/assets/animations.css +++ b/assets/animations.css @@ -116,4 +116,11 @@ html { .js { animation: 4.5s 1 linear js; position: fixed; +} + +@supports not (animation: 1s test) { + .nojs { + display: block; + visibility: visible + } } \ No newline at end of file