Gradiance 2

Size
3,931 Kb
Views
44,528

How do I make an gradiance 2?

Animated Gradient Background. If animation seems glitchy, please view without iframes: http://s.codepen.io/tmrDevelops/debug/qENbLZ? . What is a gradiance 2? How do you make a gradiance 2? This script and codes were developed by Tiffany Rayside on 13 June 2022, Monday.

Gradiance 2 Previews

Gradiance 2 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Gradiance 2</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(http://fonts.googleapis.com/css?family=Montserrat:700);
body { background-color:#000; overflow:hidden;
}
h1 { position: absolute; width: 100%; text-align: center; top: 48vh; color:hsla(360, 45%, 95%, .9); font-family: 'Montserrat', sans-serif; letter-spacing: .8em; font-size:2vw; font-weight: normal; opacity: .2; text-transform: uppercase; text-shadow: hsla(0, 45%, 5%, .3) 0 0 1px, hsla(360, 55%, 95%, .3) 0 -1px 2px, hsla(0, 45%, 5%, .3) 0 -1px 2px, hsla(360, 55%, 95%, .3) 0 20px 15px;
}
h3 { position: absolute; width: 100%; text-align: center; bottom:2em; color:hsla(360, 45%, 95%, .9); font-family: 'Montserrat', sans-serif; letter-spacing: .8em; font-size:1vw; font-weight: normal; opacity: .2; text-transform: uppercase; text-shadow: hsla(0, 45%, 5%, .3) 0 0 1px, hsla(360, 55%, 95%, .3) 0 -1px 2px, hsla(0, 45%, 5%, .3) 0 -1px 2px, hsla(360, 55%, 95%, .3) 0 20px 15px;
}
a{ text-decoration:none;
}
@keyframes fade_text { 0% { opacity:1;} 10% { opacity:.8; } 25% { opacity .5; } 50% { opacity:.3; } 65% { opacity:.5; } 90% { opacity: .8; } 100% { opacity:1; }
}
@-o-keyframes fade_text{ 0% { opacity:1;} 10% { opacity:.8; } 25% { opacity .5; } 50% { opacity:.3; } 65% { opacity:.5; } 90% { opacity: .8; } 100% { opacity:1; }
}
@-moz-keyframes fade_text{ 0% { opacity:1;} 10% { opacity:.8; } 25% { opacity .5; } 50% { opacity:.3; } 65% { opacity:.5; } 90% { opacity: .8; } 100% { opacity:1; }
}
@-webkit-keyframes fade_text{ 0% { opacity:1;} 10% { opacity:.8; } 25% { opacity .5; } 50% { opacity:.3; } 65% { opacity:.5; } 90% { opacity: .8; } 100% { opacity:1; }
}
.text_fade{ -webkit-animation: fade_text 8s infinite ease-in; -moz-animation: fade_text 8s infinite ease-in; -o-animation: fade_text 8s infinite ease-in; animation: fade_text 8s infinite ease-in;
}
div { position: absolute; width: .001vmin; height: .001vmin; border-radius: 50%; opacity: .25;
}
div:nth-child(2) { -webkit-box-shadow: 0 0 45vmax 45vmax #ff00ff; box-shadow: 0 0 45vmax 45vmax #ff00ff; -webkit-animation: hue 10s 0s linear infinite, move1 19s 0s linear infinite; animation: hue 10s 0s linear infinite, move1 19s 0s linear infinite;
}
div:nth-child(3) { -webkit-box-shadow: 0 0 45vmax 45vmax #ffffff; box-shadow: 0 0 45vmax 45vmax #ffffff; -webkit-animation: hue 15s 0s linear infinite, move2 25s 0s linear infinite; animation: hue 15s 0s linear infinite, move2 25s 0s linear infinite;
}
div:nth-child(4) { -webkit-box-shadow: 0 0 45vmax 45vmax #00ffff; box-shadow: 0 0 45vmax 45vmax #00ffff; -webkit-animation: hue 20s 0s linear infinite, move3 15s 0s linear infinite; animation: hue 20s 0s linear infinite, move3 15s 0s linear infinite; opacity: .2;
}
@-webkit-keyframes
hue { 0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg);
} 100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg);
}
}
@keyframes
hue { 0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg);
} 100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg);
}
}
@-webkit-keyframes
move1 { 0% { top: 0vh; left: 50vw;
} 25% { left: 0vw;
} 50% { top: 100vh;
} 75% { left: 100vw;
} 100% { top: 0vh; left: 50vw;
}
}
@keyframes
move1 { 0% { top: 0vh; left: 50vw;
} 25% { left: 0vw;
} 50% { top: 100vh;
} 75% { left: 100vw;
} 100% { top: 0vh; left: 50vw;
}
}
@-webkit-keyframes
move2 { 0% { top: 50vh; left: 100vw;
} 25% { top: 100vh;
} 50% { left: 0vw;
} 75% { top: 0vh;
} 100% { top: 50vh; left: 100vw;
}
}
@keyframes
move2 { 0% { top: 50vh; left: 100vw;
} 25% { top: 100vh;
} 50% { left: 0vw;
} 75% { top: 0vh;
} 100% { top: 50vh; left: 100vw;
}
}
@-webkit-keyframes
move3 { 0% { top: 100vh; left: 50vw;
} 25% { left: 100vw;
} 50% { top: 0vh;
} 75% { left: 0vw;
} 100% { top: 100vh; left: 50vw;
}
}
@keyframes
move3 { 0% { top: 100vh; left: 50vw;
} 25% { left: 100vw;
} 50% { top: 0vh;
} 75% { left: 0vw;
} 100% { top: 100vh; left: 50vw;
}
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <body>
<h1 class = 'text_fade '>Animated Gradient Background</h1> <h3 class = 'text_fade '> <a href='http://codepen.io/tmrDevelops/pen/YPqLEp'>View Gradience Buttons</a> </h3>
<div></div>
<div></div>
<div></div>
</body> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Gradiance 2 - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Montserrat:700);
body { background-color:#000; overflow:hidden;
}
h1 { position: absolute; width: 100%; text-align: center; top: 48vh; color:hsla(360, 45%, 95%, .9); font-family: 'Montserrat', sans-serif; letter-spacing: .8em; font-size:2vw; font-weight: normal; opacity: .2; text-transform: uppercase; text-shadow: hsla(0, 45%, 5%, .3) 0 0 1px, hsla(360, 55%, 95%, .3) 0 -1px 2px, hsla(0, 45%, 5%, .3) 0 -1px 2px, hsla(360, 55%, 95%, .3) 0 20px 15px;
}
h3 { position: absolute; width: 100%; text-align: center; bottom:2em; color:hsla(360, 45%, 95%, .9); font-family: 'Montserrat', sans-serif; letter-spacing: .8em; font-size:1vw; font-weight: normal; opacity: .2; text-transform: uppercase; text-shadow: hsla(0, 45%, 5%, .3) 0 0 1px, hsla(360, 55%, 95%, .3) 0 -1px 2px, hsla(0, 45%, 5%, .3) 0 -1px 2px, hsla(360, 55%, 95%, .3) 0 20px 15px;
}
a{ text-decoration:none;
}
@keyframes fade_text { 0% { opacity:1;} 10% { opacity:.8; } 25% { opacity .5; } 50% { opacity:.3; } 65% { opacity:.5; } 90% { opacity: .8; } 100% { opacity:1; }
}
@-o-keyframes fade_text{ 0% { opacity:1;} 10% { opacity:.8; } 25% { opacity .5; } 50% { opacity:.3; } 65% { opacity:.5; } 90% { opacity: .8; } 100% { opacity:1; }
}
@-moz-keyframes fade_text{ 0% { opacity:1;} 10% { opacity:.8; } 25% { opacity .5; } 50% { opacity:.3; } 65% { opacity:.5; } 90% { opacity: .8; } 100% { opacity:1; }
}
@-webkit-keyframes fade_text{ 0% { opacity:1;} 10% { opacity:.8; } 25% { opacity .5; } 50% { opacity:.3; } 65% { opacity:.5; } 90% { opacity: .8; } 100% { opacity:1; }
}
.text_fade{ -webkit-animation: fade_text 8s infinite ease-in; -moz-animation: fade_text 8s infinite ease-in; -o-animation: fade_text 8s infinite ease-in; animation: fade_text 8s infinite ease-in;
}
div { position: absolute; width: .001vmin; height: .001vmin; border-radius: 50%; opacity: .25;
}
div:nth-child(2) { -webkit-box-shadow: 0 0 45vmax 45vmax #ff00ff; box-shadow: 0 0 45vmax 45vmax #ff00ff; -webkit-animation: hue 10s 0s linear infinite, move1 19s 0s linear infinite; animation: hue 10s 0s linear infinite, move1 19s 0s linear infinite;
}
div:nth-child(3) { -webkit-box-shadow: 0 0 45vmax 45vmax #ffffff; box-shadow: 0 0 45vmax 45vmax #ffffff; -webkit-animation: hue 15s 0s linear infinite, move2 25s 0s linear infinite; animation: hue 15s 0s linear infinite, move2 25s 0s linear infinite;
}
div:nth-child(4) { -webkit-box-shadow: 0 0 45vmax 45vmax #00ffff; box-shadow: 0 0 45vmax 45vmax #00ffff; -webkit-animation: hue 20s 0s linear infinite, move3 15s 0s linear infinite; animation: hue 20s 0s linear infinite, move3 15s 0s linear infinite; opacity: .2;
}
@-webkit-keyframes
hue { 0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg);
} 100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg);
}
}
@keyframes
hue { 0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg);
} 100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg);
}
}
@-webkit-keyframes
move1 { 0% { top: 0vh; left: 50vw;
} 25% { left: 0vw;
} 50% { top: 100vh;
} 75% { left: 100vw;
} 100% { top: 0vh; left: 50vw;
}
}
@keyframes
move1 { 0% { top: 0vh; left: 50vw;
} 25% { left: 0vw;
} 50% { top: 100vh;
} 75% { left: 100vw;
} 100% { top: 0vh; left: 50vw;
}
}
@-webkit-keyframes
move2 { 0% { top: 50vh; left: 100vw;
} 25% { top: 100vh;
} 50% { left: 0vw;
} 75% { top: 0vh;
} 100% { top: 50vh; left: 100vw;
}
}
@keyframes
move2 { 0% { top: 50vh; left: 100vw;
} 25% { top: 100vh;
} 50% { left: 0vw;
} 75% { top: 0vh;
} 100% { top: 50vh; left: 100vw;
}
}
@-webkit-keyframes
move3 { 0% { top: 100vh; left: 50vw;
} 25% { left: 100vw;
} 50% { top: 0vh;
} 75% { left: 0vw;
} 100% { top: 100vh; left: 50vw;
}
}
@keyframes
move3 { 0% { top: 100vh; left: 50vw;
} 25% { left: 100vw;
} 50% { top: 0vh;
} 75% { left: 0vw;
} 100% { top: 100vh; left: 50vw;
}
}

