[][src]Crate raf

Provides a scheduled loop in the browser via requestAnimationFrame.

Structs

AnimationFrameScheduler

Owns a WebRuntime and schedules its execution using requestAnimationFrame.

Traits

Tick

A value which can be mutably called by the scheduler.

Waking

A value which can receive a waker from the scheduler that will request a new frame when woken.