Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Picturerama
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gruppe 12
Picturerama
Merge requests
!47
Feat/loading animation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat/loading animation
feat/loadingAnimation
into
dev
Overview
0
Commits
5
Pipelines
0
Changes
4
Merged
Diderik Kramer
requested to merge
feat/loadingAnimation
into
dev
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
Loading animation for upload,signin and login scenes
#35 (closed)
1
0
Merge request reports
Viewing commit
ad389608
Prev
Next
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ad389608
Merge branch 'dev' into fix/signupScene
· ad389608
Diderik Kramer
authored
4 years ago
src/main/App/Css/Css.java
+
4
−
0
Options
@@ -277,6 +277,10 @@ public class Css {
}
}
/**
* setLoadingAnimation styles all ProgressIndicator put as parameter
* @param args
*/
public
static
void
setLoadingAnimation
(
ProgressIndicator
...
args
){
for
(
ProgressIndicator
progressIndicator
:
args
){
progressIndicator
.
setStyle
(
"-fx-progress-color: dimgrey; -fx-cursor: wait"
);
Loading