Skip to content

Instantly share code, notes, and snippets.

View jocubeit's full-sized avatar
🎯
Focusing

Dom Jocubeit jocubeit

🎯
Focusing
View GitHub Profile
@jocubeit
jocubeit / index.haml
Created March 18, 2019 01:49
Open / Close button with animation
.open-close-button
@jocubeit
jocubeit / index.html
Created March 18, 2019 01:41
Scooped Selector | CSS-only cut-out tab navigation | @keyframers 1.16.0
<a href="https://youtu.be/McrMC3SXhUU" target="_blank" data-keyframers-credit style="color: #000"></a>
<script src="https://codepen.io/shshaw/pen/QmZYMG.js"></script>
<input type="radio" name="choice" id="nav-1" checked>
<input type="radio" name="choice" id="nav-2">
<input type="radio" name="choice" id="nav-3">
<div id="app">
<nav class="ui-nav">
<div class="ui-bg">
@jocubeit
jocubeit / daily-ui-3-fluid-menu.markdown
Created March 18, 2019 01:40
Daily UI #3 (Fluid Menu)
@jocubeit
jocubeit / index.html
Created March 18, 2019 01:24
Liquid button
<a href="http://waaark.com" class="btn-liquid">
<span class="inner">Liquid button ?</span>
</a>
@jocubeit
jocubeit / index.html
Created March 18, 2019 01:16
Pure CSS mobile nav animation
<div id="mobile" class="demo1">
<div id="burgerBtn"></div>
<ul id="nav">
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div id="mobileBodyContent">
<div id="header"></div>
@jocubeit
jocubeit / css-only-blob-animation.markdown
Created March 18, 2019 01:15
CSS-only blob animation
@jocubeit
jocubeit / index.html
Created March 18, 2019 01:06
Ripple Animation Button
<div class="request-loader">
<span>👋</span>
</div>
@jocubeit
jocubeit / index.haml
Created March 18, 2019 01:05
Ripples
.hero
%h1 Ripples
%p This is a cool little mixin I made in SCSS for button animations. Hover over the buttons to see the magic! I hope you like it and I hope it comes in handy for you!
%h1 Usage
%p Usage: Just @include ripples on the button element or any classes you want the animation to be applied. The mixin takes in three parameters, colour, growth field and the size of the button
%a{'href' => 'https://github.com/Jackthomsonn/ripples', 'target' => '_blank'} Get Ripples
.container