Overlay scrollbar could fade out on impl thread, which is opacity animation.
Right now it is controlled by animation controller posting delayed tasks, and then use the scrollbar layer to access the effect node.
The general animation system sets up element id, and use element id to tick animation.
It should be possible to use the animation system right now to tick the opacity animation. This would also remove some code that is overlay scrollbar only.
Though animation element id needed to be added on Blink side and then passed to cc.
Comment 1 by chaopeng@chromium.org
, Mar 18 2017