flutter/examples
Adam Barth 977ece7e55 Begin work on the PopupMenu entrance animation
This CL also refactors how animations work, particularly for the Drawer. I've
renamed DrawerAnimation to DrawerController and switched it from being an
Animation to having an Animation. I've also renamed Animation to AnimatedValue
to capture the idea that the class actually presents the value being animated.
Finally, I've factored AnimatedValueListener out of Drawer so that it can be
used by PopupMenuItem as well.

Finally, I've added a scheduleBuild convienence function to Component instead
of having to call setState(() {}), which has come up a couple times.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1016093002
2015-03-18 11:31:07 -07:00
..
color Remove some more Sky examples that don't run 2015-03-05 10:52:29 -08:00
custom-element Move sky-*.sky into framework/elements 2015-03-11 13:50:09 -07:00
data Make stocks-fn match the style for the Sky SDK 2015-03-17 15:08:53 -07:00
flights Remove more scrolling code from Sky 2015-01-27 15:20:14 -08:00
fn Update README.md 2015-03-12 20:36:24 -07:00
input Move material Input component into sky/framework 2015-03-10 15:03:10 -07:00
scrolling Move sky-*.sky into framework/elements 2015-03-11 13:50:09 -07:00
stocks Make stocks-fn match the style for the Sky SDK 2015-03-17 15:08:53 -07:00
stocks-fn Begin work on the PopupMenu entrance animation 2015-03-18 11:31:07 -07:00
terminal Move services/files/*.mojom -> mojo/services/files/public/interfaces/. 2015-03-17 14:31:56 -07:00
widgets Move sky-*.sky into framework/elements 2015-03-11 13:50:09 -07:00
widgets-fn Add a menu to the stocks app 2015-03-17 19:21:36 -07:00
home.sky Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url 2015-01-08 10:19:52 -08:00
spinning-square.sky Fix spinning-square to spin again. 2015-02-20 10:28:03 -08:00
touch-demo.sky Use double rather than float 2015-03-02 13:11:05 -08:00