test(aio): disable DocViewer
animations during e2e tests
This commit is contained in:

committed by
Alex Rickabaugh

parent
0d47c39609
commit
a33eaf6e07
4
aio/src/styles/1-layouts/_doc-viewer.scss
Normal file
4
aio/src/styles/1-layouts/_doc-viewer.scss
Normal file
@ -0,0 +1,4 @@
|
||||
.no-animations aio-doc-viewer > * {
|
||||
// Disable view transition animations.
|
||||
transition: none !important;
|
||||
}
|
@ -4,6 +4,7 @@
|
||||
|
||||
@import 'api-page';
|
||||
@import 'content-layout';
|
||||
@import 'doc-viewer';
|
||||
@import 'footer';
|
||||
@import 'layout-global';
|
||||
@import 'marketing-layout';
|
||||
|
Reference in New Issue
Block a user