Uses of Interface
org.pepstock.charba.client.callbacks.RequestAnimationCallback
-
Packages that use RequestAnimationCallback Package Description org.pepstock.charba.client.utils Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging. -
-
Uses of RequestAnimationCallback in org.pepstock.charba.client.utils
Methods in org.pepstock.charba.client.utils with parameters of type RequestAnimationCallback Modifier and Type Method Description static int
Window. requestAnimationFrame(RequestAnimationCallback callback)
Tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation right before the next repaint.
The method takes a callback as an argument to be invoked before the repaint.
-