Skip to content

Instantly share code, notes, and snippets.

View mohanrohith's full-sized avatar
:octocat:
I may be slow to respond.

Rohith Mohan mohanrohith

:octocat:
I may be slow to respond.
View GitHub Profile
anonymous
anonymous / index.html
Created August 5, 2013 04:05
A CodePen by meanyack. Paper plane animation - Type your message and flip the paper, make a plane. Send it. All animations, and background are made using CSS. I added jquery only to add/remove classes as I couldn't have more time to make it as keyframes. Thank you Cihad Turhan
<div id="plate" class="front">
<textarea class="message">Dear John Doe,
I don't know who you are but you're somehow very famous. I just want to meet you. Just let me know if you're reading my message.
Best Regards
Cihad
</textarea>
<button class="send"> Send it </button> <br/>
<div id="bottom">
<a href="http://codepen.io/meanyack/pen/zkEsx" id="codepen_link"> * </a>
</div>