Skip to content

Commit 7785b0b

Browse files
authored
Merge pull request #54 from PavelKoroteev/patch-1
Update easing functions w3 link
2 parents fcfc40e + 2ada672 commit 7785b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install
3131

3232
[![npm install bezier-easing](https://nodei.co/npm/bezier-easing.png)](http://npmjs.org/package/bezier-easing)
3333

34-
It is the equivalent to [CSS Transitions' `transition-timing-function`](http://www.w3.org/TR/css3-transitions/#transition-timing-function-property).
34+
It is the equivalent to [CSS Transitions' `transition-timing-function`](http://www.w3.org/TR/css-easing-1/#cubic-bezier-easing-functions).
3535

3636

3737
In the same way you can define in CSS `cubic-bezier(0.42, 0, 0.58, 1)`,

0 commit comments

Comments
 (0)