@@ -107,6 +107,33 @@ animate();
107
107
108
108
```
109
109
110
- # License
110
+ ## Special Thanks
111
111
112
- MIT
112
+ These easing functions were originally written by [ Robert Penner] ( http://robertpenner.com/easing/ ) ,
113
+ and optimized by the [ tween.js] ( https://github.com/sole/tween.js ) authors.
114
+
115
+ ## License
116
+
117
+ The MIT License
118
+
119
+ Copyright (c) 2010-2012 Tween.js authors.
120
+
121
+ Easing equations Copyright (c) 2001 Robert Penner http://robertpenner.com/easing/
122
+
123
+ Permission is hereby granted, free of charge, to any person obtaining a copy
124
+ of this software and associated documentation files (the "Software"), to deal
125
+ in the Software without restriction, including without limitation the rights
126
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127
+ copies of the Software, and to permit persons to whom the Software is
128
+ furnished to do so, subject to the following conditions:
129
+
130
+ The above copyright notice and this permission notice shall be included in
131
+ all copies or substantial portions of the Software.
132
+
133
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
139
+ THE SOFTWARE.
0 commit comments