Does metronic 8 have a built-in fade-out option/attribute for the page loaders?
Hi,
Thank you for reaching out to us.
You can find available page loading options in our documentation at this link.
For available spinner options, please check the Bootstrap documentation at this link.
Please let us know if you have any further questions on this topic or anything else.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
I've read the docs already but there is no option to add a fade out effect for the page loaders. I guess I'll have to add it separately.
Hi,
Sorry for the late reply.
Unfortunately, at the moment, we don't have such an example. You can achieve this by using CSS transitions to control the opacity of the loader screen.
transition: opacity 1s;