<html>
<head>
<meta name="description" content="CanJS 4 - Evil Tinder">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://code.jquery.com/pep/0.4.1/pep.js"></script>
<script src="https://unpkg.com/can/dist/global/can.js"></script>
</head>
<body noscroll>
</body>
</html>
@import 'https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css';
@import url('https://fonts.googleapis.com/css?family=Montserrat');
html {
overflow: hidden;
height: 100vh;
width: 100vw;
}
body {
overflow: hidden;
height: 100vh;
width: 100vw;
position: relative;
}
button:focus {outline:0;}
/* EVIL TINDER COMPONENT */
evil-tinder {
display: flex;
justify-content: flex-start;
height: 100vh;
flex-direction: column;
font-family: 'Montserrat', sans-serif;
}
.header {
flex-shrink: 0;
height: 80px;
background: url('https://canjs.com/docs/can-guides/commitment/recipes/tinder-like-carousel/img/evil-tinder-logo.svg') no-repeat center;
background-size: auto 55%;
border-bottom: 1px dotted lightgray;
}
.images {
position: relative;
flex-grow: 1;
flex-shrink: 1;
display: flex;
}
.footer {
flex-shrink: 0;
margin: 25px 0 30px;
display: flex;
justify-content: center;
align-self: center;
height: 100px;
width: 100%;
background: #f7f7f7;
z-index: 9999;
}
.current, .next {
top: 0px;
z-index: 100;
}
.current {
position: absolute;
display: flex;
top: 0px;
bottom: 0px;
}
.next {
z-index: 99;
margin-top: 15px;
position: relative;
}
.current img, .next img {
object-fit: cover;
object-position: 50% 0%;
border-radius: 10px;
box-shadow: 0px 0px 0px 2px rgba(240,240,240,1);
}
.current img {
width: 96vw;
margin: 2vw;
}
.next img {
height: 100%;
width: 94vw;
margin: 1vw 3vw;
}
.result {
}
.liking:after {
font-size: 25vw;
content: "Like";
padding: 10px 26px;
color: #73c998;
border: #73c998 2vw solid;
margin-top: 100px;
z-index: 9999;
display: inline-flex;
position: absolute;
border-radius: 30px;
text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
opacity: 1;
transform: scale(1) rotate(-7deg);
animation: resultAnim .8s ease-in-out;
}
.noping:after {
font-size: 25vw;
content: "Nope";
padding: 6px 26px 16px;
color: #ed7571;
border: #ed7571 2vw solid;
margin-top: 100px;
z-index: 9999;
display: inline-flex;
position: absolute;
border-radius: 30px;
text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
opacity: 1;
transform: scale(1) rotate(-7deg);
animation: resultAnim .8s ease-in-out;
}
@keyframes resultAnim {
0% {
transform: scale(3) rotate(0deg);
opacity: 0.2;
}
100% {
transform: scale(1) rotate(-7deg);
opacity: 1;
}
}
.likeBtn {
border-radius: 50%;
height: 115px;
width: 115px;
box-shadow: 0px 0px 0px 20px rgba(240,240,240,1);
border: none;
padding: 20px;
margin: 0 10px;
background: url('https://canjs.com/docs/can-guides/commitment/recipes/tinder-like-carousel/img/heart.svg') no-repeat center;
background-size: auto 55px;
color : transparent;
font-size : 0;
}
.dissBtn {
border-radius: 50%;
height: 115px;
width: 115px;
box-shadow: 0px 0px 0px 20px rgba(240,240,240,1);
border: none;
padding: 50px;
margin: 0 10px;
background: url('https://canjs.com/docs/can-guides/commitment/recipes/tinder-like-carousel/img/close.svg') no-repeat center;
background-size: auto 50px;
color : transparent;
font-size : 0;
}
@media screen
and (min-width: 320px)
and (max-width: 890px) {
.undoBtn, .superBtn {
height: 40px;
width: 40px;
padding: 25px;
margin: 0 3px;
box-shadow: 0px 0px 0px 10px rgba(240,240,240,1);
background-size: auto 25px;
}
.likeBtn, .dissBtn {
height: 90px;
width: 90px;
padding: 25px;
margin: 0 6px;
box-shadow: 0px 0px 0px 10px rgba(240,240,240,1);
background-size: auto 50px;
}
}
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |