summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/extensions/docs/api_other.html2
-rw-r--r--chrome/common/extensions/docs/static/api_other.html2
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>&lt;style&gt;
div:hover {
-webkit-transform: rotate(360deg);
- -webkit-transition: all sl ease-out;
+ -webkit-transition: all 1s ease-out;
}
&lt;/style&gt;
</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>&lt;style>
div:hover {
-webkit-transform: rotate(360deg);
- -webkit-transition: all sl ease-out;
+ -webkit-transition: all 1s ease-out;
}
&lt;/style>
</pre>