1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-02 23:17:57 +00:00
now-playing/assets/scss/5-modules/glitch.scss

28 lines
518 B
SCSS
Raw Normal View History

2019-11-27 17:06:26 +00:00
//
// (TEXT) PARAMS
// =================
// 1. Namespace
// 2. Intensity
// 3. Text color
// 4. Background color (flat)
// 5. Highlight #1 color
// 6. Highlight #2 color
// 7. Width (px)
// 8. Height (px)
//
.glitch,
.glitch--hover:hover {
position: relative;
@include textGlitch("glitchText", 50, $color-bg-head, red, blue, 9999, 100);
}
.glitch:nth-child(2)::after,
.glitch--hover:hover:nth-child(2)::after,
.glitch:nth-child(2)::before,
.glitch--hover:hover:nth-child(2)::before {
animation-delay: .3s;
}