Quantcast
Channel: Adobe Community : Popular Discussions - After Effects Expressions
Viewing all articles
Browse latest Browse all 47983

Detecting keyframes

$
0
0

Hello

I want to detect if layer property has keyframe.

Two properties: position and opacity.

I need something like this:

 

p = transform.position;

o = transform.opacity;

 

if(p.hasKeyframe on current time){

    

          o = 100;

 

               }else{

 

               o = 0

                    }


Viewing all articles
Browse latest Browse all 47983

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>