File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2588,9 +2588,8 @@ <h3>Scaling using a cubic Bézier curve</h3>
25882588 < div
25892589 class ="production "> < dfn > <cubic-bezier-timing-function></ dfn > =
25902590 ease | ease-in | ease-out | ease-in-out |
2591- < span class ="atom "> cubic-bezier(<number> <number>
2592- <number>
2593- <number>)</ span > </ div >
2591+ < span class ="atom "> cubic-bezier(<number>, <number>,
2592+ <number>, <number>)</ span > </ div >
25942593 </ blockquote >
25952594 < p >
25962595 The meaning of each value is as follows:
@@ -8164,9 +8163,11 @@ <h2>Changes since last publication</h2>
81648163 href ="http://www.w3.org/TR/2013/WD-web-animations-20140605/ "> 5 June
81658164 2014 Working Draft</ a > :
81668165 </ p >
8166+ < ul >
8167+ < li > Fixed the grammar for < a > <cubic-bezier-timing-function></ a > to
8168+ match CSS Transitions.
8169+ </ ul >
81678170 < p >
8168- (None)
8169- </ p >
81708171 Changes since the < a
81718172 href ="http://www.w3.org/TR/2013/WD-web-animations-20130625/ "> 25 June
81728173 2013 Working Draft</ a > are included in < a
You can’t perform that action at this time.
0 commit comments