I have this site that loads iframes from different sites. I'd like to put a pre-loader that occupies the whole page for a definite time, like 10 seconds, etc... not when just the page finished loading.
The plan is like to put a pre-loader for 10 seconds and make it disappear. Ignoring whether the iframes finished loading or not.
Codes I've seen only gives something like
100% {
opacity: 0;
}