Skip to content

Instantly share code, notes, and snippets.

View Zoniaina's full-sized avatar
🏠
Working from home

Zoniaina Zoniaina

🏠
Working from home
View GitHub Profile
@Zoniaina
Zoniaina / mac-setup-redis.md
Created August 27, 2021 18:30 — forked from tomysmile/mac-setup-redis.md
Brew install Redis on Mac

type below:

brew update
brew install redis

To have launchd start redis now and restart at login:

brew services start redis
@Zoniaina
Zoniaina / gsap-properties-cheat-sheet.md
Created February 21, 2021 07:32 — forked from lunelson/gsap-properties-cheat-sheet.md
Greensock Properties Cheat Sheet

Greensock CSS properties Cheat Sheet

I wrote this as a reference for myself because some of the property names are non-obvious, and there are a number of relevant special properties, and there is no central concise listing of them all in GSAP Docs, other than (in longer form) on the CSSPlugin page.

Standard CSS properties

...are all supported, with hyphenated-names becoming camelCaseNames. Non-animatable properties are also supported but they will be set at the beginning of the tween.

Special mentions: