Optimize the ripple effect on the navigation bar in Files app.
commit489a61ed8f0ed4538a856572ff9979a6f3e01b12
authormtomasz <mtomasz@chromium.org>
Wed, 4 Feb 2015 04:09:26 +0000 (3 20:09 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 4 Feb 2015 04:10:36 +0000 (4 04:10 +0000)
treeec707b732a9b170560caff9fb5a7a4c0c2012acd
parent3567ba76d3d617b31fb771564371a7eb1b2c8966
Optimize the ripple effect on the navigation bar in Files app.

Due to slow querySelector (7ms) in the command handler, the ripple was far from
smooth. This CL replaces querySelector with getElementsByClassName which is
around 20 times faster.

TEST=Tested manually that the ripple is smooth.
BUG=455055

Review URL: https://codereview.chromium.org/895633005

Cr-Commit-Position: refs/heads/master@{#314499}
ui/file_manager/file_manager/foreground/js/file_manager_commands.js