loading animation changes
Posted: Wed May 24, 2017 5:01 am
I am trying to use the following line in the settings file of our genie skin:
pui["loading animation"]["text"] = "<i class='fa fa-cog fa-spin fa-4x'></i><b class='KN-blkBld'>Loading...<b>";
However, it does not work anymore since we updated from Version 5.6.1 to Version 5.9.0
In your change logs I found the line "Updated loading animation to use CSS" in Version 5.9.0
I have not found anything in the wiki about this new loading animation settings mechanism.
Am I using the settings file wrongly by adding a html element in the loading screen via the text property?
pui["loading animation"]["text"] = "<i class='fa fa-cog fa-spin fa-4x'></i><b class='KN-blkBld'>Loading...<b>";
However, it does not work anymore since we updated from Version 5.6.1 to Version 5.9.0
In your change logs I found the line "Updated loading animation to use CSS" in Version 5.9.0
I have not found anything in the wiki about this new loading animation settings mechanism.
Am I using the settings file wrongly by adding a html element in the loading screen via the text property?