10Clouds reel animations #2

Some more motion bits from the newest 10Clouds reel. Watch the whole video on YouTube. UI kit design by @Wojciech Zieliński.

PROTIP
Use expression below to preserve object scale when at the same time scaling it's parent Null. That was the main expression driving this shot. Just a sidenote: I'm not the author of this expression though, it has been circulating around the web for a while.

s = [];
ps = parent.transform.scale.value;
for (i = 0; i < ps.length; i++){
s[i] = value[i]*100/ps[i];
}
s

-
Thanks for watching! Let’s connect:
10clouds.com | Facebook | Twitter | Instagram | Behance
We’re available for new projects! Tell us more at hello@10clouds.com.
Would you like to join our design team? Send your portfolio at careers@10clouds.com.

10Clouds
Helping you build world-changing digital products 💜

More by 10Clouds

View profile