Animation Feedback

I had a look at Paul’s version of the challenge to animate the Guess The Flags app, and like me he’d hit on altering the amount of each animation depending on if it was the clicked on flag, but he’d done it with a lot less code – using the ternary operator in each of the modifiers – versus my approach of filling in an Int array for each of the effects and altering them depending on the user selection.

Another round to Paul!

Leave a comment