diff --git a/remoteappmanager/static/css/remoteappmanager.css b/remoteappmanager/static/css/remoteappmanager.css index 1cf69f4fe..344cd3d80 100644 --- a/remoteappmanager/static/css/remoteappmanager.css +++ b/remoteappmanager/static/css/remoteappmanager.css @@ -156,6 +156,29 @@ li a .stop-button:hover { display: block; } +/* transition effect */ +.fade-enter-active { + transition: opacity .3s +} +.fade-leave-active { + transition: opacity 2.0s +} +.fade-enter, .fade-leave-to { + opacity: 0 +} + +.list-enter, .list-leave-to { + opacity: 0; + transform: translateX(-50px); +} +.list-enter-active, .list-leave-active { + transition: all 0.5s; + position: absolute; +} +.list-move { + transition: transform .5s; +} + .truncate { overflow: hidden; text-overflow: ellipsis; diff --git a/remoteappmanager/static/js/home/views/application_list_view.js b/remoteappmanager/static/js/home/views/application_list_view.js index c50d6766b..6996e622e 100644 --- a/remoteappmanager/static/js/home/views/application_list_view.js +++ b/remoteappmanager/static/js/home/views/application_list_view.js @@ -16,7 +16,7 @@ define([ '
  • APPLICATIONS
  • ' + '' + - '' + + '' + '' + '' + '', diff --git a/remoteappmanager/static/js/home/views/application_view.js b/remoteappmanager/static/js/home/views/application_view.js index b193ed65f..240fe22c1 100644 --- a/remoteappmanager/static/js/home/views/application_view.js +++ b/remoteappmanager/static/js/home/views/application_view.js @@ -12,7 +12,8 @@ define([ ' v-if="current_app !== null"' + ' :class="{ content: true, \'no-padding\': current_app.is_running() }">' + ' ' + - '
    ' + + ' ' + + '
    ' + '
    ' + '
    ' + '
    ' + @@ -55,6 +56,7 @@ define([ '
    ' + '
    ' + '
    ' + + ' ' + ' ' + '