|
@@ -2,8 +2,8 @@
|
|
|
<transition
|
|
|
appear
|
|
|
name="animate__animated animate__move"
|
|
|
- enter-active-class="animate__fadeInRightBig"
|
|
|
- leave-active-class="animate__fadeOutRightBig"
|
|
|
+ enter-active-class="animate__fadeInUp"
|
|
|
+ leave-active-class="animate__fadeOutDown"
|
|
|
>
|
|
|
<div class="widget-SectorToolbar" ref="widget-SectorToolbar">
|
|
|
<transition
|
|
@@ -490,8 +490,8 @@ export default class SectorToolbar extends Vue {
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss" scoped>
|
|
|
-.animate__fadeInRightBig,
|
|
|
-.animate__fadeOutRightBig {
|
|
|
+.animate__fadeInUp,
|
|
|
+.animate__fadeOutDown {
|
|
|
animation-duration: 3s; //动画持续时间
|
|
|
animation-delay: 0s; //动画延迟时间
|
|
|
}
|