From 2bc6ee0ad8cb8a1acb882fdfda66c9a863e8f055 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 23 May 2022 13:57:08 +0800 Subject: [PATCH] sass: remove transition of global components animation of them between different pages is meaningless --- _sass/minimal-mistakes/_footer.scss | 2 -- _sass/minimal-mistakes/_masthead.scss | 2 -- 2 files changed, 4 deletions(-) diff --git a/_sass/minimal-mistakes/_footer.scss b/_sass/minimal-mistakes/_footer.scss index 146a578..2fc2b9f 100644 --- a/_sass/minimal-mistakes/_footer.scss +++ b/_sass/minimal-mistakes/_footer.scss @@ -8,8 +8,6 @@ margin-left: 0; margin-right: 0; width: 100%; - animation: $intro-transition; - animation-delay: 0.45s; footer { @include clearfix; diff --git a/_sass/minimal-mistakes/_masthead.scss b/_sass/minimal-mistakes/_masthead.scss index 5861f6c..37a1781 100644 --- a/_sass/minimal-mistakes/_masthead.scss +++ b/_sass/minimal-mistakes/_masthead.scss @@ -5,8 +5,6 @@ .greedy-nav { border-bottom-width: 1px; border-bottom-style: solid; - animation: $intro-transition; - animation-delay: 0.15s; z-index: 20; position: sticky; top: 0; -- 2.43.0