diff --git a/docs/index.html b/docs/index.html index bff0efb..d7fdfc9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,4 +22,4 @@ ro.observe(secondElement, { box: 'border-box' }); ro.observe(canvasElement, { box: 'device-pixel-content-box' }); -
The library supports user-actioned pseudo classes, like :hover
, :active
, :focus
The library will detect changes which occur during animations.
The library will detect changes which occur during transition.
NB: Slow-starting transitions may not be noticed, unless, other interactions occur in the application. Any missed calculations will be noticed at the end of the transition.
This animates 200 elements and counts the changes. To start/stop the animation, tap the cell area.
Updates: 0
*Once the animation, or, transition has finished, the observer will sleep and wait for the next interaction. This keeps CPU idle, reducing battery consumption on portable devices.