Created
December 22, 2018 00:51
-
-
Save animoplex/e96b53c525353042bf8d80bb35596ed2 to your computer and use it in GitHub Desktop.
Parent Attribute - After Effects Expression by Animoplex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Parent Attribute - Created by Animoplex: www.animoplex.com | |
// Checking for a parent with hasParent and matching the opacity with the parent attribute. | |
// Full Tutorial: https://www.youtube.com/watch?v=BOPfs49VfLE | |
if (hasParent == true) { | |
parent.transform.opacity | |
} else { | |
value | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment