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.
<svg height="0" width="0">
<symbol id="twitter" viewBox="0 0 800 800">
<path d="M679 239s-21 34-55 57c7 156-107 329-314 329-103 0-169-50-169-50s81 17 163-45c-83-5-103-77-103-77s23 6 50-2c-93-23-89-110-89-110s23 14 50 14c-84-65-34-148-34-148s76 107 228 116c-22-121 117-177 188-101 37-6 71-27 71-27s-12 41-49 61c30-2 63-17 63-17z"/>
</symbol>
<symbol id="dribble" viewBox="0 0 800 800">
<path d="M400 665c-146 0-265-119-265-265s119-265 265-265 265 119 265 265-119 265-265 265zm223-229s-69-22-140-9c30 81 43 161 43 161s82-49 97-152zM488 609s-15-90-48-172c-132 44-179 142-179 142s96 83 227 30zm-256-57c80-128 193-152 193-152s-12-27-19-39c-124 37-232 32-232 32s-8 87 58 159zm-54-198s102 2 210-28c-38-71-84-130-84-130-107 49-126 158-126 158zm169-174s50 65 85 134c84-31 118-83 118-83s-76-78-203-51zm102 167c6 11 20 44 20 44s64-11 157 7c0-85-51-141-51-141s-38 55-126 90z"/>
</symbol>
<symbol id="codepen" viewBox="0 0 800 800">
<path d="M140 482V320q0-10 10-18l238-158q12-8 24 0l238 158q9 6 10 19v158q0 10-10 19L412 656q-12 8-24 0L150 497q-9-6-10-15zm282-278v104l97 65 78-52zm-44 104V204L203 321l78 52zm-193 54v75l56-37zm193 234V492l-97-65-78 52zm22-143l79-53-79-53-79 53zm22 143l175-117-78-52-97 64v105zm193-159v-75l-56 38z"/>
</symbol>
</svg>
<div class="slider-content">
<div class="header-wrapper">
<div class="header">
<div class="menu-wrapper">
<div class="menu-hamburger"></div>
</div>
<div class="nav-wrapper">
<nav>
<ul>
<li>Log In</li>
<li>Sign Up</li>
<li>Bag €0</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="slider-wrapper">
<div class="slider-container">
<div class="control-nav">
<ul>
<li class="active"><span class="line"></span><span class="number">1</span></li>
<li><span class="line"></span><span class="number">2</span></li>
<li><span class="line"></span><span class="number">3</span></li>
<li><span class="line"></span><span class="number">4</span></li>
</ul>
</div>
<div class="lines-wrapper">
<div class="croses">
<span>+</span>
<span>+</span>
<span>+</span>
<span>+</span>
</div>
<span class="vertical"></span>
<span class="horizontal"></span>
<span class="horizontal"></span>
<span class="horizontal"></span>
<span class="horizontal"></span>
</div>
<div class="image-mask">
<img class="" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/karlie-kloss_copy.png" alt="" />
</div>
<div class="slide active red" data-order="1" data-color="#EE4654" data-img="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/karlie-kloss_copy.png">
<div class="fake-bg red"></div>
<canvas class="canvas" data-image="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/mask-karlie.jpg"></canvas>
<div class="slide-content ">
<div class="image-caption">
<span class="line"></span>
<span>Spring / Summer 2016</span>
</div>
<div class="title-background">
<span class="mask-wrap">
<span class="mask">Karlie</span>
</span>
<span class="mask-wrap">
<span class="mask">Kloss</span>
</span>
</div>
<div class="title-wrapper">
<h1>
<span class="mask-wrap">
<span class="mask">Karlie</span>
</span>
<span class="mask-wrap">
<span class="mask">Kloss</span>
</span>
</h1>
<span class="gallery">View gallery</span>
</div>
</div>
</div>
<div class="slide blue" data-order="2" data-color="#EE4654" data-img="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/aline-weber.png">
<div class="fake-bg blue"></div>
<canvas class="canvas" data-image="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/mask-aline.jpg"></canvas>
<div class="slide-content ">
<div class="image-caption">
<span class="line"></span>
<span>Fall / Winter 2016</span>
</div>
<div class="title-background">
<span class="mask-wrap">
<span class="mask">Aline</span>
</span>
<span class="mask-wrap">
<span class="mask">Weber</span>
</span>
</div>
<div class="title-wrapper">
<h1>
<span class="mask-wrap">
<span class="mask">Aline</span>
</span>
<span class="mask-wrap">
<span class="mask">Weber</span>
</span>
</h1>
<span class="gallery">View gallery</span>
</div>
</div>
</div>
<div class="slide green" data-order="3" data-color="#7ffe8e" data-img="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/miranda-kerr-color.png">
<div class="fake-bg green"></div>
<canvas class="canvas" data-image="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/mask-miranda.jpg"></canvas>
<div class="slide-content ">
<div class="image-caption">
<span class="line"></span>
<span>Spring / Summer 2015</span>
</div>
<div class="title-background">
<span class="mask-wrap">
<span class="mask">Miranda</span>
</span>
<span class="mask-wrap">
<span class="mask">Kerr</span>
</span>
</div>
<div class="title-wrapper">
<h1>
<span class="mask-wrap">
<span class="mask">Miranda</span>
</span>
<span class="mask-wrap">
<span class="mask">Kerr</span>
</span>
</h1>
<span class="gallery">View gallery</span>
</div>
</div>
</div>
<div class="slide grey" data-order="4" data-color="#bcbcbc" data-img="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/kate-moss-color.png">
<div class="fake-bg grey"></div>
<canvas class="canvas" data-image="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/mask-kate.jpg"></canvas>
<div class="slide-content ">
<div class="image-caption">
<span class="line"></span>
<span>Fall / Winter 2015</span>
</div>
<div class="title-background">
<span class="mask-wrap">
<span class="mask">Kate</span>
</span>
<span class="mask-wrap">
<span class="mask">Moss</span>
</span>
</div>
<div class="title-wrapper">
<h1>
<span class="mask-wrap">
<span class="mask">Kate</span>
</span>
<span class="mask-wrap">
<span class="mask">Moss</span>
</span>
</h1>
<span class="gallery">View gallery</span>
</div>
</div>
</div>
</div>
</div>
<div class="social-icons">
<ul>
<li><a href="https://twitter.com/mariosmaselli">
<svg id="twitter-icon">
<use xlink:href="#twitter"></use>
</svg>
</a></li>
<li><a href="https://dribbble.com/mariosmaselli">
<svg id="dribble-icon">
<use xlink:href="#dribble"></use>
</svg>
</a></li>
<li><a href="https://codepen.io/mariosmaselli/">
<svg id="codepen-icon">
<use xlink:href="#codepen"></use>
</svg>
</a></li>
</ul>
</div>
<div class="footer-wrapper">
<ul>
<li class="active box" data-id="1">
<div class="hover-box"></div>
<div class="box-content">
<span>spring/summer </span><span>collection</span>
</div>
</li>
<li class="box" data-id="2">
<div class="hover-box"></div>
<div class="box-content">
<span>fall/winter 2016 </span><span>collection</span>
</div>
</li>
<li class="box" data-id="3" >
<div class="hover-box"></div>
<div class="box-content">
<span>spring/summer 2015</span><span>collection</span>
</div>
</li>
<li class="box" data-id="4" >
<div class="hover-box"></div>
<div class="box-content">
<span>fall/winter 2015 </span><span>collection</span>
</div>
</li>
</ul>
</div>
</div>
@import 'https://fonts.googleapis.com/css?family=Montserrat';
@font-face {
font-family: Narziss;
src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/Narziss_Bold_Drops.woff2);
}
@font-face {
font-family: Narziss-medium;
src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/Narziss_Bold_Drops.woff2);
}
@mixin clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}
$red: #EE4654;
$black: #473243;
$blue: #6989E0;
$green: #6cd779;
$grey: #bcbcbc;
//.hide {display:none}
*, *::after,*::before{
box-sizing:border-box;
}
body, html{
background: transparent;
font-size:6px;
padding:4rem 2rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'Montserrat', sans-serif;
@media (min-width: 860px) {
font-size:8px;
padding:3rem 5rem;
}
@media (min-width: 1200px) {
font-size:10px;
padding:2rem 3rem;
}
}
.header-wrapper {
position:absolute;
top:0;
left:0;
width:100%;
padding:2rem 3rem 2rem;
z-index:999;
.header {
position:relative;
display:block;
width:100%;
height:6rem;
}
.menu-wrapper {
position:relative;
float:left;
display:block;
cursor:pointer;
width:2.5rem;
height:3rem;
right:0;
margin:0;
text-align:left;
@include clearfix;
}
.menu-hamburger {
position:relative;
width:1.4rem;
display:inline-block;
vertical-align:middle;
background:white;
height:1px;
cursor:pointer;
right:0;
top:1rem;
&::before {
content:"";
width:2.5rem;
height:1px;
background:white;
position:absolute;
top:-0.8rem;
left:0;
}
&::after {
content:"";
width:2rem;
height:1px;
background:white;
position:absolute;
top:0.8rem;
left:0;
}
}
.nav-wrapper {
position:relative;
float:right;
}
nav {
display:block;
font-size:1.2rem;
font-weight:bold;
line-height:1;
font-weight:700;
color:white;
ul {
padding:0;
display:block;
list-style:none;
@include clearfix;
}
li {
float:left;
margin:0 1.2rem;
&:last-child {
margin-left:0;
}
}
}
}
.lines-wrapper {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index: 999;
pointer-events:none;
span.vertical {
position:absolute;
height:1px;
width:100%;
background:white;
top:12%;
left:0;
z-index:1;
opacity:0.05;
}
.croses span{
color:white;
font-size:1rem;
position:absolute;
top:11%;
left:calc(20% - 2px);
&:nth-child(2){
left:calc(40% - 2px);
}
&:nth-child(3){
left:calc(60% - 2px);
}
&:nth-child(4){
left:calc(80% - 2px);
}
}
span.horizontal {
position:absolute;
width:1px;
height:100%;
background:white;
z-index:1;
left:20%;
opacity:0.05;
&:nth-child(2){
left:40%;
}
&:nth-child(3){
left:60%;
}
&:nth-child(4){
left:80%;
}
}
}
.slider-content {
position:relative;
max-width: 112rem;
min-width: 480px;
background:#fff;
margin: 0 auto;
.slider-container {
position:relative;
height: 70rem;
}
.slide-content {
position:absolute;
width:100%;
height:100%;
}
.slide {
position:absolute;
width:100%;
height:100%;
background-blend-mode:multiply;
background-size:auto 125%;
background-position: 0px -45px;
background-repeat:no-repeat;
opacity:0;
@include clearfix;
&.active {
opacity:1;
z-index:50;
}
&.next {
opacity:1;
}
&.red {
background-color: $red;
}
&.blue {
background-color: $blue;
}
&.green {
background-color: $green;
}
&.grey {
background-color: $grey;
}
}
.canvas {
position:absolute;
left:0;
top:0;
//opacity:0;
}
.fake-bg {
position:absolute;
width:100%;
height:100%;
background-blend-mode:multiply;
background-size:auto 125%;
background-position: 0px -45px;
background-repeat:no-repeat;
&.red {
background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/karlie-kloss.png);
background-color: $red;
}
&.blue {
background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/aline-weber_copy.png);
background-color: $blue;
}
&.green {
background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/miranda-kerr.png);
background-color: $green;
}
&.grey {
background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/kate-moss.png);
background-color: $grey;
}
}
.image-mask {
position:absolute;
width:100%;
top:0;
left:0;
height:125%;
overflow:hidden;
img {
position:absolute;
display:block;
width:auto;
height:100%;
top:-45px;
}
}
.mask-animation {
position:absolute;
width:100%;
height:100%;
top: 0rem;
left:-5rem;
// overflow:hidden;
img.clip {
width:100%;
clip-path: url(#svgPathBig);
}
}
.image-caption {
position:absolute;
color:white;
transform:rotate(-90deg);
top:20rem;
left:12rem;
font-size:1.3rem;
z-index:10;
clip: rect(0rem, 21rem, 12rem, 0px);
display:inline-block;
transition:all 0.3s ease;
&.mask-up {
clip: rect(0rem, 0rem, 12rem, 0px);
}
&.mask-down {
clip: rect(0rem, 21rem, 2rem, 200px);
}
span {
display:inline-block;
vertical-align:top;
}
.line {
position:relative;
background:white;
height:1px;
width:5rem;
top:1rem;
}
}
.title-background {
position:absolute;
font-size:25rem;
font-family: Narziss;
top:8rem;
left:4rem;
color: black;
opacity:0.03;
text-align:right;
span.mask-wrap {
display:block;
height:25rem;
position:relative;
span.mask {
position:absolute;
top:0;
left:0;
clip: rect(0rem, 120rem, 25rem, 0px);
transition:all 0.3s ease-in;
}
&:last-child span.mask {
transition-delay:0.15s;
}
&.mask-up span.mask{
clip: rect(0rem, 120rem, 0rem, 0px);
}
&.mask-down span.mask{
clip: rect(25rem, 44rem, 25rem, 0px);
}
}
}
.title-wrapper {
position:relative;
color:white;
margin-left:auto;
margin-right:auto;
width: 50%;
text-align:right;
margin-top:25rem;
z-index:5;
h1 {
font-size:12rem;
margin:0;
line-height:1;
margin-bottom: 1rem;
font-weight:900;
text-align:right;
font-family: Narziss-medium;
margin-left:5rem;
span.mask-wrap {
display:block;
height:12rem;
position:relative;
span.mask {
position:absolute;
top:0;
right:0;
clip: rect(0rem, 48rem, 12rem, 0px);
transition:all 0.3s ease-in;
}
&:last-child span.mask {
transition-delay:0.15s;
}
&.mask-up span.mask{
clip: rect(0rem, 44rem, 0rem, 0px);
}
&.mask-down span.mask{
clip: rect(12rem, 44rem, 12rem, 0px);
}
}
}
span.gallery {
position:relative;
text-align:right;
padding: 0 2rem;
cursor:pointer;
margin-right:5rem;
&::before {
content:"";
position:absolute;
left:-2rem;
display:block;
width:1px;
height:2.5rem;
background:white;
top:-0.5rem;
opacity:0.9;
}
&::after {
content:"";
position:absolute;
right:-2rem;
display:block;
width:1px;
height:2.5rem;
background:white;
top:-0.5rem;
opacity:0.9;
}
}
}
}
.control-nav{
position:absolute;
right:3rem;
top:50%;
transform:translateY(-50%);
z-index:999;
ul {
position:relative;
list-style:none;
padding:0;
}
li {
position:relative;
margin:0.2rem 0;
opacity:0.5;
border-radius:3rem;
color:white;
font-size:1rem;
&.active {
opacity:1;
.line {
transform:translateX(-1.2rem);
width:1.8rem;
}
.number {
opacity:1;
}
}
}
.line {
width:1.5rem;
height:1px;
display:block;
position:absolute;
top:50%;
background:white;
left: -1rem;
transition: all 0.3s ease;
}
.number {
position:relative;
opacity:0;
transition: opacity 0.3s ease;
}
}
.social-icons {
position:absolute;
bottom:3rem;
left:3rem;
z-index:999;
ul {
position:relative;
margin:0;
padding:0;
list-style:none;
li {
position:relative;
display:block;
padding:0.3rem 0;
}
a {
display:block;
width:2rem;
height:2rem;
svg {
fill:white;
display:block;
width:100%;
height:100%;
}
}
}
}
.footer-wrapper {
position:absolute;
color:white;
bottom: 0rem;
right:0rem;
width:60%;
height:6rem;
z-index:999;
ul {
list-style:none;
margin:0;
padding:0;
width:100%;
text-align:center;
height:100%;
@include clearfix;
}
li {
position:relative;
float:left;
width:25%;
padding:1.5rem;
background:rgba(0,0,0,0.1);
text-transform:uppercase;
height:100%;
border-right:1px solid rgba(0,0,0,0.2);
cursor:pointer;
&:last-child {
border:none;
}
&.active .hover-box{
opacity:1;
transform:scale(1.15);
}
.hover-box{
position:absolute;
width:100%;
height:100%;
background:$black;
top:0;
left:0;
opacity:0;
transition:all 0.3s ease-in;
z-index:1;
}
.box-content {
position:relative;
z-index:5;
}
}
}
/*
You can check out original dribble shot here https://dribbble.com/shots/2375246-Fashion-Butique-slider-animation
Comments or suggestions are always appreciate it.
*/
var mySlider = {
config: {
slider : '.slider-content',
activeSlide : '.slide.active',
footerButtons: '.footer-wrapper .box',
bgPicture: '.image-mask img',
nav : '.control-nav',
position : {
x: 350,
alpha:1,
},
nextPosition :{
x: 150,
alpha:1,
},
},
init : function(config) {
this.canvasInit();
$(mySlider.config.footerButtons).
click(function() {
mySlider.changeButton($(this));
});
},
canvasInit : function() {
var canvas = $('.canvas')[0];
var ctx = canvas.getContext('2d');
var w = $(mySlider.config.activeSlide).width();
var h = $(mySlider.config.activeSlide).height();
var img = document.createElement('IMG');
img.src = "https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/mask-karlie.jpg";
var position = {
x: 150,
alpha:1,
}
if (window.matchMedia("(min-width: 860px)").matches) {
position = {
x: 200,
alpha:1,
}
}
if (window.matchMedia("(min-width: 1200px)").matches) {
position = {
x: 250,
alpha:1,
}
}
canvas.width = w;
canvas.height = h;
mySlider.drawMask(canvas, ctx, position, img);
},
drawMask : function(canvas, ctx, position,img) {
var w = $(mySlider.config.activeSlide).width();
var h = $(mySlider.config.activeSlide).height();
var cy = 50;
var mStroke = 25;
var mWidth = 180;
var mHeight = 300;
if (window.matchMedia("(min-width: 860px)").matches) {
mStroke = 35;
cy = 80;
mWidth = 260;
mHeight = 380;
}
if (window.matchMedia("(min-width: 1200px)").matches) {
mStroke = 40;
cy = 120;
mWidth = 360;
mHeight = 460;
}
ctx.globalAlpha=position.alpha;
ctx.clearRect(0,0,w,h);
ctx.save();
ctx.beginPath();
ctx.rect(position.x,cy,mWidth,mStroke);
ctx.clip();
ctx.drawImage(img,0,0, w, h);
ctx.restore();
ctx.save();
ctx.rect(position.x, cy, mStroke, mHeight);
ctx.clip();
ctx.drawImage(img,0,0, w, h);
ctx.restore();
ctx.save();
ctx.rect( position.x +mWidth, cy, mStroke, mHeight);
ctx.clip();
ctx.drawImage(img,0,0, w, h);
ctx.restore();
ctx.save();
ctx.rect(position.x, cy + (mHeight-mStroke), mWidth, mStroke);
ctx.clip();
ctx.drawImage(img,0,0, w, h);
ctx.restore();
},
changeSlide : function(id) {
var activeSlide = $(mySlider.config.activeSlide);
var newSlide = $(mySlider.config.slider).find('[data-order="'+id+'"]');
this.animateSlide(activeSlide, newSlide);
this.createMask(activeSlide, newSlide);
},
changeNav : function(id) {
var activeNav = $(mySlider.config.nav).find('li');
activeNav.removeClass('active');
activeNav.eq(id-1).addClass('active');
},
changeButton : function(el) {
var activeButton = $(mySlider.config.slider).find('.box.active');
var target = el.data('id');
if( !(el.hasClass('active')) ){
activeButton.removeClass('active');
el.addClass('active');
this.changeSlide(target);
this.changeNav(target);
}
},
createMask : function(active, newSlide) {
var currentCanvas = active.find('.canvas')[0];
var nextCanvas = newSlide.find('.canvas')[0];
var position = mySlider.config.position;
var positionNext = mySlider.config.nextPosition;
var currentctx = currentCanvas.getContext('2d');
var nextctx = nextCanvas.getContext('2d');
var w = $(mySlider.config.activeSlide).width();
var h = $(mySlider.config.activeSlide).height();
var currentImg = document.createElement('IMG');
var nextImg = document.createElement('IMG');
var movex = 200;
var position = {
x: 350,
alpha:1,
}
var nextPosition={
x: 150,
alpha:1,
}
TweenMax.set(positionNext, {x:"150"});
if (window.matchMedia("(min-width: 860px)").matches) {
position = {
x: 400,
alpha:1,
};
nextPosition = {
x: 200,
alpha:1,
};
movex = 200;
TweenMax.set(positionNext, {x:"200"});
}
if (window.matchMedia("(min-width: 1200px)").matches) {
position = {
x: 450,
alpha:1,
};
nextPosition = {
x: 250,
alpha:1,
};
movex = 200;
TweenMax.set(positionNext, {x:"250"});
}
currentImg.src = active.find('canvas').data('image');
nextImg.src = newSlide.find('canvas').data('image');
currentCanvas.width = nextCanvas.width = w;
currentCanvas.height = nextCanvas.height = h;
TweenMax.to(newSlide.find('.canvas'),0.3,{autoAlpha:1, delay:1.5});
TweenMax.to(positionNext, 0.5, {x:"-="+movex+"", onUpdate: function() {
mySlider.drawMask(currentCanvas, currentctx, positionNext, currentImg);
}, onComplete: function() {
TweenMax.to(active.find('.canvas'), 0.3, {autoAlpha:0}, "-=0.2");
TweenMax.to(newSlide.find('.canvas'), 0.3, {autoAlpha:0}, "-=0.2");
}});
nextImg.onload = function() {
mySlider.drawMask(nextCanvas, nextctx, positionNext, nextImg);
TweenMax.to(position, 1, {x:"-="+movex+"", delay:1.3, onUpdate: function() {
mySlider.drawMask(nextCanvas, nextctx, position, nextImg);
}});
console.log(position)
}
},
animateSlide : function(active, newSlide) {
var w = $(mySlider.config.slider).width();
var backgroundImg = $(mySlider.config.bgPicture);
var activeTitleBg = active.find('.title-background .mask-wrap');
var activeMainTitle = active.find('.title-wrapper h1 .mask-wrap');
var activeSlideContent = active.find('.slide-content');
var activefakeBg = active.find('.fake-bg');
var activeImageCaption = active.find('.image-caption');
var newTitleBg = newSlide.find('.title-background .mask-wrap');
var newTitle = newSlide.find('.title-wrapper h1 .mask-wrap');
var newBgPicture = newSlide.data('img');
var newfakeBg = newSlide.find('.fake-bg');
var nextImageCaption = newSlide.find('.image-caption');
var img = $('<img />')
newSlide.addClass('next');
activeMainTitle.addClass('mask-up')
activeTitleBg.addClass('mask-down')
activeImageCaption.addClass('mask-up');
newTitle.addClass('mask-down');
newTitleBg.addClass('mask-up');
nextImageCaption.addClass('mask-down');
TweenMax.set(activeSlideContent, {width:w});
TweenMax.set(activefakeBg, {width:w});
TweenMax.set(newfakeBg, {autoAlpha:0});
TweenMax.to(active, 0.8, {width:'0%', ease: Power4.easeIn});
TweenMax.to(activefakeBg, 0.3, {autoAlpha: 0, delay:0.4});
TweenMax.to(backgroundImg, 0.3, {autoAlpha: 0, delay:0.4});
setTimeout(function() {
backgroundImg.remove();
img.attr('src', newBgPicture).css('opacity',0);
$('.image-mask').append(img);
},600)
TweenMax.to(newfakeBg, 0.5, {autoAlpha: 1, delay:1});
TweenMax.to(img, 0.5, {autoAlpha: 1, delay:1});
setTimeout(function() {
newTitle.removeClass('mask-down');
newTitleBg.removeClass('mask-up');
},800);
setTimeout(function() {
active.removeClass('active');
newSlide.addClass('active').removeClass('next');
TweenMax.set(active, {width:'100%'});
activeMainTitle.removeClass('mask-up');
activeTitleBg.removeClass('mask-down');
activeImageCaption.removeClass('mask-up');
nextImageCaption.removeClass('mask-down');
},1500)
}
}
function debounce(func, wait, immediate) {
var timeout;
return function() {
var context = this, args = arguments;
var later = function() {
timeout = null;
if (!immediate) func.apply(context, args);
};
var callNow = immediate && !timeout;
clearTimeout(timeout);
timeout = setTimeout(later, wait);
if (callNow) func.apply(context, args);
};
};
$(document).ready(function() {
mySlider.init();
var fn = debounce(function() {
mySlider.init()
}, 250);
$(window).on('resize', fn);
});
Also see: Tab Triggers