Is there a way to add timing to element triggers?

When you add an interaction to an element based on scroll into view, is there a way to adjust the length of those animations? FOr instance, if I put a fade in on a title, can I tell that fade in to last 10 seconds? Any way to change the easing properties as well? I know you can adjust those for while the page is scrolling interactions but not on the entrance transitions.

Screen Shot 2021-03-25 at 8.39.18 AM

I guess to do that you could start a new animation, add custom animation (instead of fade). Then you can work with the opacity, which will give you the same effect as the fade option, and adjust the timing of appearance.