jankuss / shroom

Room Rendering Engine for Retros
https://jankuss.github.io/shroom/docs
GNU Lesser General Public License v3.0
62 stars 28 forks source link

Add loading avatar #114

Closed fp07 closed 3 years ago

fp07 commented 3 years ago

When avatars are loading, add the loading avatar style, for example when http requests are pending for the avatar look. loading-avatar

fp07 commented 3 years ago

This is useful when you enter an room with 500 avatars for example. Not all are going to load at the same time. We can preload this assets.

jankuss commented 3 years ago

There already is the avatar loading style. It has been added in version 0.3.0.

fp07 commented 3 years ago

Thanks for your response. Keep up :)