Skip to Content

CSS File

URL: https://thegambler.com.ua/wp-content/themes/mercury/css/animate.css?ver=2.3.4
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Thu, 07 Dec 2023 07:45:31 GMT
Download Time: Less than a second
Cookies: None
Size: 72 KB
Rules: 77 style rules
Imports: 0 stylesheets
HTTP Headers:  5 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1@charset "UTF-8";

2

3/*!

4Animate.css - http://daneden.me/animate

5Licensed under the MIT license

6

7Copyright (c) 2013 Daniel Eden

8

9Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

10

11The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

12

13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

14*/

15

16.animated {

17 -webkit-animation-duration: 1s;

18 animation-duration: 1s;

19 -webkit-animation-fill-mode: both;

20 animation-fill-mode: both;

21}

22

23.animated.infinite {

24 -webkit-animation-iteration-count: infinite;

25 animation-iteration-count: infinite;

26}

27

28.animated.hinge {

29 -webkit-animation-duration: 2s;

30 animation-duration: 2s;

31}

32

33@-webkit-keyframes bounce {

34 0%, 20%, 50%, 80%, 100% {

35 -webkit-transform: translateY(0);

36 transform: translateY(0);

37 }

38

39 40% {

40 -webkit-transform: translateY(-30px);

...

</html>