Skip to content

Instantly share code, notes, and snippets.

View bishoplee's full-sized avatar
💭
I may be slow to respond.

Olaleye Olalekan Oladipo bishoplee

💭
I may be slow to respond.
View GitHub Profile
@bishoplee
bishoplee / MainActivity.java
Created March 2, 2019 16:27 — forked from stevesohcot/MainActivity.java
Android WebView - Splash/Loading screen (incomplete)
package com.diamondium.samplewebview;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.graphics.Bitmap;
import android.view.View;
import android.widget.ProgressBar;
@bishoplee
bishoplee / css-grid-excel-spreadsheet.markdown
Created February 7, 2019 01:21
CSS Grid: Excel Spreadsheet

CSS Grid: Excel Spreadsheet

Image sprite for icons and things are not clickable/functional because I want to maintain my sanity :D

A Pen by Olivia Ng on CodePen.

License.

@bishoplee
bishoplee / css-grid-toggle-animates-in-firefox-nightly-only.markdown
Created January 30, 2019 07:30
CSS grid toggle (animates in Firefox Nightly only)

CSS grid toggle (animates in Firefox Nightly only)

A new take on the CSS toggle, using CSS grid animations. See code for explanations :)

A Pen by Liam on CodePen.

License.

@bishoplee
bishoplee / index.html
Created January 22, 2019 06:08
LmNeGg
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 576 144" style="enable-background:new 0 0 576 144;" xml:space="preserve">
<linearGradient id="logo-fill" x1="0.5" y1="1" x2="0.5" y2="0">
<stop offset="100%" class="color" stop-opacity="1" stop-color="#ec008c">
<animate attributeName="offset" values="0;1" repeatCount="indefinite" dur="2s" begin="0s" />
</stop>
<stop offset="100%" class="color" stop-opacity="0" stop-color="#ec008c">
<animate attributeName="offset" values="0;1" repeatCount="indefinite" dur="2s" begin="0s" onrepeat='newcolor()' />
</stop>
</linearGradient>
<g>
@bishoplee
bishoplee / index.html
Created October 12, 2018 09:25
Lazy Load Animal Memes Challenge Main
<!-- header -->
<nav class="navbar is-link is-fixed-top">
<div class="navbar-brand">
<h1 class="navbar-item is-size-4">Scotchy Memes</h1>
</div>
</nav>
<!-- scroll to top button -->
<a class="is-size-6 button is-warning scroll-top" href="#top">
Scroll To Top
@bishoplee
bishoplee / javascript-string-manipulation-main.markdown
Created October 12, 2018 09:20
JavaScript String Manipulation Main
@bishoplee
bishoplee / array-algo-challenge-main.markdown
Created October 12, 2018 08:49
Array Algo Challenge Main
@bishoplee
bishoplee / grid-choreography-ux-animation-principles-keyframers-1-23-2.markdown
Created October 9, 2018 04:02
Grid Choreography | ✅ UX Animation Principles | @keyframers 1.23.2

Grid Choreography | ✅ UX Animation Principles | @keyframers 1.23.2

Stephen Shaw, with some help from a disembodied David Khourshid, showcase more UX animation principles. Using Taras' wonderful guide as a reference, we turn the GIFs into code so you can see some practical implementations of these concepts. In this episode, we talk through the importance of acceleration/deceleration easing and choreography in animation across one and two axes.

@bishoplee
bishoplee / css-animation-time-of-day.markdown
Created August 28, 2018 01:15
CSS Animation: Time of Day

CSS Animation: Time of Day

Damn, this is SVG overload x_x Bonus Molly looking out the window.

Icons: flaticon.com.

A Pen by bishoplee on CodePen.

License.

@bishoplee
bishoplee / css-menu-icon-animation-know-your-menu.markdown
Created August 28, 2018 01:13
CSS Menu Icon Animation: Know Your Menu