ReactiveAnimation icon indicating copy to clipboard operation
ReactiveAnimation copied to clipboard

What would be a good demo?

Open jspahrsummers opened this issue 9 years ago • 4 comments

We have the MacDemo project already, and will want something for iOS, but what is a good demonstration of ReactiveAnimation?

Making a label fly around the screen is all well and good, but it's not particularly compelling. :stuck_out_tongue_closed_eyes:

Any and all ideas welcome! :bow:

jspahrsummers avatar Mar 23 '15 05:03 jspahrsummers

What about the entrance animation for a stack of "cards"? Reasons:

  • Vertical stacks are one of the most common layouts
  • Animating said layouts is quite common as well
  • Demonstrates frame, transform, and possibly alpha animations simultaneously for multiple views

One example of this can be found inside the Mint app when it first opens.

indragiek avatar Mar 23 '15 06:03 indragiek

That sounds cool. :metal:

I guess I was naively hoping to avoid any layout-based animations (to sidestep CGRect vs. AL fistfights), but anything interesting would probably require it.

jspahrsummers avatar Mar 23 '15 06:03 jspahrsummers

@jspahrsummers Or we could do both :trollface:

indragiek avatar Mar 23 '15 06:03 indragiek

jspahrsummers avatar Mar 23 '15 06:03 jspahrsummers