nickbutcher / AnimatorDurationTile

A quick settings tile to quickly set the animator duration scale.
Apache License 2.0
1.38k stars 115 forks source link

Window animation scale and Transition animation scale #11

Closed reline closed 7 years ago

reline commented 7 years ago

Would either of these be reasonable to add to this project? I must still go and manually disable these two scales when doing certain espresso tests, and as they are directly next to the Animator duration scale it defeats the purpose of providing quick access.

nickbutcher commented 7 years ago

I'm inclined not to add these settings as this tile is intended for helping you author animations. @JoseAlcerreca do you have any suggestions for better ways to control animations while running espresso tests?

JoseAlcerreca commented 7 years ago

They would be handy to help author and review other types of animations. Why is it only changing the scale of one?

On the other hand, adding the functionality would be straightforward @Reline, you can fork this and modify it.

reline commented 7 years ago

Awesome, thanks for the feedback!

nickbutcher commented 7 years ago

I only control the Animator Duration as that is the only one i've found useful while authoring animations! I'd like to keep this app focused i.e. not offering multiple tiles so will close for now, but as @JoseAlcerreca says, that should be very easy to add so feel free to fork! Good luck.