mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-01 15:35:51 +08:00
docs: remove dialog example animation (#19275)
This commit is contained in:
parent
5a025e55bd
commit
bca0399c75
@ -35,19 +35,3 @@ import { ref } from 'vue'
|
||||
|
||||
const dialogVisible = ref(false)
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.dialog-fade-enter-active {
|
||||
animation: modal-fade-in 2s;
|
||||
.el-overlay-dialog {
|
||||
animation: dialog-fade-in 2s;
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-fade-leave-active {
|
||||
animation: modal-fade-out 2s;
|
||||
.el-overlay-dialog {
|
||||
animation: dialog-fade-out 2s;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user