cancelAnimationFrame method

int cancelAnimationFrame(
  1. dynamic instance
)

Implementation

int cancelAnimationFrame(instance){
  return -1;
}