Gradiance 2 - Script Codes JS Codes

/*See Gradiance Buttons Here: http://codepen.io/tmrDevelops/pen/YPqLEp
*Life's Not Complete Without Art. (expand your editor ;) _(,__ __), (_,d888888888b,d888888888b d888888888888/888888888888b_) (_8888888P'""'`TMR`'""'"Y88888b Y8888P.-' ` '-.Y8888b_) ,_Y88P (_(_( )_)_) d88Y_, Y88b, (o ) (o ) d8888P `Y888 '-' '-' `88Y` ,d/O\ c /O\b, \_/'.,______w______,.'\_/ .-` `-. / , d88b d88b_ \ / / 88888bd88888`\ \ / / \ Y88888888Y \ \ \ \ \ 88888888 / / `\ `. \d8888888b, /\\/ `.//.d8888888888b; | |/d888888888888b/ d8888888888888888b ,_d88p""q88888p""q888b, `""'`\ "`| /`'""` `. |===/ > | | / | | | | | | Y / \ / / | /| / / / / | /=/ |=/ `"` `"`
|Betty Boop|
*/
Gradiance 2 - Script Codes
Gradiance 2 - Script Codes
Home Page Home
Developer Tiffany Rayside
Username tmrDevelops
Uploaded June 13, 2022
Rating 4.5
Size 3,931 Kb
Views 44,528
Do you need developer help for Gradiance 2?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tiffany Rayside (tmrDevelops) Script Codes
Name
Moirai
Spider Spring
Labyrinth
Legions
Omega Centauri
Liquid Lights
Retro Fractal
Transference
Fav Wave
Curvature
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!