StyleContext.scrollAnimations

This function is analogous to Window.scroll, and should be called together with it so the invalidation areas for any ongoing animation are scrolled together with it.

More...
class StyleContext
void
scrollAnimations
(,
int dx
,
int dy
)

Parameters

window Window
dx int

Amount to scroll in the X axis

dy int

Amount to scroll in the Y axis

Detailed Description

Deprecated: This function does nothing.

Meta