There’s only one method I know you can use to achieve this;
Use these extension
-
https://community.kodular.io/t/floating-view-float-your-component-free/68308
-
https://community.kodular.io/t/f-os-image-loader-extension-for-image-loading-and-caching/69381
-
Check network speed read this thread:
https://community.kodular.io/t/can-we-check-internet-speed-is-there-any-way/60193/4
I’ll check if there’s an extension to detect internet speed, if there is I’ll link it up here.
Steps:
- Use two arrangement, the first arrangement will be where you will load the image link using image loading and caching extension. The second arrangement will be the arrangement you’ll overlap on the loaded image i.e the first arrangement. You’ll have to reduce the transparency of the second arrangement. Refer to colorhunt.com select the color you want, past and reduce the transparency.
- Now to use with internet speed what you have to do is to overlap the second arrangement on the first arrangement. Now you check if internet speed is fast if true set the second arrangement visible to false and if false set the visibility of second arrangement to true.
I hope this helps. If there’s any other way, wait for others to reply.