BaseBlockingAnimator
Functions
Link copied to clipboard
Create an animator that runs this animation synchronously.
Link copied to clipboard
fun BlockingAnimator.execute(executor: ExecutorService = Executors.newSingleThreadExecutor(DaemonThreadFactory())): Future<*>
Run the animation in a background thread on an executor.
Link copied to clipboard
Start the animation and refresh it until all its tasks are finished.