diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-27 14:40:58 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-27 14:40:58 +1000 |
| commit | 8e495f248ae25564b795cd7530d20c0376a7c5d8 (patch) | |
| tree | 10d59542efbf895c3d504cab04a0bd5df9b55eec /src/App.vue | |
| parent | 10e104c72a035fe41741652afc93e0137cf67fdd (diff) | |
Move transition/animation CSS classes to index.css
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/App.vue b/src/App.vue index d4c51b1..4096ec0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1018,14 +1018,3 @@ export default defineComponent({ }, }); </script> - -<style> -.fade-enter-from, .fade-leave-to { - opacity: 0; -} -.fade-enter-active, .fade-leave-active { - transition-property: opacity; - transition-duration: 300ms; - transition-timing-function: ease-out; -} -</style> |
