File tree Expand file tree Collapse file tree
src/core/components/page/page-transitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 background : var (--f7-page-bg-color );
1414 z-index : 100 ;
1515 }
16+ .page {
17+ pointer-events : none ;
18+ }
1619}
1720.router-transition-f7-circle-forward {
1821 & :after {
Original file line number Diff line number Diff line change 33.router-transition-f7-cover-v-backward {
44 background : #000 ;
55 perspective : 1200px ;
6+ .page {
7+ pointer-events : none ;
8+ }
69}
710.router-transition-f7-cover-v-forward {
811 .page-next {
Original file line number Diff line number Diff line change 33.router-transition-f7-cover-backward {
44 background : #000 ;
55 perspective : 1200px ;
6+ .page {
7+ pointer-events : none ;
8+ }
69}
710.router-transition-f7-cover-forward {
811 .page-next {
Original file line number Diff line number Diff line change 33.router-transition-f7-dive-backward {
44 background : var (--f7-page-bg-color );
55 perspective : 1200px ;
6+ .page {
7+ pointer-events : none ;
8+ }
69}
710.router-transition-f7-dive-forward {
811 .page-next {
Original file line number Diff line number Diff line change 22.router-transition-f7-fade-forward ,
33.router-transition-f7-fade-backward {
44 background : var (--f7-page-bg-color );
5+ .page {
6+ pointer-events : none ;
7+ }
58}
69.router-transition-f7-fade-forward {
710 .ios & ,
Original file line number Diff line number Diff line change 66 .page {
77 backface-visibility : hidden ;
88 overflow : hidden ;
9+ pointer-events : none ;
910 }
1011}
1112.router-transition-f7-flip-forward {
Original file line number Diff line number Diff line change 11// f7-parallax
22.router-transition-f7-parallax-forward {
3+ .page {
4+ pointer-events : none ;
5+ }
36 .page-next {
47 animation : f7- parallax- next- to- current var (--f7-page-parallax-transition-duration ) forwards ;
58 }
811 }
912}
1013.router-transition-f7-parallax-backward {
14+ .page {
15+ pointer-events : none ;
16+ }
1117 .page-current {
1218 animation : f7- parallax- current- to- next var (--f7-page-parallax-transition-duration ) forwards ;
1319 }
Original file line number Diff line number Diff line change 11// f7-Push
22.router-transition-f7-push-forward {
3+ .page {
4+ pointer-events : none ;
5+ }
36 .page-next {
47 animation : f7- push- next- to- current var (--f7-page-push-transition-duration ) forwards ;
58 }
811 }
912}
1013.router-transition-f7-push-backward {
14+ .page {
15+ pointer-events : none ;
16+ }
1117 .page-current {
1218 animation : f7- push- current- to- next var (--f7-page-push-transition-duration ) forwards ;
1319 }
You can’t perform that action at this time.
0 commit comments