List of gists I made. Because no one ever checks someone's GitHub Gists profile https://gist.github.com/imkevinxu
- git random - Alias that will commit a random commit message from http://whatthecommit.com/
- vidtogif.sh - Convert an animated video to gif. Works best for videos with low color palettes like Dribbble shots
- ffmpegtogif.sh - Convert a live action video to gif. Works best for videos with high color palettes like videos from your phone
- UIFont+Extensions.swift - iOS UIFont sensible defaults
- Device.swift - iOS device checks for OS version and screen size
- Increment Build Number.sh - Xcode build phase script to increment the build number
- Time Spent on Page - Calculates how much active time is spent on a tab and takes into account changing tabs, switching windows, or leaving the page
- Fade-In Content - CSS3 Animation that fades in the content from the bottom up
- Fade-Out Content - CSS3 Animation that fades out the content going up.
- Bounce Effect - CSS3 Animation that bounces into the air any element naturally.
- Rotate Effect - CSS3 Animation that rotates any element naturally.