Activity › Forums › Adobe After Effects › Edit property of opacity without mouse
-
Edit property of opacity without mouse
Posted by Tim Pfeifer on July 29, 2017 at 3:19 pmHi,
is there any way of changing propertys without touching the mouse?
When pressing “t” or “p” or so it just opens the opacity or position, but i still have to click on the value to change it…
Steve Bentley replied 7 years, 6 months ago 5 Members · 5 Replies -
5 Replies
-
Roei Tzoref
July 29, 2017 at 5:52 pmCtrl+Alt+ minus or plus keys. add shift to move in X10 Increments.
also Ctrl+shift+o will open the opacity dialogit’s all here: https://helpx.adobe.com/after-effects/using/keyboard-shortcuts-reference.html
Roei Tzoref
After Effects Artist & Instructor
♫ Ae Blues Tutorials -
Remus Hosu
July 30, 2017 at 10:14 pmFor the opacity you can use an expression that fades in and/or out. The expression still work if you trim or extend the layer. It fades in and out over the duration of 10 frames. You can just copy paste the expression to other layers then. Here’s the expression:
fadeInTime = .5; // time (seconds)
fadeOutTime = .5;Math.min(linear(time,inPoint,inPoint + fadeInTime,0,100),linear(time,outPoint – fadeOutTime,outPoint,100,0))
If you’re not sure how to use it or nor really familiar with expression, here’s a more detailed take on this expression:
https://bluefx.net/how-to-add-opacity-to-layers-footage-after-effects
-
Steve Bentley
July 31, 2017 at 1:24 pmYou can also stick a slider in the effects tab and link it to the attribute with the whip tool (look ma, no code to write!)
You are still using the mouse but you don’t have to enter values and you can set the resolution of the slider so when you drag it can be very very fine grained unlike the clicking and draggin on the actual attribute value.You didn’t mention why you wanted to do things this way – that might help us help
-
Michael Müller
October 18, 2018 at 6:02 pmI’d also like to be able to do that. sure for some things you need a mouse but shortcuts are there for a good reason! They make the time you need for getting things done, wait for it… SHORTER! I mean why are we using tons of shortcuts when we can click on all the frickin buttons in the user interface!? Computers use mice, don’t they?? It would make roto-ing values much much easier if you could just switch between the value edit mode and the frame with page up/down.
This would be a great feature to add. I have not found a shortcut yet.
-
Steve Bentley
October 24, 2018 at 6:03 amI think what the OP is after is the paradigm used in Pshop – you can just bash the number keypad and change the opacity of layer without any mouse interaction.
Reply to this Discussion! Login or Sign Up