Skip to content

Instantly share code, notes, and snippets.

View yohannawaliya's full-sized avatar

Yohanna Joseph Waliya yohannawaliya

View GitHub Profile
@yohannawaliya
yohannawaliya / index.html
Created November 19, 2018 14:04
Split text animation
<div class="box">
<p class="split"></p>
</div>
@yohannawaliya
yohannawaliya / earth-rotation-by-animating-translation-of-image.markdown
Created November 19, 2018 15:17
Earth Rotation By Animating Translation Of Image
@yohannawaliya
yohannawaliya / index.html
Created December 30, 2018 14:51
Rolling Text
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Special+Elite">
<div class="text-scroll">
<p>I'm a</p>
<div class="scrolling-words">
<p>front end developer.</p>
<p>curious creator.</p>
<p>knowledge junkie.</p>
<p>collaborator.</p>
</div>
@yohannawaliya
yohannawaliya / index.html
Created January 31, 2019 17:58
Text to speech example
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/materialize/0.95.1/css/materialize.min.css">
<div class="container">
<div class="row">
<nav>
<div class="nav-wrapper">
<div class="col s12">
<a href="#" class="brand-logo">Text to speech example</a>
</div>
</div>
@yohannawaliya
yohannawaliya / index.html
Created February 4, 2019 20:37
jQuery motion blur slider demo
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.4/lumen/bootstrap.min.css"/>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="https://kidgodzilla.github.io/jQuery-Motion-Blur-Gallery/css/motion-blur-gallery.css" />
<!-- Begin jQuery-Motion-Blur-Gallery -->
<div class="motion-blur-gallery">
<ul>
<li>

Galactic Orbitals

Galaxy clusters orbiting galaxy clusters, orbiting galaxy clusters...After a short while of orbiting, smaller clusters travel to the centers of larger galaxies && connections are formed
Extension of Foo Particles to Foo Bar Particles. Foo holds our Math equations for motion while Bar specifies x,y positions && velocity. Fairly flexible, very short. Will likely do a variation or two..

A Pen by Tiffany Rayside on CodePen.

License.

@yohannawaliya
yohannawaliya / codevember-lorem-ipsum-bicycle.markdown
Created February 12, 2019 16:52
#codevember Lorem Ipsum Bicycle
@yohannawaliya
yohannawaliya / index.pug
Created February 16, 2019 17:52
Speed Reader
.reader
#output
span
span
span
#input
textarea#inputText(cols=92 rows=10)
input(type='submit' onClick='startReading()' value='Start Reading')
input#pause(type='button' onClick='togglePause()' value='Pause' disabled)
@yohannawaliya
yohannawaliya / codevember-day-19-ocean.markdown
Created February 24, 2019 22:33
#codevember - Day 19 - Ocean

#codevember - Day 19 - Ocean

Day 19: Ocean

HTML5 CSS3 (Animations, Blend Modes) JS (Canvas)

A Pen by Manz on CodePen.