a loose collection of After Effects expressions
They may not be universalized. To do this check out these tools:
##Autogenerated TOC
###loop_path.jsx
/**
- @author [author]
- @description allows for temp parenting you need
- one layer control and one checkbox control for this
- @todo [description] */
###parent_delay.jsx
/**
- @author [author]
- @description just a simple expression to delay parenting selected property
- @todo [description] */
###parent_temporary.jsx
/**
- @author [author]
- @description allows for temp parenting
- you need one layer control and one checkbox control for this
- @todo [description] */
###reverse-animation.jsx
/**
- @author [author]
- @description reverse animation after marker You may add a compMarker checkbox control to the layer
- which will make the expression to take markers from composition
- if needed. Otherwise layer markers will be used
- @todo [description] */
###timeline.jsx
/**
- @author Timur Constantinov
- @description function to getting current layer on time line
- || start (int) : first index of layers in comp
- || end (int) : last index of layers
- You should add two sliders - "startLayer" and "endLayer" */