Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed 'clip' as it has been deprecated in favor of clip-path. Clip-…
…path needs to be added
  • Loading branch information
estelle committed Dec 28, 2014
commit b91e1dd960d5fbf5ac77ea44e4e54ebb143ea580
8 changes: 4 additions & 4 deletions css-transitions/Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -1433,10 +1433,10 @@ <h2 id="animatable-types"><a title="" id="animation-of-property-types-">
<strong>number</strong>: interpolated as real (floating point)
numbers.
</li>
<li id="animtype-rect">
<!--<li id="animtype-rect">
<strong>rectangle</strong>: interpolated via the x, y,
width and height components (treating each as a number).
</li>
</li>-->
<!--<li id="animtype-transform">
<strong>transform</strong>: interpolated via individual transform properties
</li>-->
Expand Down Expand Up @@ -1602,9 +1602,9 @@ <h3 id="animatable-css"><a title="" id="properties-from-css-">
<tr>
<td>bottom</td><td>as <a href="#animtype-lpcalc">length, percentage, or calc</a></td>
</tr>
<tr>
<!--<tr>
<td>clip</td><td>as <a href="#animtype-rect">rectangle</a></td>
</tr>
</tr>-->
<tr>
<td>color</td><td>as <a href="#animtype-color">color</a></td>
</tr>
Expand Down