diff options
Diffstat (limited to 'files/pt-br/tools')
-rw-r--r-- | files/pt-br/tools/page_inspector/how_to/work_with_animations/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/tools/page_inspector/how_to/work_with_animations/index.html b/files/pt-br/tools/page_inspector/how_to/work_with_animations/index.html index ec75510240..0d3e907dc4 100644 --- a/files/pt-br/tools/page_inspector/how_to/work_with_animations/index.html +++ b/files/pt-br/tools/page_inspector/how_to/work_with_animations/index.html @@ -107,11 +107,11 @@ original_slug: Tools/Page_Inspector/How_to/Trabalho_Com_Animaçoes <li>The <code>img#icon</code> animation: <ul> <li>animated the <code><a href="/en-US/docs/Web/CSS/filter">filter</a></code> and <code><a href="/en-US/docs/Web/CSS/transform">transform</a></code> properties, to scale the icon and color it</li> - <li><span style="display: none;"> </span><span style="display: none;"> </span> lasted 750ms, had an <code>endDelay</code> of 100ms</li> + <li><span class="hidden"> </span><span class="hidden"> </span> lasted 750ms, had an <code>endDelay</code> of 100ms</li> <li>used the compositor thread.</li> </ul> </li> - <li><span style="display: none;"> </span><span style="display: none;"> </span>The <code>span#note</code> animation: + <li><span class="hidden"> </span><span class="hidden"> </span>The <code>span#note</code> animation: <ul> <li>animated the <code><a href="/en-US/docs/Web/CSS/width">width</a></code> and <code><a href="/en-US/docs/Web/CSS/opacity">opacity</a></code> properties, to make the name gradually appear</li> <li>lasted 500ms, and had a <code>delay</code> of 150ms.</li> |