-
Type:
Improvement
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Web UI
-
Labels:
As an Artifactory administrator
I want to disable UI animations in the Web UI
So that I can get my job done faster
Background:
We use Citrix on a virtualised HW without a dedicated graphic card, which results in any animations to turn into a few-seconds-slow slideshow. Waiting for animations in Artifactory to appear and disappear reduces our productivity and we would like to have an option to turn them on/off globally.
Scenario - New UI setting
Given I am logged in to Artifactory with an administrator role
When I navigate to Admin -> Configuration -> General Configuration
Then there is a checkbox option "Disable UI animation" in the "Look & Feel Settings" panel.
Scenario - Default value
Given I am logged in to Artifactory with an administrator role
When I navigate to Admin -> Configuration -> General Configuration
Then the checkbox option "Disable UI animation" is enabled by default
Scenario - UI animations enabled
Given I am logged in to Artifactory
And the UI animation settings are enabled
When I perform any action which uses animation (e.g. appearing/disappearing a "Deploy" popup")
Then the animation is played
Scenario - UI animations disabled
Given I am logged in to Artifactory
And the UI animation settings are disabled
When I perform any action which uses animation (e.g. appearing/disappearing a "Deploy" popup")
Then the animation is not played and the "animated " element is shown/hidden immediately