From 39b584edb5630818fc6641f8109d599ead3a3e71 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Tue, 20 Aug 2024 08:57:20 -0700 Subject: [PATCH] Header: Make vue component loading a bit more subtle with a css animation This is a follow-up to #4123. To my eye, there is still some prominent flashing when the header Vue component loads. This commit attempts to make it a bit more subtle by fading it in with a CSS animation. --- .../vue_components/orangelight_header.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/javascript/orangelight/vue_components/orangelight_header.vue b/app/javascript/orangelight/vue_components/orangelight_header.vue index d011335c1..78e47d4b1 100644 --- a/app/javascript/orangelight/vue_components/orangelight_header.vue +++ b/app/javascript/orangelight/vue_components/orangelight_header.vue @@ -1,5 +1,5 @@