Skip to content

Commit

Permalink
Addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tgvrssanthosh committed Jun 21, 2023
1 parent 70b3e31 commit dde6e3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content-for/test-head-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
}

/*
* Setting duration to zero so that the elements will get transitioned/animated immediately
* so that the gradual transition/animation will not violate any of the WCAG guidelines
* Disabling animation and transition so that the elements are not evaluated
* while the transition/animation is in progress.
*/
.axe-running * {
transition-duration: 0s !important;
animation-duration: 0s !important;
animation: none !important;
transition: none !important;
}
</style>

0 comments on commit dde6e3a

Please sign in to comment.