roavatar-renderer 1.3.3 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -49129,6 +49129,7 @@ class RBXRenderer {
|
|
|
49129
49129
|
RBXRenderer.loadingIcon.style.width = "24px";
|
|
49130
49130
|
RBXRenderer.loadingIcon.style.height = "24px";
|
|
49131
49131
|
RBXRenderer.loadingIcon.style.transition = "0.1s";
|
|
49132
|
+
RBXRenderer.loadingIcon.style.transitionProperty = "opacity";
|
|
49132
49133
|
RBXRenderer.loadingIconStyle = document.createElement("style");
|
|
49133
49134
|
RBXRenderer.loadingIconStyle.textContent = `
|
|
49134
49135
|
/*Loader source: https://cssloaders.github.io/ */
|