1
/*
2
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
3
*
4
* Uses the built in easing capabilities added In jQuery 1.1
5
* to offer multiple easing options
6
*
7
* TERMS OF USE - EASING EQUATIONS
8
*
9
* Open source under the BSD License.
10
*
11
* Copyright © 2001 Robert Penner
12
* All rights reserved.
13
*
14
* TERMS OF USE - jQuery Easing
15
*
16
* Open source under the BSD License.
17
*
18
* Copyright © 2008 George McGinley Smith
19
* All rights reserved.
20
*
21
* Redistribution and use in source and binary forms, with or without modification,
22
* are permitted provided that the following conditions are met:
23
*
24
* Redistributions of source code must retain the above copyright notice, this list of
25
* conditions and the following disclaimer.
26
* Redistributions in binary form must reproduce the above copyright notice, this list
27
* of conditions and the following disclaimer in the documentation and/or other materials
28
* provided with the distribution.
29
*
30
* Neither the name of the author nor the names of contributors may be used to endorse
31
* or promote products derived from this software without specific prior written permission.
32
*
33
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
34
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
35
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
36
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
37
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
38
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
39
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
40
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
...
</html>