diff options
-rw-r--r-- | chrome/common/extensions/docs/api_other.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/api_other.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html index 087b964..c2bdc8b 100644 --- a/chrome/common/extensions/docs/api_other.html +++ b/chrome/common/extensions/docs/api_other.html @@ -252,7 +252,7 @@ E.g. window.open(someUrl). --></dd> <pre><style> div:hover { -webkit-transform: rotate(360deg); - -webkit-transition: all sl ease-out; + -webkit-transition: all 1s ease-out; } </style> </pre> diff --git a/chrome/common/extensions/docs/static/api_other.html b/chrome/common/extensions/docs/static/api_other.html index e208ad2..b66fcc1 100644 --- a/chrome/common/extensions/docs/static/api_other.html +++ b/chrome/common/extensions/docs/static/api_other.html @@ -38,7 +38,7 @@ E.g. window.open(someUrl). --></dd> <pre><style> div:hover { -webkit-transform: rotate(360deg); - -webkit-transition: all sl ease-out; + -webkit-transition: all 1s ease-out; } </style> </pre> |