mamaral / Neon

A powerful Swift programmatic UI layout framework.
MIT License
4.58k stars 389 forks source link

Question: How is animation with neon? #35

Closed Joker666 closed 8 years ago

Joker666 commented 8 years ago

I just saw the library, didn't dig into it much, but hopefully considering to use it. Just one concern, how is the basic animations with neon, what are the animation properties? Like with autolayout you animate the constraints constants which is a pain in the ass rather than normal uiview animations.

If the animation is breeze I'm all on with this layout system :) 👍

mamaral commented 8 years ago

Each of the functions are simply setting the frame, so I'm assuming you can simply wrap the method calls in your normal animation blocks and the changes should animate fine.

Joker666 commented 8 years ago

Thanks :) Will try out for sure!