Skip to content

Instantly share code, notes, and snippets.

@zimonitrome
Created July 18, 2020 15:50
Show Gist options
  • Save zimonitrome/3fbbeb375ab2aa8ebb564edd51af8af6 to your computer and use it in GitHub Desktop.
Save zimonitrome/3fbbeb375ab2aa8ebb564edd51af8af6 to your computer and use it in GitHub Desktop.
After Effects integral expression
accum = 0;
for (i = 0; i <= timeToFrames(); i++){
accum += {{{PROPERTY}}}.valueAtTime(framesToTime(i))*thisComp.frameDuration;
}
accum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment