facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.33k stars 302 forks source link

Shape exceeding comp bounds on iOs & Android #76

Closed daveobrien-EB closed 7 years ago

daveobrien-EB commented 7 years ago

I have a comp which includes a circular shape layer that expands to a size that exceeds the bounds of the comp. It looks fine in AE but on device it doesnt seem to clip to the comp size.

renyu-io commented 7 years ago

@daveobrien-EB on iOS you can set masksToBounds to clip

daveobrien-EB commented 7 years ago

@LazyChild That works for now. Would be great to have this on both platforms by default in the future. Makes sense to respect the intension of the AE comp sizes. Thanks guys.