Interface AnimationFrameCallback

All Superinterfaces:
JSObject

public interface AnimationFrameCallback extends JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAnimationFrame​(double timestamp)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • onAnimationFrame

      void onAnimationFrame(double timestamp)