Tinder's swiping and like/dislike animation (buttons work as well as swiping 'drag and drop'). Made with GSAP.
A Pen by Bright Sparks on CodePen.
Tinder's swiping and like/dislike animation (buttons work as well as swiping 'drag and drop'). Made with GSAP.
A Pen by Bright Sparks on CodePen.
| <div class="container"> | |
| <div class="header clearfix"> | |
| <nav> | |
| <ul class="nav nav-pills pull-right"> | |
| <li role="presentation" class="active"><a href="#">Home</a></li> | |
| <li role="presentation"><a href="#">About</a></li> | |
| <li role="presentation"><a href="#">Contact</a></li> | |
| </ul> | |
| </nav> | |
| <h3 class="text-muted"><a href="#" class="pull-left"><img height=50px src="http://de4.engine.flamingtext.com/netfu/tmp28009/coollogo_com-142981024.png"></a></h3> |
A Pen by Bright Sparks on CodePen.
UI animation concept for an itemized grid list of objects with settings embedded within.
A Pen by Bright Sparks on CodePen.
Blog post: http://www.ionicbundle.com/ionic-tinder-cards-2/
A Pen by Bright Sparks on CodePen.
| #!/bin/sh | |
| echo "What should the Application be called (no spaces allowed e.g. GCal)?" | |
| read inputline | |
| name=$inputline | |
| echo "What is the url (e.g. https://www.google.com/calendar/render)?" | |
| read inputline | |
| url=$inputline |
FLEXI-FLUX Minimal Template
A Pen by Bright Sparks on CodePen.
An Ion (reusable Ionic widget) for adding tinder-style swipe cards to your app.
Forked from Ionic's Pen Ionic Ion: Tinder Cards.
A Pen by Bright Sparks on CodePen.