-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Loading Animation for Music Blocks (#1988)
* Add container for load animation I also linked the JSON file that contains the random messages. * Add CSS for load animation * Add loading page handler Run the loading animation when opening projects * Remove loading page when project finished loading * Add load messages JSON This contain the messages for the loading page * Add Loading GIF * Add localization for load messages * Add Spanish Translation for Load Messages This is just to demo the localization of the loading messages. I only translated it using Google translate so I don't know if the translation is correct.
- Loading branch information
1 parent
ffb8092
commit b75bbd0
Showing
7 changed files
with
6,044 additions
and
5,961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
messages = {"load_messages": [ | ||
"Catching mice...", | ||
"Cleaning the instruments...", | ||
"Testing keypieces...", | ||
"Sight-Reading...", | ||
"Combining Math and Music...", | ||
"Generating more blocks...", | ||
"Do Re Mi Fa So La Ti Do...", | ||
"Tuning string instruments...", | ||
"Pressing random keys...", | ||
]}; |
Oops, something went wrong.