Package tripleplay.ui

Interface Menu.AnimFn

Enclosing class:
Menu

public static interface Menu.AnimFn
Produces an animation for a menu.
  • Method Summary

    Modifier and Type
    Method
    Description
    go(Menu menu, Animator animator)
    For the given menu and animator, adds an animation to the given animator and returns it.
  • Method Details

    • go

      Animation go(Menu menu, Animator animator)
      For the given menu and animator, adds an animation to the given animator and returns it. TODO: how can more than one animation be supported? seems Animation should have a join() method in addition to then()