Skip to content

Instantly share code, notes, and snippets.

@henadzit
henadzit / Gemfile
Last active August 28, 2017 21:22
Minimal one-page rails 5 application, run with `rackup -p 3030`
source 'https://rubygems.org'
gem 'rails', '5.1.3'
{
"definitions": {},
"info": {
"title": "pets",
"version": "v1"
},
"parameters": {},
"paths": {
"/pets": {
"delete": {
@henadzit
henadzit / bounce.css
Created October 14, 2015 14:31
Bouncing box with CSS3
/*
Example https://jsfiddle.net/spxkmwau/
*/
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);