From 09f8f0c70bad3a9047aa979da85f81cc145ced9d Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Sun, 27 Oct 2024 21:10:58 -0400 Subject: [PATCH] =?UTF-8?q?fix(viewTransition):=20=F0=9F=90=9B=20remove=20?= =?UTF-8?q?unnessecary=20definitions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/viewTransition.less | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/resources/skins.citizen.styles/common/viewTransition.less b/resources/skins.citizen.styles/common/viewTransition.less index de2d8cdf..37735349 100644 --- a/resources/skins.citizen.styles/common/viewTransition.less +++ b/resources/skins.citizen.styles/common/viewTransition.less @@ -2,18 +2,4 @@ @view-transition { navigation: auto; } - - /* Header should always have no transition to act as an anchor point on the page */ - .citizen-header { - view-transition-name: no-transition; - } - - ::view-transition-group( * ) { - animation-duration: 250ms; - } - - ::view-transition-old( no-transition ), - ::view-transition-new( no-transition ) { - animation: none; - } }