Skip to content

Instantly share code, notes, and snippets.

View yairEO's full-sized avatar
🙂
Writing code

Yair Even Or yairEO

🙂
Writing code
View GitHub Profile
@yairEO
yairEO / easing.js
Last active March 4, 2021 10:55 — forked from gre/easing.js
Simple Easing Functions in Javascript - see https://github.com/gre/bezier-easing
/*
* Easing Functions - inspired from http://gizma.com/easing/
* only considering the t value for the range [0, 1] => [0, 1]
*/
EasingFunctions = {
// no easing, no acceleration
linear(t) { return t },
// accelerating from zero velocity
@yairEO
yairEO / SassMeister-input.scss
Created November 7, 2016 15:31 — forked from cimmanon/SassMeister-input.scss
Generated by SassMeister.com.
// ----
// Sass (v3.4.20)
// Compass (v1.0.3)
// ----
.foo {
bar: index((width: 10px, height: 20px), (height 20px));
}
@yairEO
yairEO / SassMeister-input.scss
Created March 21, 2016 10:26
Precise control over responsive typography for Sass
// ----
// libsass (v3.2.5)
// ----
/*! ========================================================================
PRECISE CONTROL OVER RESPONSIVE TYPOGRAPHY FOR SASS
---------------------------------------------------
Indrek Paas @indrekpaas