1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
11 -webkit-animation-duration: 2s;
12 -webkit-animation-iteration-count: infinite
;
13 -webkit-animation-name: spin
;
14 -webkit-animation-timing-function: linear
;
15 background-image: -webkit-canvas
(spinner-circle
);
16 background-position: 50% 50%;
17 background-repeat: no-repeat
;
32 @-webkit-keyframes spin
{
34 -webkit-transform: rotate
(0);
37 -webkit-transform: rotate
(360deg);