Using skrollr, svg, and some gsap for some fun scrolling halloween stuff with hand drawn elements. Elements change visually with some CSS filters
Forked from Sarah Drasner's Pen Medusa.
A Pen by Ahmet Usal on CodePen.
Using skrollr, svg, and some gsap for some fun scrolling halloween stuff with hand drawn elements. Elements change visually with some CSS filters
Forked from Sarah Drasner's Pen Medusa.
A Pen by Ahmet Usal on CodePen.
A fun, pure JS preloader that is completely customizable. Only requires GSAP's TweenLite and CSSPlugin (or just TweenMax which has both).
Forked from GreenSock's Pen GSPreloader.
A Pen by Ahmet Usal on CodePen.
Forked from GreenSock's Pen GreenSock Home Page Animation.
A Pen by Ahmet Usal on CodePen.
Just a quick snippet
Forked from Chrysto's Pen Fullscreen slides with TweenLite, CSSPlugin and ScrollToPlugin.
A Pen by Ahmet Usal on CodePen.
A very simple example of GreenSock's Scramble Text Plugin.
For more information go to:
http://www.greensock.com/club/
Forked from Rodrigo Hernando's Pen GSAP Scramble Text Plugin.
Forked from Jonathan Marzullo's Pen GSAP Image Slider Test.
A Pen by Ahmet Usal on CodePen.
Forked from Chrysto's Pen LckBh.
Forked from Captain Anonymous's Pen wEnzm.
A Pen by Ahmet Usal on CodePen.
| # This is a template .gitignore file for git-managed WordPress projects. | |
| # | |
| # Fact: you don't want WordPress core files, or your server-specific | |
| # configuration files etc., in your project's repository. You just don't. | |
| # | |
| # Solution: stick this file up your repository root (which it assumes is | |
| # also the WordPress root directory) and add exceptions for any plugins, | |
| # themes, and other directories that should be under version control. | |
| # | |
| # See the comments below for more info on how to add exceptions for your |
| ; Comments start with semicolons. | |
| ; Clojure is written in "forms", which are just | |
| ; lists of things inside parentheses, separated by whitespace. | |
| ; | |
| ; The clojure reader assumes that the first thing is a | |
| ; function or macro to call, and the rest are arguments. | |
| ; | |
| ; Here's a function that sets the current namespace: | |
| (ns test) |