Skip to content

Instantly share code, notes, and snippets.

View bright-spark's full-sized avatar
♥️
Tinkering with stuff!

Myburgh bright-spark

♥️
Tinkering with stuff!
View GitHub Profile

Tinder Animation (GSAP)

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.

License.

<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>

App Grid Concept

UI animation concept for an itemized grid list of objects with settings embedded within.

A Pen by Bright Sparks on CodePen.

License.

@bright-spark
bright-spark / Responsive Typo For Mobile Devices + Webviews.markdown
Created June 18, 2016 14:33
Responsive Typo For Mobile Devices + Webviews
#!/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
@bright-spark
bright-spark / FLEXI-FLUX True Mashup.markdown
Last active March 8, 2017 22:33
FLEXI-FLUX True Mashup

Ionic Ion: Tinder Cards ('-' * 23) An Ion (reusable Ionic widget) for adding tinder-style swipe cards to your app.

A Pen by Ionic on CodePen.

License.