Created
December 6, 2013 22:28
-
-
Save seblavoie/7833228 to your computer and use it in GitHub Desktop.
Will create a mirror effect using Hyle.
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
effects: | |
- type: cc repetile | |
properties: | |
expand right: 5000 | |
expand left: 5000 | |
expand down: 5000 | |
expand up: 5000 | |
tiling: 4 | |
- type: transform | |
- type: mirror | |
properties: | |
reflection center: | |
expression: "[thisComp.width / 2, thisComp.height / 2]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment