This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Even though we import all styles/js modularly, these | |
| * global animation-related styles don't make it, so we add them separately. */ | |
| .move-up-appear, | |
| .move-up-enter, | |
| .move-up-leave { | |
| -webkit-animation-duration: .2s; | |
| animation-duration: .2s; | |
| -webkit-animation-fill-mode: both; | |
| animation-fill-mode: both; | |
| -webkit-animation-play-state: paused; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2022-01-06T11:36:05.602Z","extensionVersion":"v3.4.3"} |