HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!-- Ui inspired from this : https://dribbble.com/shots/1044569-Music-Player-Concept -->
<div id="backgroundGradientTransition"></div>
<div id="backgroundGradient"></div>
<div id="player">
<div id="vinyl">
<div id="disc"></div>
<div id="timer">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg id="svg4203" height="32.185mm" width="33.339mm" version="1.1"viewBox="0 0 33.338757 32.184547">
<g id="layer1" transform="translate(.031909 .39310)">
<path id="total-timer" style="color-rendering:auto;text-decoration-color:#000000;color:#000000;font-variant-numeric:normal;shape-rendering:auto;solid-color:#000000;stroke:#232323;text-decoration-line:none;stroke-width:.79005;fill:#232323;font-variant-position:normal;mix-blend-mode:normal;block-progression:tb;font-feature-settings:normal;shape-padding:0;font-variant-alternates:normal;text-indent:0;font-variant-caps:normal;image-rendering:auto;white-space:normal;text-decoration-style:solid;font-variant-ligatures:none;isolation:auto;stroke-linecap:round;text-transform:none" d="m16.638 0.0019233c-2.815 0-5.6302 0.72765-8.1517 2.1835-4.775 2.7568-7.8131 7.7296-8.1228 13.194 0 0.93263 1.3916 0.96025 1.4276 0 0.31027-4.977 3.0165-9.5095 7.3708-12.023 4.6271-2.6714 10.325-2.6714 14.952 0 4.3543 2.5139 7.0601 7.0465 7.3704 12.023 0 0.94918 1.4276 0.96035 1.4276 0-0.311-5.465-3.349-10.438-8.124-13.195-2.521-1.4554-5.336-2.1831-8.151-2.1831z"/>
<path id="timer-dash"
transform="scale(-1)"
style="font-variant-ligatures:none;font-variant-caps:normal;font-variant-numeric:normal;opacity:1;fill:none;fill-opacity:0.57034218;stroke:#cdcdcd;stroke-width:1.34621394;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0 49;stroke-dashoffset:0;stroke-opacity:1; pointer-events: none;"
d="m -1.0605774,-16.198862 c 0,5.565088 -2.9689391,10.7074411 -7.7884466,13.489985 -4.819508,2.78254381 -10.757386,2.78254366 -15.576893,-4e-7 -4.819507,-2.7825442 -7.788446,-7.9248976 -7.788446,-13.4899856" />
</g>
</svg>
</div>
</div>
<div id="cover">
<img id="album" src="http://bloo.ovh/music-player/img/Seether.jpeg"/>
</div>
<div id="playlist">
</div>
<div id="infos">
<div id="title">Walk Away From The Sun</div>
<div id="artist">Seether</div>
</div>
<div id="buttons">
<div id="playlistLink"></div>
<div src="arrow.png" class="previous"><p>‹</p></div>
<div src="arrow.png" class="next"><p>›</p></div>
<div id="playPause"><p>▸</p></div>
<label for="volumeCheckbox" id="volume">
<input id="volumeCheckbox" type="checkbox">
<input id="volumeSlider" type="range"></span>
</div>
</div>
</div>
</div>
<div>
<audio preload="auto" autobuffer id="audio0" type="audio/mpeg" src="http://bloo.ovh/music-player/songs/girls_in_hawaii-misses.mp3"></audio>
<audio preload="auto" autobuffer id="audio1" type="audio/mpeg" src="http://bloo.ovh/music-player/songs/Walk_Away_From_The_Sun.mp3"></audio>
<audio preload="auto" autobuffer id="audio2" type="audio/mpeg" src="http://bloo.ovh/music-player/songs/The_Fifth_Guardian_-_Interlude.mp3"></audio>
</div>
$sizeMusicPlayer : 200px;
$dark : #503F45;
$light : #E0D9C6;
html, body {
height: 100%;
}
@keyframes rotate {
from {transform: rotate(0deg); }
to {transform: rotate(359deg); }
}
.rotateDisc {
animation-name: rotate;
animation-duration: 2.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.show0 {
transform: rotateY(0deg) !important;
}
.show90 {
transform: rotateY(-90deg) !important;
}
body {
margin: 0px;
padding: 0px;
font-family: Ubuntu, sans;
font-size: 18px;
transition: all 0.3s;
a {
text-decoration: none;
color: inherit;
}
img {
max-height: 100%;
max-width: 100%;
}
#backgroundGradient,
#backgroundGradientTransition {
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
transition: all 0.5s;
}
#backgroundGradient {
background: radial-gradient(#E0D9C6, #4B3A40);
}
#player {
position: absolute;
top: 50%; left: 50%;
width: $sizeMusicPlayer;
height: $sizeMusicPlayer;
margin: -165px 0 0 -112px;
#vinyl {
position: absolute;
top: 8px; left: 0px;
transition: all 0.8s;
#disc {
position: absolute;
top: 0; left: 12px;
width: $sizeMusicPlayer;
height: $sizeMusicPlayer;
background: url('http://bloo.ovh/music-player/img/vinyl.png') no-repeat;
}
#timer {
position: absolute;
top: 38px; left: 49px;
transform: rotate(90deg);
}
#total-timer {
cursor: pointer;
}
#timer-dash {
transition: stroke-dasharray 1s linear;
}
}
#cover {
width: 100%;
height: 100%;
border: 8px solid #F1F1F1;
box-shadow: 0px 5px 5px rgba(0,0,0,.2);
transform: rotateY(0deg);
background: white;
backface-visibility: hidden;
opacity: 1;
transition: transform 0.5s;
}
#playlist {
position: absolute;
top: 0; left: 0;
width: 190px; height: 190px;
border: 12px solid #333333;
padding: 6px;
background: #F1F1F1;
transform: rotateY(-179.9deg);
box-shadow: 0px 5px 15px rgba(0,0,0,.2);
backface-visibility: hidden;
transition: all 0.5s;
p {
margin: 0;
padding: 2px 4px 3px;
font-size: 10px;
text-shadow: 0 1px 1px white;
border-bottom: 1px solid rgba(0,0,0,.1);
cursor: pointer;
&:last-child {
border: none;
}
}
span {
color: #3B4545;
}
.active {
color: #557778;
}
}
#infos {
margin: 15px 0 0 12px;
text-shadow: 0 0 2px rgba(0,0,0,.2);
position: relative;
#title {
color: #333333;
font-size: 13px;
font-weight: bold;
text-align: center;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
transition: all 0.3s;
}
#artist {
color: #3A4E55;
font-size: 11px;
text-align: center;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
transition: all 0.3s;
}
}
#buttons {
position: relative;
margin-top: 30px;
width: 200px;
#playPause {
position: absolute;
top: 0; left: 85px;
width: 40px; height: 40px;
border-radius: 50%;
border-top: 2px solid white;
background: linear-gradient(to top, #E5E0DD, #FBF9F3);
box-shadow: 0 2px 5px rgba(0,0,0,.3);
cursor: pointer;
transition: all 0.2s;
p {
display:inline-block;
margin: 5px 0 0 16px;
transform:scale(1,1.5); /* W3C */
-webkit-transform:scale(1,1.5); /* Safari and Chrome */
-moz-transform:scale(1,1.5); /* Firefox */
-ms-transform:scale(1,1.5); /* IE 9 */
-o-transform:scale(1,1.5); /* Opera */
color: rgba(255,255,255,.3);
font-size: 20px;
font-weight: bold;
text-shadow: 1px 4px 6px #E5E0DD, 0 0 0 rgba(black,.5), 1px 4px 6px #E5E0DD;
}
&:active {
margin-top: 1px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
}
.previous {
position: absolute;
top: 5px; left: 65px;
width: 30px; height: 30px;
border-radius: 50%;
border-top: 2px solid white;
background: linear-gradient(to top, #E5E0DD, #FBF9F3);
box-shadow: 0 2px 5px rgba(0,0,0,.3);
cursor: pointer;
transition: all 0.2s;
p {
display:inline-block;
margin: 2px 0 0 8px;
color: rgba(255,255,255,.3);
font-size: 20px;
font-weight: bold;
text-shadow: 1px 4px 6px #E5E0DD, 0 0 0 rgba(black,.5), 1px 4px 6px #E5E0DD;
}
&:active {
margin-top: 1px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
}
.next {
position: absolute;
top: 5px; right: 55px;
width: 30px; height: 30px;
border-radius: 50%;
border-top: 2px solid white;
background: linear-gradient(to top, #E5E0DD, #FBF9F3);
box-shadow: 0 2px 5px rgba(0,0,0,.3);
cursor: pointer;
transition: all 0.2s;
p {
display:inline-block;
margin: 2px 0 0 15px;
color: rgba(255,255,255,.3);
font-size: 20px;
font-weight: bold;
text-shadow: 1px 4px 6px #E5E0DD, 0 0 0 rgba(black,.5), 1px 4px 6px #E5E0DD;
}
&:active {
margin-top: 1px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
}
#playlistLink {
position: absolute;
top: 10px; left: 0px;
width: 20px; height: 20px;
border-radius: 50%;
background: linear-gradient(to top, #E5E0DD, #FBF9F3);
box-shadow: 0 2px 5px rgba(0,0,0,.3);
cursor: pointer;
transition: all 0.2s;
&::before {
position: relative;
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: url("http://bloo.ovh/music-player/img/playlist.png") no-repeat 5px 5px;
vertical-align: middle;
}
}
#volume {
position: absolute;
top: 10px; right: -12px;
width: 20px; height: 20px;
border-radius: 50%;
background: linear-gradient(to top, #E5E0DD, #FBF9F3);
box-shadow: 0 2px 5px rgba(0,0,0,.3);
cursor: pointer;
transition: all 0.2s;
&::before {
position: relative;
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: url("http://bloo.ovh/music-player/img/volume.png") no-repeat 5px 4px;
vertical-align: middle;
}
input[type=checkbox] {
position: absolute;
left: -9999px;
}
input[type=range] {
-webkit-appearance: none;
width: 42px;
margin: -120px 0 0 -13px;
vertical-align: middle;
background: none;
transform: rotate(-90deg);
display: none;
}
input[type=checkbox]:checked ~ input[type=range] {
display: inline-block;
}
// BARRE
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 6px;
cursor: pointer;
background: linear-gradient(to bottom, #E6E6E6, #fff);
border-radius: 3px;
border: none;
box-shadow: 0 0 1px rgba(0,0,0,.6) inset;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 6px;
cursor: pointer;
background: linear-gradient(to bottom, #E6E6E6, #fff);
border-radius: 3px;
border: none;
box-shadow: 0 0 1px rgba(0,0,0,.6) inset;
}
// POINTER
/* WebKit */
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 6px;
width: 20px;
margin: 0px !important;
border-radius: 3px;
border: 1px solid rgba(0,0,0,.4);
background: #bcbcbc;
cursor: pointer;
}
/* Firefox */
input[type=range]::-moz-range-thumb {
height: 4px;
width: 20px;
border-radius: 3px;
border: 1px solid rgba(0,0,0,.4);
background: #bcbcbc;
cursor: pointer;
top: 0px;
left: 0px;
}
}
#time {
position: absolute;
top: 16px;
right: -12px;
color: #3A4E55;
font-size: 11px;
text-align: right;
transition: all 0.5s;
}
span {
color: #333;
font-weight: bold;
font-size: 13px;
}
}
}
}
"use strict";
$(document).ready(function() {
var songs = [
{
"title": "Misses",
"artist": "Girls in Hawaii",
"cover": "http://bloo.ovh/music-player/img/Girls in Hawaii.jpeg",
"num": "0",
"darkColor": "#3A4E55",
"lightColor": "#F2F2F2"
},
{
"title": "Walk Away From The Sun",
"artist": "Seether",
"cover": "http://bloo.ovh/music-player/img/Seether.jpeg",
"num": "1",
"darkColor": "#4B3A40",
"lightColor": "#E0D9C6"
},
{
"title": "The Fifth Guardian, Interlude",
"artist": "Epica",
"cover": "http://bloo.ovh/music-player/img/Epica.jpeg",
"num": "2",
"darkColor": "#231F16",
"lightColor": "#FFF8E8"
}
];
var nbSongs = songs.length;
var currentSong = 0;
var dashLength = 49;
var audio = null;
var timer = null;
function init() {
// Chargement de la playlist
for (var i=0; i<songs.length; i++) {
$("<p>").html(songs[i].title + " · " + songs[i].artist).appendTo($("#playlist"));
}
$("#playlist p:first-child").addClass("active");
// Chargement de la première musique
loadSong(1);
pause();
$("#volumeSlider").change();
// Playlist
$("#playlist p").click(function() {
loadSong($(this).index());
hidePlaylist();
});
// Rotation du disque
$("#disc").addClass("rotateDisc");
$("#playPause").on("click", function() {
if (audio.paused) on();
else pause();
});
$(".previous").on("click", function() {
nextSong(-1);
});
$(".next").on("click", function() {
nextSong(1);
});
$("#total-timer").click(function(e) {
// Coordonnées du centre du cercle
var posElement = $("#total-timer").offset();
var left = parseInt(posElement.left+12);
var top = parseInt(posElement.top) + 136/2;
console.log(posElement);
var dx = e.pageX - left;
var dy = e.pageY - top;
console.log("dx: "+ dx + " - dy: " + dy);
// On récupère l'angle
var angleRad = Math.atan2(dx, dy);
var angle = angleRad * 180 / Math.PI;
// On va au bon endroit dans la musique
audio.currentTime = (180 - angle)/180 * audio.duration;
console.log((180 - angle)/180 * audio.duration);
});
$("#playlistLink").click(function() {
if ($("#cover").hasClass("show90"))
hidePlaylist();
else showPlaylist();
});
// Son
$("#volumeSlider").on("change mousemove", function() {
audio.volume = ($(this).get(0).value / 100).toFixed(2);
});
}
function loadSong(num) {
currentSong = num;
if (audio !== null) audio.pause();
audio = $("#audio"+num).get(0);
on(0);
audio.volume = ($("#volumeSlider").get(0).value / 100).toFixed(2);
$("#album").attr("src", songs[currentSong].cover);
setTimeout( function(){
// Infos
$("#title").html(songs[currentSong].title);
$("#artist").html(songs[currentSong].artist);
$("#playlist p").removeClass("active");
$("#playlist p span").remove();
$("#playlist p:eq("+currentSong+")").addClass("active");
// Style
$("#playlist p").css("color", "#231f16");
$("#playlist p.active").css("color", songs[currentSong].darkColor);
$("#playlist p.active").html("<span>▸</span> " + $("#playlist p.active").html());
$("#artist").css("color", songs[currentSong].darkColor);
changeBackground();
}, 300);
}
function changeBackground() {
var bg = $("#backgroundGradient");
$("#backgroundGradientTransition").css("background", "radial-gradient("+songs[currentSong].lightColor+","+songs[currentSong].darkColor+")");
bg.css("opacity", "0");
setTimeout( function(){
bg.css("background", "radial-gradient("+songs[currentSong].lightColor+","+songs[currentSong].darkColor+")");
bg.css("opacity", "1");
}, 500);
}
function showPlaylist() {
// On rentre le CD
animateVinyl(0);
// On tourne la pochette
setTimeout( function(){
$("#disc").css("opacity", "0");
$("#timer").css("opacity", "0");
},600);
setTimeout( function(){
$("#cover").addClass("show90");
}, 600);
// On affiche la playlist
setTimeout( function(){
$("#playlist").addClass("show0");
},900);
}
function hidePlaylist() {
// On cache la playlist
$("#playlist").removeClass("show0");
// On tourne la pochette
setTimeout( function(){
$("#cover").removeClass("show90");
}, 200);
setTimeout( function(){
$("#disc").css("opacity", "1");
$("#timer").css("opacity", "1");
}, 700);
// On sort le CD
if (!audio.paused) {
setTimeout( function(){
animateVinyl("50%");
},800);
}
}
function animateVinyl(direction) {
$("#vinyl").css({
"left": direction,
"transition": "all 0.8s"
});
}
function on(start) {
animateVinyl("50%");
if (start !== undefined && audio.currentTime !== start)
audio.currentTime = start;
audio.play();
$("#playPause p").html("=").css({
"transform": "rotate(90deg) scale(1,1.5)",
"margin": "8px 0 0 18px"
});
// MAJ du temps
if (timer) clearInterval(timer);
timer = setInterval(updateTime, 1000);
audio.removeEventListener("ended", off);
audio.addEventListener("ended", off);
}
function pause() {
animateVinyl(0);
audio.pause();
$("#playPause p").html("▸").css({
"transform": "rotate(0deg) scale(1,1.5)",
"margin": "6px 0 0 16px"
});
if (timer) clearInterval(timer);
timer = null;
}
function off() {
pause();
nextSong(1);
$("#timer-dash").css("stroke-dasharray", 0 + " " + (dashLength));
$("#disc").css("transform", "rotate(0deg)");
}
function nextSong(direction) {
currentSong = (currentSong + direction + nbSongs) % nbSongs;
loadSong(currentSong);
}
function updateTime() {
var ratio = 49 * audio.currentTime / audio.duration;
$("#timer-dash").css("stroke-dasharray", ratio + " " + (dashLength - ratio));
}
init();
});
Also see: Tab Triggers