• Adam Barth's avatar
    Remove Performance and AnimatedValue · b988a875
    Adam Barth authored
    This patch removes Performance and AnimationValue now that we've ported the
    framework over to AnimationController and Tween. This patch also cleans up the
    names of the AnimationController classes now that they don't have to avoid
    conflicts with the old animation API. Specifically, I've made the following
    renames:
    
     * Animated -> Animation
     * Evaluatable -> Animatable
     * PerformanceStatus -> AnimationStatus
    
    This patch is just renames and moving code around. There aren't any changes in
    behavior.
    b988a875
tooltip.dart 8.95 KB