Skip to content

Commit

Permalink
Create bgzy.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ninocamdzic committed Feb 14, 2016
1 parent ba202f4 commit 9896f68
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions css/bgzy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/**
* bgzy.js vX.X.X
*
* Copyright(c) Nino Camdzic 2016
* Released under MIT license.
*/
.bgzy .bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1.0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}

.bgzy .ticker {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 5px;
background-color: rgba(255,255,255,0.5);
}

.bgzy .ticker.transition {
transition-property: width;
}

.bgzy .ticker.transition.trigger {
width: 0;
}

0 comments on commit 9896f68

Please sign in to comment.