Manuel Moellmann 4 AE Expressions Coins 2 After Effects Coins 14 COW Coins @manuelmoellmann • Joined Nov 2021 • Active a year ago Remove Connection Are you sure you want to remove from your connections? Timeline Profile Connections 1 Photos Forums Points Leader Badges Discussions Replies Favorites Discussions Replies Favorites Forum Replies Created Page 2 of 2 ← 1 2 Manuel Moellmann January 5, 2023 at 9:06 pm in reply to: Continued motion expression error what kind of error do you get? and what does ‘take the value of the last keyframe and continues’ mean? continues to take the value of the last keyframe? thats what usually happens if its tge last keyframe 😛 Manuel Moellmann January 2, 2023 at 4:36 am in reply to: How to script a bounce using layer in point ? I think thats what you are basically looking for: https://community.adobe.com/t5/after-effects-discussions/keyframe-less-position-animation-trying-to-use-multiple-interpolation-expressions-in-one-property/m-p/12462964 Manuel Moellmann January 1, 2023 at 7:38 pm in reply to: How to script a bounce using layer in point ? hey, one easy thing to do that i use to use a lot of times, is to remap a simple kf animation to in and outpoint. something like this: valueAtTime(key(1).time+time-inPoint) else if(effect("Checkbox Control")("Checkbox") > 0){ valueAtTime(key(1).time+outPoint-time)} else value here a little demo to show what I actually mean 😛 https://docs.google.com/uc?export=&id=1pVEv77rk1DAcwINbuiHCuaNih_k6sBpl Ofcourse the expression itself is kind of basic, but its easy to use for all kind of properties. Page 2 of 2 ← 1 2