How do I change the bubble subtitle fade in/out duration?
I would like the bubbles to show up a little bit faster.
Bubble subtitle fade in/out duration
Re: Bubble subtitle fade in/out duration
Hi,
Duplicate the Canvas Group Animator Controller asset, and put the duplicate in your own folder. Assign the duplicate to bubble panel's Animator component on the Bubble Panel GameObject. Then edit the duplicate in the Animator window. Inspect the Show and Hide states, and increase their Speed values (e.g., change it from 1 to 2).
Duplicate the Canvas Group Animator Controller asset, and put the duplicate in your own folder. Assign the duplicate to bubble panel's Animator component on the Bubble Panel GameObject. Then edit the duplicate in the Animator window. Inspect the Show and Hide states, and increase their Speed values (e.g., change it from 1 to 2).
Re: Bubble subtitle fade in/out duration
Thanks for the help!
Re: Bubble subtitle fade in/out duration
Happy to help!