Skip to content

Instantly share code, notes, and snippets.

View ehhthing's full-sized avatar

Larry Yuan ehhthing

View GitHub Profile
@ehhthing
ehhthing / attribution.txt
Last active July 28, 2020 23:57
List of board defined courses.
Contains information licensed under the Open Government Licence – Ontario.
Converted from xslx, downloaded from https://data.ontario.ca/dataset/ministry-defined-courses
@ehhthing
ehhthing / attribution.txt
Created July 28, 2020 23:44
List of ontario schools and board
Contains information licensed under the Open Government Licence – Ontario.
Converted from xslx, downloaded from https://data.ontario.ca/dataset/ontario-public-school-contact-information

Keybase proof

I hereby claim:

  • I am ehhthing on github.

  • I am ehhthing (https://keybase.io/ehhthing) on keybase.

  • I have a public key ASCsirejXQw7wuMqNIP6LMHHnO1S6F9RmPDAfg3Weg86nQo

@ehhthing
ehhthing / index.html
Created July 2, 2018 01:36
Tic-Tac-Toe
<!DOCTYPE html>
<html>
<head>
<title>Tic-Tac-Toe</title>
</head>
<body>
<div id="container" hidden>
<div id="buttons">

LETTER DROP

Experimenting with more text effects using CSS animations and jQuery to keep the markup down.

The delay is added via drop.styles() on the fly, you could I guess make all the CSS required on the fly using the same method but I've kept these separate for now. The animation effect, look and feel are customised via the CSS the way they should be. The JS plugin is a helper for all the repetition needed to create the effects on each letter.

Version 0.0.8 out now! Fork me on GitHub https://github.com/KryptoniteDove/letter-drop

Forked from Rich's Pen LETTER DROP.