Struct stdweb::web::RequestAnimationFrameHandle [] [src]

pub struct RequestAnimationFrameHandle(_);

A handle to a pending animation frame request.

Methods

impl RequestAnimationFrameHandle
[src]

[src]

Cancels an animation frame request.

(Javascript docs)

Trait Implementations

impl Debug for RequestAnimationFrameHandle
[src]

[src]

Formats the value using the given formatter.