Sign in

canrd-outside / order-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • order-erp-front
  • src
  • design
  • transition
  • breadcrumb.less
  • perf: optimize multiple-tab switching effect
    f2bdf0b8
    vben authored
    2020-10-12 00:18:32 +0800  
    Browse Dir ยป
breadcrumb.less 278 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.24s;
}

.breadcrumb-enter-from,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(16px);
}

.breadcrumb-move {
  transition: all 0.38s;
}

.breadcrumb-leave-active {
  position: absolute;
}