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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. 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/ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roavatar-renderer",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "A renderer for Roblox avatars, used by the RoAvatar extension.",
5
5
  "author": "steinan",
6
6
  "type": "module",