Jihye's records
[softy-pinko] JS loader
[softy pinko] JS: loader
Date: Apr 11, 2021
-
HTML
- Add full size div for loader.
-
CSS
-
.loader {
position: fixed;
z-index: 101;
width: 100%;
height: 100%;
background: linear-gradient(127deg, #a759d1 0%, #8261ee 91%);
transition: background 350ms ease-in-out;
}
-
-
JS
- Use animate function for loader.
- When window is loaded, loader call animate function.
- Keyframes: from opacity: 1 to opacity: 0
- Option: duration: 1000, easing: ‘ease-out’
-
4/11 github commit
https://github.com/wijihye/Web-Designs/commit/07fc257b765f9e2f3532fc410cf35deb59756c50