Simple paste-n-go to move Illustrator-generated gradients out of groups and into defs
A Pen by Jake Albaugh on CodePen.
Simple paste-n-go to move Illustrator-generated gradients out of groups and into defs
A Pen by Jake Albaugh on CodePen.
Simple paste-n-go to cleanup Illustrator-generated IDs
A Pen by Jake Albaugh on CodePen.
Simple paste-n-go to move Illustrator-generated gradients out of groups and into defs AND removes duplicate stop elements by using xlink.
A Pen by Jake Albaugh on CodePen.
Playing with multiple animations. One with delay, one without.
A Pen by Jake Albaugh on CodePen.
Because why not. It's getting late.
Names: Top Baby Names 2014
A Pen by Jake Albaugh on CodePen.
A quick demo of how to use CSS to achieve a somewhat scroll-jacking experience.
Never do this.
A Pen by Jake Albaugh on CodePen.
In one of those “inaccessible CSS solution” moods. If you’re asking “should I do this?” you probably shouldn’t.
Oddly slow in latest Chrome on PC, works fine in FF.
A Pen by Jake Albaugh on CodePen.
| // | |
| // greet paul | |
| greeting("Paul"); | |
| // | |
| // greeting method to take name and return a greeting | |
| function greeting(subject) { | |
| # Add these methods to your ApplicationController. Then, any controller | |
| # that inherits from it will have these methods and can programmatically | |
| # determine what filters it has set. | |
| class ApplicationController < ActionController::Base | |
| def self.filters(kind = nil) | |
| all_filters = _process_action_callbacks | |
| all_filters = all_filters.select{|f| f.kind == kind} if kind | |
| all_filters.map(&:filter) | |
| end |