expression was working correctly before the update
I have the following expression which was working correctly before the update..
option = thisComp.layer("Settings").effect("Invert Animation")("Pseudo/gd6e335d31yLD-0001");
if(option == 0){value}
if(option == 1){value*-1}
could anyone please help me with the correction.
thanks