diff --git a/dashboard/src/components/AppsView.vue b/dashboard/src/components/AppsView.vue index 5bc53ae5f..ac56be891 100644 --- a/dashboard/src/components/AppsView.vue +++ b/dashboard/src/components/AppsView.vue @@ -355,6 +355,7 @@ export default { background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-size: 40px 40px; animation: apps-progress-bar-stripes 1s linear infinite; + transition: width 300ms; } @keyframes apps-progress-bar-stripes {