AlbumFront

Developer
Size
3,100 Kb
Views
10,120

How do I make an albumfront?

Https://soundcloud.com/user-565831773. What is a albumfront? How do you make a albumfront? This script and codes were developed by on 12 January 2023, Thursday.

AlbumFront Previews

AlbumFront - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>albumFront</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="album"></div>
<div class="sndcld"></div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

AlbumFront - Script Codes CSS Codes

@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import url("https://fonts.googleapis.com/css?family=Orbitron");
@import url("https://fonts.googleapis.com/css?family=Julius+Sans+One");
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
.album { cursor: pointer; height: 600px; width: 600px; word-wrap: break-word; overflow: hidden; padding: 20px; padding-top: 0px; padding-right: 05px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #222; font-family: 'Press Start 2P', cursive; font-size: 29px;
}
.wstd { -webkit-animation-name: wstd; animation-name: wstd; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;
}
@-webkit-keyframes wstd { 0% { opacity: 0; } 50% { opacity: 100; } 100% { opacity: 0; }
}
@keyframes wstd { 0% { opacity: 0; } 50% { opacity: 100; } 100% { opacity: 0; }
}

AlbumFront - Script Codes JS Codes

function openInNewTab(url) { var win = window.open(url, '_blank'); win.focus(); }
$( document ).ready(function($){ var album = $('.album'); var bg = ''; var hueStep = 3; var hueStart=300; var alpha = 0.1; var stringa = 'lynx'.repeat(5); var alphaStep = 0.1; var tohalf = 11; String.prototype.repeat= function(n){ n= n || 1; return Array(n+1).join(this); } for(var i = 0;i<tohalf;i++){ bg+='<span class="text" style="color:hsla('+((i*hueStep)+hueStart)+', 96%, 52%, '+alpha+');">'+stringa+'</span>'; alpha+=alphaStep; } alpha+=alphaStep; for(var i = tohalf;i<tohalf*2;i++){ bg+='<span class="text" style="color:hsla('+((i*hueStep)+hueStart)+', 96%, 52%, '+alpha+');">'+stringa+'</span>'; alpha-=alphaStep; } album.html(bg); $('.text:eq(15)').html('<span class="text" style="color:'+$('.text:eq(15)').css("color")+'">lynx: </span><span class="wstd" style="color:hsla(181, 92%, 100%, 0.8)">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wstd </span>'); album.on('click', (e)=>{ openInNewTab('https://soundcloud.com/user-565831773') });
});
AlbumFront - Script Codes
AlbumFront - Script Codes
Home Page Home
Developer
Username oneplusuniverse
Uploaded January 12, 2023
Rating 3
Size 3,100 Kb
Views 10,120
Do you need developer help for AlbumFront?

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!

(oneplusuniverse) Script Codes
Create amazing art & images 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!