HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div id='container'>
<h1>CSS3 Animation Effects Demos</h1>
<hr />
<div class="BlogEntry" >
<div class="BlogEntryImg">
<span> 1</span>
</div><div class="BlogEntryText">
<span class="PlayButton Effect-effectBounce" title="Play Animation"> ►</span>
<b>Effect -> effectBounce</b>
<div class="BlogEntryNotes">
<span style="color:#cc0000;">Note:</span>
To see animation, click on "►" button.
</div>
</div>
</div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span> 2</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceIn" title="Play Animation"> ►</span> <b>Effect -> effectBounceIn</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span> 3</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceInDown" title="Play Animation"> ►</span> <b>Effect -> effectBounceInDown</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span> 4</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceInLeft" title="Play Animation"> ►</span> <b>Effect -> effectBounceInLeft</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span> 5</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceInRight" title="Play Animation"> ►</span> <b>Effect -> effectBounceInRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span> 6</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceInUp" title="Play Animation"> ►</span> <b>Effect -> effectBounceInUp</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span> 7</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceOut" title="Play Animation"> ►</span> <b>Effect -> effectBounceOut</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span> 8</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceOutDown" title="Play Animation"> ►</span> <b>Effect -> effectBounceOutDown</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span> 9</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceOutLeft" title="Play Animation"> ►</span> <b>Effect -> effectBounceOutLeft</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>10</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceOutRight" title="Play Animation"> ►</span> <b>Effect -> effectBounceOutRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>11</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectBounceOutUp" title="Play Animation"> ►</span> <b>Effect -> effectBounceOutUp</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>12</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeIn" title="Play Animation"> ►</span> <b>Effect -> effectFadeIn</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>13</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeInDown" title="Play Animation"> ►</span> <b>Effect -> effectFadeInDown</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>14</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeInDownBig" title="Play Animation"> ►</span> <b>Effect -> effectFadeInDownBig</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>15</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeInLeft" title="Play Animation"> ►</span> <b>Effect -> effectFadeInLeft</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>16</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeInLeftBig" title="Play Animation"> ►</span> <b>Effect -> effectFadeInLeftBig</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>17</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeInRight" title="Play Animation"> ►</span> <b>Effect -> effectFadeInRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>18</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeInRightBig" title="Play Animation"> ►</span> <b>Effect -> effectFadeInRightBig</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>19</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeInUp" title="Play Animation"> ►</span> <b>Effect -> effectFadeInUp</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>20</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeInUpBig" title="Play Animation"> ►</span> <b>Effect -> effectFadeInUpBig</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>21</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeOut" title="Play Animation"> ►</span> <b>Effect -> effectFadeOut</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>22</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeOutDown" title="Play Animation"> ►</span> <b>Effect -> effectFadeOutDown</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>23</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeOutDownBig" title="Play Animation"> ►</span> <b>Effect -> effectFadeOutDownBig</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>24</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeOutLeft" title="Play Animation"> ►</span> <b>Effect -> effectFadeOutLeft</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>25</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeOutLeftBig" title="Play Animation"> ►</span> <b>Effect -> effectFadeOutLeftBig</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>26</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeOutRight" title="Play Animation"> ►</span> <b>Effect -> effectFadeOutRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>27</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeOutRightBig" title="Play Animation"> ►</span> <b>Effect -> effectFadeOutRightBig</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>28</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeOutUp" title="Play Animation"> ►</span> <b>Effect -> effectFadeOutUp</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>29</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFadeOutUpBig" title="Play Animation"> ►</span> <b>Effect -> effectFadeOutUpBig</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>30</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFlash" title="Play Animation"> ►</span> <b>Effect -> effectFlash</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>31</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFlip" title="Play Animation"> ►</span> <b>Effect -> effectFlip</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>32</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFlipInX" title="Play Animation"> ►</span> <b>Effect -> effectFlipInX</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>33</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFlipInY" title="Play Animation"> ►</span> <b>Effect -> effectFlipInY</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>34</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFlipOutX" title="Play Animation"> ►</span> <b>Effect -> effectFlipOutX</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>35</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectFlipOutY" title="Play Animation"> ►</span> <b>Effect -> effectFlipOutY</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>36</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectLightSpeedIn" title="Play Animation"> ►</span> <b>Effect -> effectLightSpeedIn</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>37</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectLightSpeedOut" title="Play Animation"> ►</span> <b>Effect -> effectLightSpeedOut</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>38</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectRotateInDownRight" title="Play Animation"> ►</span> <b>Effect -> effectRotateInDownRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>39</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectRotateInUpLeft" title="Play Animation"> ►</span> <b>Effect -> effectRotateInUpLeft</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>40</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectRotateInUpRight" title="Play Animation"> ►</span> <b>Effect -> effectRotateInUpRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>41</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectRotateOut" title="Play Animation"> ►</span> <b>Effect -> effectRotateOut</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>42</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectRotateOutDownLeft" title="Play Animation"> ►</span> <b>Effect -> effectRotateOutDownLeft</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>43</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectRotateOutDownRight" title="Play Animation"> ►</span> <b>Effect -> effectRotateOutDownRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>44</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectRotateOutUpLeft" title="Play Animation"> ►</span> <b>Effect -> effectRotateOutUpLeft</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>45</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectRotateOutUpRight" title="Play Animation"> ►</span> <b>Effect -> effectRotateOutUpRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>46</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectShake" title="Play Animation"> ►</span> <b>Effect -> effectShake</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>47</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectSlideInDown" title="Play Animation"> ►</span> <b>Effect -> effectSlideInDown</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>48</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectSlideInLeft" title="Play Animation"> ►</span> <b>Effect -> effectSlideInLeft</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>49</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectSlideInRight" title="Play Animation"> ►</span> <b>Effect -> effectSlideInRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>50</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectSlideOutLeft" title="Play Animation"> ►</span> <b>Effect -> effectSlideOutLeft</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>51</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectSlideOutRight" title="Play Animation"> ►</span> <b>Effect -> effectSlideOutRight</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>52</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectSlideOutUp" title="Play Animation"> ►</span> <b>Effect -> effectSlideOutUp</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>53</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectSwing" title="Play Animation"> ►</span> <b>Effect -> effectSwing</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>54</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectTada" title="Play Animation"> ►</span> <b>Effect -> effectTada</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<div class="BlogEntry" ><div class="BlogEntryImg"><span>55</span></div><div class="BlogEntryText"><span class="PlayButton Effect-effectWobble" title="Play Animation"> ►</span> <b>Effect -> effectWobble</b><div class="BlogEntryNotes"><span style="color:#cc0000;">Note:</span> To see animation, click on "►" button.</div></div></div>
<br />
<hr />
<br />
<span style="float:right;">Thank you <br /> <a href="https://twitter.com/Pawan_Mall" target="_top">Pawan Mall</a> <br /> <a href="http://www.pawanmall.net/" target="_top">www.pawanmall.net</a></span>
<br />
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
@import url('https://fonts.googleapis.com/css?family=Montez');
@import url(https://fonts.googleapis.com/css?family=Francois+One);
#container
{
margin: 10%;
width:80%;
font-family:Montez;
}
#container > h1{
text-align:center;
margin-top:-40px;
}
.BlogEntry
{
min-height:50px;
border-bottom:dashed 1px #006699;
padding:5px;
margin-top:10px;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.BlogEntryImg {
float:left;
height:50px;
width:50px;
border:solid 1px #dedede;
padding:2px;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.BlogEntryImg >span{
font-size:300%;
margin-left:10%;
}
.BlogEntryText
{
margin-left:70px;
min-height:50px;
word-wrap:break-word;
overflow:hidden;
padding:5px;
display:block;
font-family: 'Francois One', sans-serif;
}
.BlogEntryNotes
{
font-size:11px;
color:#999;
font-family:Arial, Helvetica, sans-serif;
margin-top:5px;
}
.BlogEntryImg img
{
width:50px;height:50px
}
.PlayButton{
color:#fff;
font-weight:bolder;
background: #EE6557;
float:right;
cursor:pointer;
font-family:arial;
width:26px;
height:25px;
font-size:20px;
padding:4px;
margin-top:10px;
margin-right:50px;
}
/* Animation Effects */
/* Animation Effect - effectBounce */
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
} 40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.effectBounce
{
animation:bounce 1s infinite;
-webkit-animation:bounce 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceIn */
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.effectBounceIn
{
animation:bounceIn 1s infinite;
-webkit-animation:bounceIn 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceInDown */
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.effectBounceInDown
{
animation:bounceInDown 1s infinite;
-webkit-animation:bounceInDown 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceInLeft */
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.effectBounceInLeft
{
animation:bounceInLeft 1s infinite;
-webkit-animation:bounceInLeft 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceInRight */
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.effectBounceInRight
{
animation:bounceInRight 1s infinite;
-webkit-animation:bounceInRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceInUp */
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.effectBounceInUp
{
animation:bounceInUp 1s infinite;
-webkit-animation:bounceInUp 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceOut */
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.effectBounceOut
{
animation:bounceOut 1s infinite;
-webkit-animation:bounceOut 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceOutDown */
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.effectBounceOutDown
{
animation:bounceOutDown 1s infinite;
-webkit-animation:bounceOutDown 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceOutLeft */
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.effectBounceOutLeft
{
animation:bounceOutLeft 1s infinite;
-webkit-animation:bounceOutLeft 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceOutRight */
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.effectBounceOutRight
{
animation:bounceOutRight 1s infinite;
-webkit-animation:bounceOutRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectBounceOutUp */
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.effectBounceOutUp
{
animation:bounceOutUp 1s infinite;
-webkit-animation:bounceOutUp 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeIn */
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.effectFadeIn
{
animation:fadeIn 1s infinite;
-webkit-animation:fadeIn 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeInDown */
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.effectFadeInDown
{
animation:fadeInDown 1s infinite;
-webkit-animation:fadeInDown 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeInDownBig */
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.effectFadeInDownBig
{
animation:fadeInDownBig 1s infinite;
-webkit-animation:fadeInDownBig 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeInLeft */
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.effectFadeInLeft
{
animation:fadeInLeft 1s infinite;
-webkit-animation:fadeInLeft 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeInLeftBig */
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.effectFadeInLeftBig
{
animation:fadeInLeftBig 1s infinite;
-webkit-animation:fadeInLeftBig 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeInRight */
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.effectFadeInRight
{
animation:fadeInRight 1s infinite;
-webkit-animation:fadeInRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeInRightBig */
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.effectFadeInRightBig
{
animation:fadeInRightBig 1s infinite;
-webkit-animation:fadeInRightBig 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeInUp */
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.effectFadeInUp
{
animation:fadeInUp 1s infinite;
-webkit-animation:fadeInUp 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeInUpBig */
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.effectFadeInUpBig
{
animation:fadeInUpBig 1s infinite;
-webkit-animation:fadeInUpBig 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeOut */
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.effectFadeOut
{
animation:fadeOut 1s infinite;
-webkit-animation:fadeOut 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeOutDown */
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.effectFadeOutDown
{
animation:fadeOutDown 1s infinite;
-webkit-animation:fadeOutDown 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeOutDownBig */
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.effectFadeOutDownBig
{
animation:fadeOutDownBig 1s infinite;
-webkit-animation:fadeOutDownBig 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeOutLeft */
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.effectFadeOutLeft
{
animation:fadeOutLeft 1s infinite;
-webkit-animation:fadeOutLeft 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeOutLeftBig */
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.effectFadeOutLeftBig
{
animation:fadeOutLeftBig 1s infinite;
-webkit-animation:fadeOutLeftBig 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeOutRight */
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.effectFadeOutRight
{
animation:fadeOutRight 1s infinite;
-webkit-animation:fadeOutRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeOutRightBig */
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.effectFadeOutRightBig
{
animation:fadeOutRightBig 1s infinite;
-webkit-animation:fadeOutRightBig 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeOutUp */
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.effectFadeOutUp
{
animation:fadeOutUp 1s infinite;
-webkit-animation:fadeOutUp 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFadeOutUpBig */
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.effectFadeOutUpBig
{
animation:fadeOutUpBig 1s infinite;
-webkit-animation:fadeOutUpBig 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFlash */
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.effectFlash
{
animation:flash 1s infinite;
-webkit-animation:flash 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFlip */
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.effectFlip
{
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
animation:flip 1s infinite;
-webkit-animation:flip 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFlipInX */
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.effectFlipInX
{
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
animation:flipInX 1s infinite;
-webkit-animation:flipInX 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFlipInY */
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.effectFlipInY
{
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
animation:flipInY 1s infinite;
-webkit-animation:flipInY 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFlipOutX */
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.effectFlipOutX
{
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
animation:flipOutX 1s infinite;
-webkit-animation:flipOutX 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectFlipOutY */
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.effectFlipOutY
{
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
animation:flipOutY 1s infinite;
-webkit-animation:flipOutY 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectLightSpeedIn */
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.effectLightSpeedIn
{
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
animation:lightSpeedIn 1s infinite;
-webkit-animation:lightSpeedIn 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectLightSpeedOut */
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.effectLightSpeedOut
{
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
animation:lightSpeedOut 1s infinite;
-webkit-animation:lightSpeedOut 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectRotateInDownRight */
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.effectRotateInDownRight
{
animation:rotateInDownRight 1s infinite;
-webkit-animation:rotateInDownRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectRotateInUpLeft */
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.effectRotateInUpLeft
{
animation:rotateInUpLeft 1s infinite;
-webkit-animation:rotateInUpLeft 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectRotateInUpRight */
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.effectRotateInUpRight
{
animation:rotateInUpRight 1s infinite;
-webkit-animation:rotateInUpRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectRotateOut */
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.effectRotateOut
{
animation:rotateOut 1s infinite;
-webkit-animation:rotateOut 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectRotateOutDownLeft */
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.effectRotateOutDownLeft
{
animation:rotateOutDownLeft 1s infinite;
-webkit-animation:rotateOutDownLeft 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectRotateOutDownRight */
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.effectRotateOutDownRight
{
animation:rotateOutDownRight 1s infinite;
-webkit-animation:rotateOutDownRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectRotateOutUpLeft */
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.effectRotateOutUpLeft
{
animation:rotateOutUpLeft 1s infinite;
-webkit-animation:rotateOutUpLeft 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectRotateOutUpRight */
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.effectRotateOutUpRight
{
animation:rotateOutUpRight 1s infinite;
-webkit-animation:rotateOutUpRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectShake */
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.effectShake
{
animation:shake 1s infinite;
-webkit-animation:shake 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectSlideInDown */
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.effectSlideInDown
{
animation:slideInDown 1s infinite;
-webkit-animation:slideInDown 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectSlideInLeft */
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.effectSlideInLeft
{
animation:slideInLeft 1s infinite;
-webkit-animation:slideInLeft 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectSlideInRight */
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.effectSlideInRight
{
animation:slideInRight 1s infinite;
-webkit-animation:slideInRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectSlideOutLeft */
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.effectSlideOutLeft
{
animation:slideOutLeft 1s infinite;
-webkit-animation:slideOutLeft 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectSlideOutRight */
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.effectSlideOutRight
{
animation:slideOutRight 1s infinite;
-webkit-animation:slideOutRight 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectSlideOutUp */
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.effectSlideOutUp
{
animation:slideOutUp 1s infinite;
-webkit-animation:slideOutUp 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectSwing */
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.effectSwing
{
animation:swing 1s infinite;
-webkit-animation:swing 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectTada */
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.effectTada
{
animation:tada 1s infinite;
-webkit-animation:tada 1s infinite; /* Safari and Chrome */
}
/* Animation Effect - effectWobble */
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.effectWobble
{
animation:wobble 1s infinite;
-webkit-animation:wobble 1s infinite; /* Safari and Chrome */
}
$(document).ready(function()
{
$(".Effect-effectBounce").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounce");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectBounceIn").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceIn");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectBounceInDown").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceInDown");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectBounceInLeft").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceInLeft");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectBounceInRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceInRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectBounceInUp").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceInUp");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectBounceOut").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceOut");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectBounceOutDown").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceOutDown");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectBounceOutLeft").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceOutLeft");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
//ddddddddd
$(".Effect-effectBounceOutRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceOutRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectBounceOutUp").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectBounceOutUp");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeIn").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeIn");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeInDown").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeInDown");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeInDownBig").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeInDownBig");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeInLeft").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeInLeft");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeInLeftBig").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeInLeftBig");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeInRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeInRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeInRightBig").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeInRightBig");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeInUp").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeInUp");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeInUpBig").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeInUpBig");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeOut").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeOut");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeOutDown").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeOutDown");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeOutDownBig").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeOutDownBig");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeOutLeft").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeOutLeft");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeOutLeftBig").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeOutLeftBig");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeOutRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeOutRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeOutRightBig").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeOutRightBig");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeOutUp").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeOutUp");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFadeOutUpBig").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFadeOutUpBig");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFlash").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFlash");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFlip").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFlip");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFlipInX").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFlipInX");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFlipInY").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFlipInY");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFlipOutX").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFlipOutX");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectFlipOutY").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectFlipOutY");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectLightSpeedIn").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectLightSpeedIn");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectLightSpeedOut").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectLightSpeedOut");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectRotateInDownRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectRotateInDownRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectRotateInUpLeft").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectRotateInUpLeft");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectRotateInUpRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectRotateInUpRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectRotateOut").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectRotateOut");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectRotateOutDownLeft").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectRotateOutDownLeft");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectRotateOutDownRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectRotateOutDownRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectRotateOutUpLeft").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectRotateOutUpLeft");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectRotateOutUpRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectRotateOutUpRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectShake").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectShake");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectSlideInDown").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectSlideInDown");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectSlideInLeft").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectSlideInLeft");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectSlideInRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectSlideInRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectSlideOutLeft").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectSlideOutLeft");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectSlideOutRight").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectSlideOutRight");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectSlideOutUp").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectSlideOutUp");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectSwing").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectSwing");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectTada").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectTada");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
$(".Effect-effectWobble").click(function()
{
var A=$(this).parent().parent();
A.addClass("effectWobble");
A.delay(500).fadeOut("slow",function(){
$(this).remove();
});
});
//end
});
Also see: Tab Triggers