Skip to content

Instantly share code, notes, and snippets.

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

Nicollas Feitosa nicollasfeitosa

🏠
Working from home
View GitHub Profile
@nicollasfeitosa
nicollasfeitosa / Expressões_AE.txt
Created May 13, 2019 14:28
Expressões After Effects
POSIÇÃO - ELÁSTICO 01 [3 frames]
n = 0;
if (numKeys > 0){
n = nearestKey(time).index;
if (key(n).time > time){
n--;
}
}
if (n == 0){