Skip to content

Instantly share code, notes, and snippets.

View fangmarks's full-sized avatar
🐾
rub paw

Joshua fangmarks

🐾
rub paw
View GitHub Profile
@fangmarks
fangmarks / index.html
Created April 26, 2019 09:01 — forked from CodeMyUI/index.html
Invisible Ink | Mouse Over! iOS 10
<div class="flex">
<div class="content">
<h2>Invisible Ink</h2>
<div class="text">
<p class="project_text" style="margin-top: 0px; opacity: 1;">Invisible Ink was a simple <em>library</em> that will take specified text and "ink" it out, making it unreadable until hovered upon. It has quite a few applicable uses, like for hiding <span class="ink">spoilers</span> and <span class="ink">security words</span>. It was inspired by one of iOS 10's new features for iMessages.</p>
</div>
</div>
</div>
@fangmarks
fangmarks / index.html
Created April 26, 2019 08:59 — forked from CodeMyUI/index.html
Parallax 3D Button with JS controlled CSS variables
<a href="#" data-title="Awesome Button"></a>
@fangmarks
fangmarks / index.html
Created April 26, 2019 08:56 — forked from CodeMyUI/index.html
Spilled Paint v2
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
var slider = new gooSlider('body');
var l1,l2;
$('body').click(function(){
var c = 'hsla('+ (Math.floor(Math.random()*7) * 50) +',56%,68%,1)';
if(c != l1 && c != l2){