first commit
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 317 B |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 350 B |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 117 B |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1,497 @@
|
||||
/*-----------------------------------------------------------------------------
|
||||
|
||||
- RAMA BANNER ROTATOR -
|
||||
|
||||
Screen Stylesheet
|
||||
|
||||
version: 1.0
|
||||
date: 09/18/11
|
||||
author: freshline
|
||||
email: support@version-four.com
|
||||
website: http://www.version-four.com
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#example {
|
||||
-webkit-border-radius: 0 0 6px 6px;
|
||||
-moz-border-radius: 0 0 6px 6px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
border-bottom: 1px solid #fff;
|
||||
-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.05);
|
||||
-moz-box-shadow: 0 10px 10px rgba(0,0,0,.05);
|
||||
box-shadow: 0 10px 10px rgba(0,0,0,.05);
|
||||
}
|
||||
|
||||
/******************************
|
||||
- CUSTOM TOOLBOX -
|
||||
******************************/
|
||||
|
||||
.custom_toolbox {
|
||||
background-color:#303030 !important;
|
||||
|
||||
/* To Put it on the left side:
|
||||
margin-left:10px !important;
|
||||
float:left !important;
|
||||
*/
|
||||
|
||||
/* To Put it on the Right Side:
|
||||
margin-right:10px !important;
|
||||
float:right !important;
|
||||
*/
|
||||
|
||||
/* To put it on the middle:
|
||||
maring-right:auto !important;
|
||||
margin-left:auto !important;
|
||||
float:none !important;
|
||||
*/
|
||||
|
||||
margin-right:auto !important;
|
||||
margin-left:auto !important;
|
||||
float:none !important;
|
||||
top:320px !important; /* The Top POsition of the Navigation Toolbox */
|
||||
background:transparent !important;
|
||||
-webkit-border-radius:0px !important;
|
||||
-moz-border-radius: 0px !important;
|
||||
border-radius: 0px !important;
|
||||
-webkit-box-shadow: none; /*0px 0px 6px 0px #1f2120 !important;*/
|
||||
-moz-box-shadow: none; /*0px 0px 6px 0px #1f2120 !important;*/
|
||||
box-shadow: none; /*0px 0px 6px 0px #1f2120 !important;*/
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
-THE SKIN SETTINGS -
|
||||
|
||||
---------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
/***********************************************/
|
||||
/*------ THEME TOOLBOX SETTINGS ------*/
|
||||
/***********************************************/
|
||||
|
||||
.sport_mini_thumbnail_buttons {
|
||||
background-image:url(../assets/navigation/buttons.png);
|
||||
}
|
||||
|
||||
.sport_previous {
|
||||
background-image:url(../assets/navigation/nextprev.png);
|
||||
}
|
||||
|
||||
.sport_next {
|
||||
background-image:url(../assets/navigation/nextprev.png);
|
||||
}
|
||||
.sport_image_thumbnail {
|
||||
margin-top:-70px !important;
|
||||
z-index:11;
|
||||
background-color:#fff !important;
|
||||
}
|
||||
|
||||
.sport_countdown {
|
||||
background-image:url(../assets/loader/timer_white.png) !important;
|
||||
|
||||
}
|
||||
|
||||
.sport_image_thumbnail_arrow{
|
||||
background-image:url(../assets/navigation/arrow_down_white.png) !important;
|
||||
z-index:11;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
-BASIC / DEAFULT SETTINGS. NO NEED TO MODIFICATE -
|
||||
|
||||
---------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
.noFilterClass {
|
||||
filter:none !important;
|
||||
}
|
||||
|
||||
/*---------------------------------------
|
||||
- CLEARING THE DEFAULT SETTINGS -
|
||||
-----------------------------------------*/
|
||||
.frames_slider ul, .frames_slider li {
|
||||
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-border-radius: 0 0 6px 6px;
|
||||
-moz-border-radius: 0 0 6px 6px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
position:absolute;
|
||||
left:0;
|
||||
top:0;
|
||||
}
|
||||
|
||||
|
||||
/*-------------------------------------------------
|
||||
- The Default Settings for Each Banner -
|
||||
- Oll Theme Relevant Settings are -
|
||||
- idntified via Theme Names in ID and Class -
|
||||
---------------------------------------------------*/
|
||||
|
||||
.none_frame{
|
||||
background-color:#fff;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
display:none;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
font-family: 'Oswald', sans-serif;
|
||||
color: #000;
|
||||
-webkit-border-radius:0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
z-index:1;
|
||||
}
|
||||
|
||||
/*------------------------------
|
||||
- Mask on Images -
|
||||
--------------------------------*/
|
||||
|
||||
.frames_slider #mask {
|
||||
position:absolute;
|
||||
overflow:hidden;
|
||||
-webkit-border-radius:0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------
|
||||
- The Loader Size, Source and position on the Banner
|
||||
----------------------------------------------------------*/
|
||||
.frames_slider .loader{
|
||||
background-image:url(../assets/loader/loader_round_blue.gif);
|
||||
background-repeat:none;
|
||||
width:18px;
|
||||
height:18px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
top:45%;
|
||||
z-index:1499;
|
||||
position:relative;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*--------------------------------------------
|
||||
- The Logo in the right top Corner -
|
||||
----------------------------------------------*/
|
||||
.frames_slider #bannerlogo {
|
||||
position:absolute;
|
||||
left:765px;
|
||||
top:5px;
|
||||
z-index:1500;
|
||||
cursor:point;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#bannerlogo a:link {border:none;}
|
||||
#bannerlogo a:visited {border:none;}
|
||||
|
||||
.frames_slider #bannerlogo img{
|
||||
border-style:none;
|
||||
border:none;
|
||||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------
|
||||
- Image Thumbnails, borders, Marings, rounded corners -
|
||||
------------------------------------------------------------------*/
|
||||
.frames_slider #image_thumbnail {
|
||||
position:absolute;
|
||||
border: 1px solid #000;
|
||||
background-color:#1a1a1a;
|
||||
-webkit-border-radius:3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0px 0px 4px 0px #1f2120;
|
||||
-moz-box-shadow: 0px 0px 4px 0px #1f2120;
|
||||
box-shadow: 0px 0px 4px 0px #1f2120;
|
||||
cursor:pointer;
|
||||
z-index:990;
|
||||
}
|
||||
|
||||
/*---------------------------------------------------
|
||||
- Small Arrow under the Image Thumbnails -
|
||||
-----------------------------------------------------*/
|
||||
.frames_slider #image_thumbnail_arrow{
|
||||
width:26px;
|
||||
height:13px;
|
||||
background-image:url(../assets/navigation/arrow_down_black.png);
|
||||
background-repeat:no-repeat;
|
||||
position:absolute;
|
||||
z-index:4150 !important;
|
||||
}
|
||||
|
||||
/*-------------------------------------------
|
||||
- Toolbox (thumbnail, next,prev holder)
|
||||
---------------------------------------------*/
|
||||
.frames_slider #toolbox {
|
||||
position:relative;
|
||||
top:365px !important;
|
||||
left: 40%;
|
||||
float:left !important;
|
||||
padding:0;
|
||||
width:auto;
|
||||
height:30px;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
background: #dfdfdf;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dfdfdf));
|
||||
background: -moz-linear-gradient(top, #f2f2f2, #dfdfdf);
|
||||
background: -o-linear-gradient(rgb(242,242,242),rgb(223,223,223));
|
||||
-pie-background: linear-gradient(rgb(242,242,242),rgb(223,223,223));
|
||||
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
|
||||
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
.ie7 .frames_slider #toolbox {
|
||||
width: 161px !important;
|
||||
behavior: url(../js/PIE.htc);
|
||||
}
|
||||
|
||||
/*-------------------------------------
|
||||
- Toolbox - Next Button -
|
||||
--------------------------------------*/
|
||||
.frames_slider #toolbox #next {
|
||||
margin-top:6px;
|
||||
margin-left: 5px;
|
||||
float:left;
|
||||
overflow:hidden;
|
||||
background-image:url(../assets/navigation/nextprev.png);
|
||||
background-position:top left;
|
||||
width:19px;
|
||||
height:19px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
/*-------------------------------------
|
||||
- Toolbox - Prev Button -
|
||||
--------------------------------------*/
|
||||
.frames_slider #toolbox #previous {
|
||||
margin-top:6px;
|
||||
margin-right: 2px;
|
||||
float:right;
|
||||
overflow:hidden;
|
||||
background-image:url(../assets/navigation/nextprev.png);
|
||||
background-position:top right;
|
||||
width:19px;
|
||||
height:19px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
/*------------------------------------------
|
||||
- Toolbox - divider between buttons -
|
||||
--------------------------------------------*/
|
||||
.frames_slider #toolbox #mini_divider {
|
||||
margin-left:3px;
|
||||
margin-right:1px;
|
||||
float:right;
|
||||
overflow:hidden;
|
||||
/* background:url(../assets/navigation/toolbar_separator.png) no-repeat center center;;*/
|
||||
width:2px;
|
||||
height:30px;
|
||||
}
|
||||
|
||||
/*-----------------------------------------
|
||||
- Toolbox - Mini Thumbnail Buttons -
|
||||
-------------------------------------------*/
|
||||
.frames_slider #toolbox .mini_thumbnail_buttons {
|
||||
margin-top:5px;
|
||||
float:right;
|
||||
overflow:hidden;
|
||||
background-image:url(../assets/navigation/buttons.png);
|
||||
background-position:top left;
|
||||
width:22px;
|
||||
height:22px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.frames_slider .pause_sign {
|
||||
background:url(../assets/navigation/pause.png) no-repeat;
|
||||
width:35px;
|
||||
height:37px;
|
||||
position:absolute;
|
||||
z-index:4100;
|
||||
}
|
||||
|
||||
.countdown {
|
||||
background-image: url(../assets/loader/timer_white.png);
|
||||
height: 10px;
|
||||
margin-left: 6px;
|
||||
margin-top: 6px;
|
||||
position: relative;
|
||||
width: 10px;
|
||||
z-index: 4055;
|
||||
}
|
||||
/*-----------------------------------------------------------------------------
|
||||
|
||||
- RAMA SLIDER -
|
||||
|
||||
Screen Stylesheet
|
||||
|
||||
version: 1.0
|
||||
date: 07/27/11
|
||||
author: freshline
|
||||
email: support@version-four.com
|
||||
website: http://www.version-four.com
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------------------------------------
|
||||
|
||||
- THE LAYERS ON THE RAMA BANNER -
|
||||
|
||||
All Object (Text, Images) on the Banner Layer will be set via the Content.css
|
||||
You can of course use your own styles as well. We only recommend to split the css files,
|
||||
to make better overview of your files.
|
||||
|
||||
Position are always absolute. Position 0,0 is the left top corner of the banner inside the Frame.
|
||||
|
||||
---------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/*--------------------------------------------------
|
||||
- BANNER 1 - 1/10
|
||||
-----------------------------------------------------*/
|
||||
.logo_1 {
|
||||
left:265px;
|
||||
top:21px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.title_1 {
|
||||
font-size:2.5em;
|
||||
font-style:italic;
|
||||
font-weight:normal;
|
||||
color: #fff;
|
||||
padding:10px 30px 15px 20px;
|
||||
left:40px;
|
||||
top:255px;
|
||||
position:absolute;
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
}
|
||||
|
||||
.description_1 {
|
||||
font-size:1.5em;
|
||||
text-align:center;
|
||||
color: #88d600;
|
||||
left:60px;
|
||||
top:287px;
|
||||
position:absolute;
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------
|
||||
- BANNER 1 - 2/10
|
||||
-----------------------------------------------------*/
|
||||
|
||||
.title_2 {
|
||||
font-size:2.5em;
|
||||
font-weight:normal;
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
color: #fff;
|
||||
left:370px;
|
||||
top:215px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.description_2 {
|
||||
font-size:1.5em;
|
||||
color: #fff;
|
||||
left:370px;
|
||||
top:200px;
|
||||
position:absolute;
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------
|
||||
- BANNER 1 - 3/10
|
||||
-----------------------------------------------------*/
|
||||
|
||||
.title_3 {
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
font-size:2.5em;
|
||||
font-style:italic;
|
||||
font-weight:normal;
|
||||
color: #88d600;
|
||||
padding:10px 30px 15px 20px;
|
||||
left:40px;
|
||||
top:250px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.description_3 {
|
||||
font-size:1.5em;
|
||||
text-align:center;
|
||||
color: #fff;
|
||||
left:60px;
|
||||
top:287px;
|
||||
position:absolute;
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------
|
||||
- BANNER 1 - 4/10
|
||||
-----------------------------------------------------*/
|
||||
|
||||
.title_4 {
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
font-size:2.5em;
|
||||
font-style:italic;
|
||||
font-weight:normal;
|
||||
color: #fff;
|
||||
padding:10px 30px 15px 20px;
|
||||
left:40px;
|
||||
top:180px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.description_4 {
|
||||
font-size:1.5em;
|
||||
text-align:center;
|
||||
color: #fff;
|
||||
left:60px;
|
||||
top:175px;
|
||||
position:absolute;
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------
|
||||
- BANNER 1 - 5/10
|
||||
-----------------------------------------------------*/
|
||||
|
||||
.title_5 {
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
font-size:2.5em;
|
||||
font-style:italic;
|
||||
font-weight:normal;
|
||||
color:#1f2123;
|
||||
left:350px;
|
||||
top:250px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.description_5 {
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
font-size:1.5em;
|
||||
font-style:italic;
|
||||
color: #1f2123;
|
||||
left:350px;
|
||||
top:285px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,72 @@
|
||||
/*
|
||||
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
|
||||
*
|
||||
* Uses the built in easing capabilities added In jQuery 1.1
|
||||
* to offer multiple easing options
|
||||
*
|
||||
* TERMS OF USE - jQuery Easing
|
||||
*
|
||||
* Open source under the BSD License.
|
||||
*
|
||||
* Copyright © 2008 George McGinley Smith
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification,
|
||||
* are permitted provided that the following conditions are met:
|
||||
*
|
||||
* Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* Neither the name of the author nor the names of contributors may be used to endorse
|
||||
* or promote products derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
||||
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
||||
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
||||
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
|
||||
// t: current time, b: begInnIng value, c: change In value, d: duration
|
||||
jQuery.easing["jswing"]=jQuery.easing["swing"];jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,e)},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){if((b/=e/2)<1)return d/2*b*b+c;return-d/2*(--b*(b-2)-1)+c},easeInCubic:function(a,b,c,d,e){return d*(b/=e)*b*b+c},easeOutCubic:function(a,b,c,d,e){return d*((b=b/e-1)*b*b+1)+c},easeInOutCubic:function(a,b,c,d,e){if((b/=e/2)<1)return d/2*b*b*b+c;return d/2*((b-=2)*b*b+2)+c},easeInQuart:function(a,b,c,d,e){return d*(b/=e)*b*b*b+c},easeOutQuart:function(a,b,c,d,e){return-d*((b=b/e-1)*b*b*b-1)+c},easeInOutQuart:function(a,b,c,d,e){if((b/=e/2)<1)return d/2*b*b*b*b+c;return-d/2*((b-=2)*b*b*b-2)+c},easeInQuint:function(a,b,c,d,e){return d*(b/=e)*b*b*b*b+c},easeOutQuint:function(a,b,c,d,e){return d*((b=b/e-1)*b*b*b*b+1)+c},easeInOutQuint:function(a,b,c,d,e){if((b/=e/2)<1)return d/2*b*b*b*b*b+c;return d/2*((b-=2)*b*b*b*b+2)+c},easeInSine:function(a,b,c,d,e){return-d*Math.cos(b/e*(Math.PI/2))+d+c},easeOutSine:function(a,b,c,d,e){return d*Math.sin(b/e*(Math.PI/2))+c},easeInOutSine:function(a,b,c,d,e){return-d/2*(Math.cos(Math.PI*b/e)-1)+c},easeInExpo:function(a,b,c,d,e){return b==0?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(-Math.pow(2,-10*b/e)+1)+c},easeInOutExpo:function(a,b,c,d,e){if(b==0)return c;if(b==e)return c+d;if((b/=e/2)<1)return d/2*Math.pow(2,10*(b-1))+c;return d/2*(-Math.pow(2,-10*--b)+2)+c},easeInCirc:function(a,b,c,d,e){return-d*(Math.sqrt(1-(b/=e)*b)-1)+c},easeOutCirc:function(a,b,c,d,e){return d*Math.sqrt(1-(b=b/e-1)*b)+c},easeInOutCirc:function(a,b,c,d,e){if((b/=e/2)<1)return-d/2*(Math.sqrt(1-b*b)-1)+c;return d/2*(Math.sqrt(1-(b-=2)*b)+1)+c},easeInElastic:function(a,b,c,d,e){var f=1.70158;var g=0;var h=d;if(b==0)return c;if((b/=e)==1)return c+d;if(!g)g=e*.3;if(h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(b-=1))*Math.sin((b*e-f)*2*Math.PI/g))+c},easeOutElastic:function(a,b,c,d,e){var f=1.70158;var g=0;var h=d;if(b==0)return c;if((b/=e)==1)return c+d;if(!g)g=e*.3;if(h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*b)*Math.sin((b*e-f)*2*Math.PI/g)+d+c},easeInOutElastic:function(a,b,c,d,e){var f=1.70158;var g=0;var h=d;if(b==0)return c;if((b/=e/2)==2)return c+d;if(!g)g=e*.3*1.5;if(h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);if(b<1)return-.5*h*Math.pow(2,10*(b-=1))*Math.sin((b*e-f)*2*Math.PI/g)+c;return h*Math.pow(2,-10*(b-=1))*Math.sin((b*e-f)*2*Math.PI/g)*.5+d+c},easeInBack:function(a,b,c,d,e,f){if(f==undefined)f=1.70158;return d*(b/=e)*b*((f+1)*b-f)+c},easeOutBack:function(a,b,c,d,e,f){if(f==undefined)f=1.70158;return d*((b=b/e-1)*b*((f+1)*b+f)+1)+c},easeInOutBack:function(a,b,c,d,e,f){if(f==undefined)f=1.70158;if((b/=e/2)<1)return d/2*b*b*(((f*=1.525)+1)*b-f)+c;return d/2*((b-=2)*b*(((f*=1.525)+1)*b+f)+2)+c},easeInBounce:function(a,b,c,d,e){return d-jQuery.easing.easeOutBounce(a,e-b,0,d,e)+c},easeOutBounce:function(a,b,c,d,e){if((b/=e)<1/2.75){return d*7.5625*b*b+c}else if(b<2/2.75){return d*(7.5625*(b-=1.5/2.75)*b+.75)+c}else if(b<2.5/2.75){return d*(7.5625*(b-=2.25/2.75)*b+.9375)+c}else{return d*(7.5625*(b-=2.625/2.75)*b+.984375)+c}},easeInOutBounce:function(a,b,c,d,e){if(b<e/2)return jQuery.easing.easeInBounce(a,b*2,0,d,e)*.5+c;return jQuery.easing.easeOutBounce(a,b*2-e,0,d,e)*.5+d*.5+c}})
|
||||
|
||||
/*
|
||||
*
|
||||
* TERMS OF USE - EASING EQUATIONS
|
||||
*
|
||||
* Open source under the BSD License.
|
||||
*
|
||||
* Copyright © 2001 Robert Penner
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification,
|
||||
* are permitted provided that the following conditions are met:
|
||||
*
|
||||
* Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* Neither the name of the author nor the names of contributors may be used to endorse
|
||||
* or promote products derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
||||
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
||||
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
||||
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||