0
Disable animation in UI slider element in After Effects SDK
Contributor
,
/t5/after-effects-discussions/disable-animation-in-ui-slider-element-in-after-effects-sdk/td-p/11044413
Apr 12, 2020
Apr 12, 2020
Copy link to clipboard
Copied
Hi. I have an app where I need to disable the ability to animate certain sliders. How would I proceed to do this ?
Preferably it would appear greyed out near the animation button but would still allow the user to enter a value.
Obviously once a value is entered, it would be used for the entire layer duration.
Thanks.
TOPICS
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/after-effects-discussions/disable-animation-in-ui-slider-element-in-after-effects-sdk/m-p/11068209#M109634
Apr 21, 2020
Apr 21, 2020
Copy link to clipboard
Copied
add PF_ParamFlag_CANNOT_TIME_VARY while declaring the parameter.
it would make the parameter non-keyframable, but you can still set a constant value.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

