Animate It! - Version 2.3.2

Version Description

Download this release

Release Info

Developer eleopard
Plugin Icon 128x128 Animate It!
Version 2.3.2
Comparing to
See all releases

Code changes from version 2.3.1 to 2.3.2

LICENSE.txt CHANGED
@@ -1,621 +1,621 @@
1
- GNU GENERAL PUBLIC LICENSE
2
- Version 3, 29 June 2007
3
-
4
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
- Everyone is permitted to copy and distribute verbatim copies
6
- of this license document, but changing it is not allowed.
7
-
8
- Preamble
9
-
10
- The GNU General Public License is a free, copyleft license for
11
- software and other kinds of works.
12
-
13
- The licenses for most software and other practical works are designed
14
- to take away your freedom to share and change the works. By contrast,
15
- the GNU General Public License is intended to guarantee your freedom to
16
- share and change all versions of a program--to make sure it remains free
17
- software for all its users. We, the Free Software Foundation, use the
18
- GNU General Public License for most of our software; it applies also to
19
- any other work released this way by its authors. You can apply it to
20
- your programs, too.
21
-
22
- When we speak of free software, we are referring to freedom, not
23
- price. Our General Public Licenses are designed to make sure that you
24
- have the freedom to distribute copies of free software (and charge for
25
- them if you wish), that you receive source code or can get it if you
26
- want it, that you can change the software or use pieces of it in new
27
- free programs, and that you know you can do these things.
28
-
29
- To protect your rights, we need to prevent others from denying you
30
- these rights or asking you to surrender the rights. Therefore, you have
31
- certain responsibilities if you distribute copies of the software, or if
32
- you modify it: responsibilities to respect the freedom of others.
33
-
34
- For example, if you distribute copies of such a program, whether
35
- gratis or for a fee, you must pass on to the recipients the same
36
- freedoms that you received. You must make sure that they, too, receive
37
- or can get the source code. And you must show them these terms so they
38
- know their rights.
39
-
40
- Developers that use the GNU GPL protect your rights with two steps:
41
- (1) assert copyright on the software, and (2) offer you this License
42
- giving you legal permission to copy, distribute and/or modify it.
43
-
44
- For the developers' and authors' protection, the GPL clearly explains
45
- that there is no warranty for this free software. For both users' and
46
- authors' sake, the GPL requires that modified versions be marked as
47
- changed, so that their problems will not be attributed erroneously to
48
- authors of previous versions.
49
-
50
- Some devices are designed to deny users access to install or run
51
- modified versions of the software inside them, although the manufacturer
52
- can do so. This is fundamentally incompatible with the aim of
53
- protecting users' freedom to change the software. The systematic
54
- pattern of such abuse occurs in the area of products for individuals to
55
- use, which is precisely where it is most unacceptable. Therefore, we
56
- have designed this version of the GPL to prohibit the practice for those
57
- products. If such problems arise substantially in other domains, we
58
- stand ready to extend this provision to those domains in future versions
59
- of the GPL, as needed to protect the freedom of users.
60
-
61
- Finally, every program is threatened constantly by software patents.
62
- States should not allow patents to restrict development and use of
63
- software on general-purpose computers, but in those that do, we wish to
64
- avoid the special danger that patents applied to a free program could
65
- make it effectively proprietary. To prevent this, the GPL assures that
66
- patents cannot be used to render the program non-free.
67
-
68
- The precise terms and conditions for copying, distribution and
69
- modification follow.
70
-
71
- TERMS AND CONDITIONS
72
-
73
- 0. Definitions.
74
-
75
- "This License" refers to version 3 of the GNU General Public License.
76
-
77
- "Copyright" also means copyright-like laws that apply to other kinds of
78
- works, such as semiconductor masks.
79
-
80
- "The Program" refers to any copyrightable work licensed under this
81
- License. Each licensee is addressed as "you". "Licensees" and
82
- "recipients" may be individuals or organizations.
83
-
84
- To "modify" a work means to copy from or adapt all or part of the work
85
- in a fashion requiring copyright permission, other than the making of an
86
- exact copy. The resulting work is called a "modified version" of the
87
- earlier work or a work "based on" the earlier work.
88
-
89
- A "covered work" means either the unmodified Program or a work based
90
- on the Program.
91
-
92
- To "propagate" a work means to do anything with it that, without
93
- permission, would make you directly or secondarily liable for
94
- infringement under applicable copyright law, except executing it on a
95
- computer or modifying a private copy. Propagation includes copying,
96
- distribution (with or without modification), making available to the
97
- public, and in some countries other activities as well.
98
-
99
- To "convey" a work means any kind of propagation that enables other
100
- parties to make or receive copies. Mere interaction with a user through
101
- a computer network, with no transfer of a copy, is not conveying.
102
-
103
- An interactive user interface displays "Appropriate Legal Notices"
104
- to the extent that it includes a convenient and prominently visible
105
- feature that (1) displays an appropriate copyright notice, and (2)
106
- tells the user that there is no warranty for the work (except to the
107
- extent that warranties are provided), that licensees may convey the
108
- work under this License, and how to view a copy of this License. If
109
- the interface presents a list of user commands or options, such as a
110
- menu, a prominent item in the list meets this criterion.
111
-
112
- 1. Source Code.
113
-
114
- The "source code" for a work means the preferred form of the work
115
- for making modifications to it. "Object code" means any non-source
116
- form of a work.
117
-
118
- A "Standard Interface" means an interface that either is an official
119
- standard defined by a recognized standards body, or, in the case of
120
- interfaces specified for a particular programming language, one that
121
- is widely used among developers working in that language.
122
-
123
- The "System Libraries" of an executable work include anything, other
124
- than the work as a whole, that (a) is included in the normal form of
125
- packaging a Major Component, but which is not part of that Major
126
- Component, and (b) serves only to enable use of the work with that
127
- Major Component, or to implement a Standard Interface for which an
128
- implementation is available to the public in source code form. A
129
- "Major Component", in this context, means a major essential component
130
- (kernel, window system, and so on) of the specific operating system
131
- (if any) on which the executable work runs, or a compiler used to
132
- produce the work, or an object code interpreter used to run it.
133
-
134
- The "Corresponding Source" for a work in object code form means all
135
- the source code needed to generate, install, and (for an executable
136
- work) run the object code and to modify the work, including scripts to
137
- control those activities. However, it does not include the work's
138
- System Libraries, or general-purpose tools or generally available free
139
- programs which are used unmodified in performing those activities but
140
- which are not part of the work. For example, Corresponding Source
141
- includes interface definition files associated with source files for
142
- the work, and the source code for shared libraries and dynamically
143
- linked subprograms that the work is specifically designed to require,
144
- such as by intimate data communication or control flow between those
145
- subprograms and other parts of the work.
146
-
147
- The Corresponding Source need not include anything that users
148
- can regenerate automatically from other parts of the Corresponding
149
- Source.
150
-
151
- The Corresponding Source for a work in source code form is that
152
- same work.
153
-
154
- 2. Basic Permissions.
155
-
156
- All rights granted under this License are granted for the term of
157
- copyright on the Program, and are irrevocable provided the stated
158
- conditions are met. This License explicitly affirms your unlimited
159
- permission to run the unmodified Program. The output from running a
160
- covered work is covered by this License only if the output, given its
161
- content, constitutes a covered work. This License acknowledges your
162
- rights of fair use or other equivalent, as provided by copyright law.
163
-
164
- You may make, run and propagate covered works that you do not
165
- convey, without conditions so long as your license otherwise remains
166
- in force. You may convey covered works to others for the sole purpose
167
- of having them make modifications exclusively for you, or provide you
168
- with facilities for running those works, provided that you comply with
169
- the terms of this License in conveying all material for which you do
170
- not control copyright. Those thus making or running the covered works
171
- for you must do so exclusively on your behalf, under your direction
172
- and control, on terms that prohibit them from making any copies of
173
- your copyrighted material outside their relationship with you.
174
-
175
- Conveying under any other circumstances is permitted solely under
176
- the conditions stated below. Sublicensing is not allowed; section 10
177
- makes it unnecessary.
178
-
179
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
-
181
- No covered work shall be deemed part of an effective technological
182
- measure under any applicable law fulfilling obligations under article
183
- 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
- similar laws prohibiting or restricting circumvention of such
185
- measures.
186
-
187
- When you convey a covered work, you waive any legal power to forbid
188
- circumvention of technological measures to the extent such circumvention
189
- is effected by exercising rights under this License with respect to
190
- the covered work, and you disclaim any intention to limit operation or
191
- modification of the work as a means of enforcing, against the work's
192
- users, your or third parties' legal rights to forbid circumvention of
193
- technological measures.
194
-
195
- 4. Conveying Verbatim Copies.
196
-
197
- You may convey verbatim copies of the Program's source code as you
198
- receive it, in any medium, provided that you conspicuously and
199
- appropriately publish on each copy an appropriate copyright notice;
200
- keep intact all notices stating that this License and any
201
- non-permissive terms added in accord with section 7 apply to the code;
202
- keep intact all notices of the absence of any warranty; and give all
203
- recipients a copy of this License along with the Program.
204
-
205
- You may charge any price or no price for each copy that you convey,
206
- and you may offer support or warranty protection for a fee.
207
-
208
- 5. Conveying Modified Source Versions.
209
-
210
- You may convey a work based on the Program, or the modifications to
211
- produce it from the Program, in the form of source code under the
212
- terms of section 4, provided that you also meet all of these conditions:
213
-
214
- a) The work must carry prominent notices stating that you modified
215
- it, and giving a relevant date.
216
-
217
- b) The work must carry prominent notices stating that it is
218
- released under this License and any conditions added under section
219
- 7. This requirement modifies the requirement in section 4 to
220
- "keep intact all notices".
221
-
222
- c) You must license the entire work, as a whole, under this
223
- License to anyone who comes into possession of a copy. This
224
- License will therefore apply, along with any applicable section 7
225
- additional terms, to the whole of the work, and all its parts,
226
- regardless of how they are packaged. This License gives no
227
- permission to license the work in any other way, but it does not
228
- invalidate such permission if you have separately received it.
229
-
230
- d) If the work has interactive user interfaces, each must display
231
- Appropriate Legal Notices; however, if the Program has interactive
232
- interfaces that do not display Appropriate Legal Notices, your
233
- work need not make them do so.
234
-
235
- A compilation of a covered work with other separate and independent
236
- works, which are not by their nature extensions of the covered work,
237
- and which are not combined with it such as to form a larger program,
238
- in or on a volume of a storage or distribution medium, is called an
239
- "aggregate" if the compilation and its resulting copyright are not
240
- used to limit the access or legal rights of the compilation's users
241
- beyond what the individual works permit. Inclusion of a covered work
242
- in an aggregate does not cause this License to apply to the other
243
- parts of the aggregate.
244
-
245
- 6. Conveying Non-Source Forms.
246
-
247
- You may convey a covered work in object code form under the terms
248
- of sections 4 and 5, provided that you also convey the
249
- machine-readable Corresponding Source under the terms of this License,
250
- in one of these ways:
251
-
252
- a) Convey the object code in, or embodied in, a physical product
253
- (including a physical distribution medium), accompanied by the
254
- Corresponding Source fixed on a durable physical medium
255
- customarily used for software interchange.
256
-
257
- b) Convey the object code in, or embodied in, a physical product
258
- (including a physical distribution medium), accompanied by a
259
- written offer, valid for at least three years and valid for as
260
- long as you offer spare parts or customer support for that product
261
- model, to give anyone who possesses the object code either (1) a
262
- copy of the Corresponding Source for all the software in the
263
- product that is covered by this License, on a durable physical
264
- medium customarily used for software interchange, for a price no
265
- more than your reasonable cost of physically performing this
266
- conveying of source, or (2) access to copy the
267
- Corresponding Source from a network server at no charge.
268
-
269
- c) Convey individual copies of the object code with a copy of the
270
- written offer to provide the Corresponding Source. This
271
- alternative is allowed only occasionally and noncommercially, and
272
- only if you received the object code with such an offer, in accord
273
- with subsection 6b.
274
-
275
- d) Convey the object code by offering access from a designated
276
- place (gratis or for a charge), and offer equivalent access to the
277
- Corresponding Source in the same way through the same place at no
278
- further charge. You need not require recipients to copy the
279
- Corresponding Source along with the object code. If the place to
280
- copy the object code is a network server, the Corresponding Source
281
- may be on a different server (operated by you or a third party)
282
- that supports equivalent copying facilities, provided you maintain
283
- clear directions next to the object code saying where to find the
284
- Corresponding Source. Regardless of what server hosts the
285
- Corresponding Source, you remain obligated to ensure that it is
286
- available for as long as needed to satisfy these requirements.
287
-
288
- e) Convey the object code using peer-to-peer transmission, provided
289
- you inform other peers where the object code and Corresponding
290
- Source of the work are being offered to the general public at no
291
- charge under subsection 6d.
292
-
293
- A separable portion of the object code, whose source code is excluded
294
- from the Corresponding Source as a System Library, need not be
295
- included in conveying the object code work.
296
-
297
- A "User Product" is either (1) a "consumer product", which means any
298
- tangible personal property which is normally used for personal, family,
299
- or household purposes, or (2) anything designed or sold for incorporation
300
- into a dwelling. In determining whether a product is a consumer product,
301
- doubtful cases shall be resolved in favor of coverage. For a particular
302
- product received by a particular user, "normally used" refers to a
303
- typical or common use of that class of product, regardless of the status
304
- of the particular user or of the way in which the particular user
305
- actually uses, or expects or is expected to use, the product. A product
306
- is a consumer product regardless of whether the product has substantial
307
- commercial, industrial or non-consumer uses, unless such uses represent
308
- the only significant mode of use of the product.
309
-
310
- "Installation Information" for a User Product means any methods,
311
- procedures, authorization keys, or other information required to install
312
- and execute modified versions of a covered work in that User Product from
313
- a modified version of its Corresponding Source. The information must
314
- suffice to ensure that the continued functioning of the modified object
315
- code is in no case prevented or interfered with solely because
316
- modification has been made.
317
-
318
- If you convey an object code work under this section in, or with, or
319
- specifically for use in, a User Product, and the conveying occurs as
320
- part of a transaction in which the right of possession and use of the
321
- User Product is transferred to the recipient in perpetuity or for a
322
- fixed term (regardless of how the transaction is characterized), the
323
- Corresponding Source conveyed under this section must be accompanied
324
- by the Installation Information. But this requirement does not apply
325
- if neither you nor any third party retains the ability to install
326
- modified object code on the User Product (for example, the work has
327
- been installed in ROM).
328
-
329
- The requirement to provide Installation Information does not include a
330
- requirement to continue to provide support service, warranty, or updates
331
- for a work that has been modified or installed by the recipient, or for
332
- the User Product in which it has been modified or installed. Access to a
333
- network may be denied when the modification itself materially and
334
- adversely affects the operation of the network or violates the rules and
335
- protocols for communication across the network.
336
-
337
- Corresponding Source conveyed, and Installation Information provided,
338
- in accord with this section must be in a format that is publicly
339
- documented (and with an implementation available to the public in
340
- source code form), and must require no special password or key for
341
- unpacking, reading or copying.
342
-
343
- 7. Additional Terms.
344
-
345
- "Additional permissions" are terms that supplement the terms of this
346
- License by making exceptions from one or more of its conditions.
347
- Additional permissions that are applicable to the entire Program shall
348
- be treated as though they were included in this License, to the extent
349
- that they are valid under applicable law. If additional permissions
350
- apply only to part of the Program, that part may be used separately
351
- under those permissions, but the entire Program remains governed by
352
- this License without regard to the additional permissions.
353
-
354
- When you convey a copy of a covered work, you may at your option
355
- remove any additional permissions from that copy, or from any part of
356
- it. (Additional permissions may be written to require their own
357
- removal in certain cases when you modify the work.) You may place
358
- additional permissions on material, added by you to a covered work,
359
- for which you have or can give appropriate copyright permission.
360
-
361
- Notwithstanding any other provision of this License, for material you
362
- add to a covered work, you may (if authorized by the copyright holders of
363
- that material) supplement the terms of this License with terms:
364
-
365
- a) Disclaiming warranty or limiting liability differently from the
366
- terms of sections 15 and 16 of this License; or
367
-
368
- b) Requiring preservation of specified reasonable legal notices or
369
- author attributions in that material or in the Appropriate Legal
370
- Notices displayed by works containing it; or
371
-
372
- c) Prohibiting misrepresentation of the origin of that material, or
373
- requiring that modified versions of such material be marked in
374
- reasonable ways as different from the original version; or
375
-
376
- d) Limiting the use for publicity purposes of names of licensors or
377
- authors of the material; or
378
-
379
- e) Declining to grant rights under trademark law for use of some
380
- trade names, trademarks, or service marks; or
381
-
382
- f) Requiring indemnification of licensors and authors of that
383
- material by anyone who conveys the material (or modified versions of
384
- it) with contractual assumptions of liability to the recipient, for
385
- any liability that these contractual assumptions directly impose on
386
- those licensors and authors.
387
-
388
- All other non-permissive additional terms are considered "further
389
- restrictions" within the meaning of section 10. If the Program as you
390
- received it, or any part of it, contains a notice stating that it is
391
- governed by this License along with a term that is a further
392
- restriction, you may remove that term. If a license document contains
393
- a further restriction but permits relicensing or conveying under this
394
- License, you may add to a covered work material governed by the terms
395
- of that license document, provided that the further restriction does
396
- not survive such relicensing or conveying.
397
-
398
- If you add terms to a covered work in accord with this section, you
399
- must place, in the relevant source files, a statement of the
400
- additional terms that apply to those files, or a notice indicating
401
- where to find the applicable terms.
402
-
403
- Additional terms, permissive or non-permissive, may be stated in the
404
- form of a separately written license, or stated as exceptions;
405
- the above requirements apply either way.
406
-
407
- 8. Termination.
408
-
409
- You may not propagate or modify a covered work except as expressly
410
- provided under this License. Any attempt otherwise to propagate or
411
- modify it is void, and will automatically terminate your rights under
412
- this License (including any patent licenses granted under the third
413
- paragraph of section 11).
414
-
415
- However, if you cease all violation of this License, then your
416
- license from a particular copyright holder is reinstated (a)
417
- provisionally, unless and until the copyright holder explicitly and
418
- finally terminates your license, and (b) permanently, if the copyright
419
- holder fails to notify you of the violation by some reasonable means
420
- prior to 60 days after the cessation.
421
-
422
- Moreover, your license from a particular copyright holder is
423
- reinstated permanently if the copyright holder notifies you of the
424
- violation by some reasonable means, this is the first time you have
425
- received notice of violation of this License (for any work) from that
426
- copyright holder, and you cure the violation prior to 30 days after
427
- your receipt of the notice.
428
-
429
- Termination of your rights under this section does not terminate the
430
- licenses of parties who have received copies or rights from you under
431
- this License. If your rights have been terminated and not permanently
432
- reinstated, you do not qualify to receive new licenses for the same
433
- material under section 10.
434
-
435
- 9. Acceptance Not Required for Having Copies.
436
-
437
- You are not required to accept this License in order to receive or
438
- run a copy of the Program. Ancillary propagation of a covered work
439
- occurring solely as a consequence of using peer-to-peer transmission
440
- to receive a copy likewise does not require acceptance. However,
441
- nothing other than this License grants you permission to propagate or
442
- modify any covered work. These actions infringe copyright if you do
443
- not accept this License. Therefore, by modifying or propagating a
444
- covered work, you indicate your acceptance of this License to do so.
445
-
446
- 10. Automatic Licensing of Downstream Recipients.
447
-
448
- Each time you convey a covered work, the recipient automatically
449
- receives a license from the original licensors, to run, modify and
450
- propagate that work, subject to this License. You are not responsible
451
- for enforcing compliance by third parties with this License.
452
-
453
- An "entity transaction" is a transaction transferring control of an
454
- organization, or substantially all assets of one, or subdividing an
455
- organization, or merging organizations. If propagation of a covered
456
- work results from an entity transaction, each party to that
457
- transaction who receives a copy of the work also receives whatever
458
- licenses to the work the party's predecessor in interest had or could
459
- give under the previous paragraph, plus a right to possession of the
460
- Corresponding Source of the work from the predecessor in interest, if
461
- the predecessor has it or can get it with reasonable efforts.
462
-
463
- You may not impose any further restrictions on the exercise of the
464
- rights granted or affirmed under this License. For example, you may
465
- not impose a license fee, royalty, or other charge for exercise of
466
- rights granted under this License, and you may not initiate litigation
467
- (including a cross-claim or counterclaim in a lawsuit) alleging that
468
- any patent claim is infringed by making, using, selling, offering for
469
- sale, or importing the Program or any portion of it.
470
-
471
- 11. Patents.
472
-
473
- A "contributor" is a copyright holder who authorizes use under this
474
- License of the Program or a work on which the Program is based. The
475
- work thus licensed is called the contributor's "contributor version".
476
-
477
- A contributor's "essential patent claims" are all patent claims
478
- owned or controlled by the contributor, whether already acquired or
479
- hereafter acquired, that would be infringed by some manner, permitted
480
- by this License, of making, using, or selling its contributor version,
481
- but do not include claims that would be infringed only as a
482
- consequence of further modification of the contributor version. For
483
- purposes of this definition, "control" includes the right to grant
484
- patent sublicenses in a manner consistent with the requirements of
485
- this License.
486
-
487
- Each contributor grants you a non-exclusive, worldwide, royalty-free
488
- patent license under the contributor's essential patent claims, to
489
- make, use, sell, offer for sale, import and otherwise run, modify and
490
- propagate the contents of its contributor version.
491
-
492
- In the following three paragraphs, a "patent license" is any express
493
- agreement or commitment, however denominated, not to enforce a patent
494
- (such as an express permission to practice a patent or covenant not to
495
- sue for patent infringement). To "grant" such a patent license to a
496
- party means to make such an agreement or commitment not to enforce a
497
- patent against the party.
498
-
499
- If you convey a covered work, knowingly relying on a patent license,
500
- and the Corresponding Source of the work is not available for anyone
501
- to copy, free of charge and under the terms of this License, through a
502
- publicly available network server or other readily accessible means,
503
- then you must either (1) cause the Corresponding Source to be so
504
- available, or (2) arrange to deprive yourself of the benefit of the
505
- patent license for this particular work, or (3) arrange, in a manner
506
- consistent with the requirements of this License, to extend the patent
507
- license to downstream recipients. "Knowingly relying" means you have
508
- actual knowledge that, but for the patent license, your conveying the
509
- covered work in a country, or your recipient's use of the covered work
510
- in a country, would infringe one or more identifiable patents in that
511
- country that you have reason to believe are valid.
512
-
513
- If, pursuant to or in connection with a single transaction or
514
- arrangement, you convey, or propagate by procuring conveyance of, a
515
- covered work, and grant a patent license to some of the parties
516
- receiving the covered work authorizing them to use, propagate, modify
517
- or convey a specific copy of the covered work, then the patent license
518
- you grant is automatically extended to all recipients of the covered
519
- work and works based on it.
520
-
521
- A patent license is "discriminatory" if it does not include within
522
- the scope of its coverage, prohibits the exercise of, or is
523
- conditioned on the non-exercise of one or more of the rights that are
524
- specifically granted under this License. You may not convey a covered
525
- work if you are a party to an arrangement with a third party that is
526
- in the business of distributing software, under which you make payment
527
- to the third party based on the extent of your activity of conveying
528
- the work, and under which the third party grants, to any of the
529
- parties who would receive the covered work from you, a discriminatory
530
- patent license (a) in connection with copies of the covered work
531
- conveyed by you (or copies made from those copies), or (b) primarily
532
- for and in connection with specific products or compilations that
533
- contain the covered work, unless you entered into that arrangement,
534
- or that patent license was granted, prior to 28 March 2007.
535
-
536
- Nothing in this License shall be construed as excluding or limiting
537
- any implied license or other defenses to infringement that may
538
- otherwise be available to you under applicable patent law.
539
-
540
- 12. No Surrender of Others' Freedom.
541
-
542
- If conditions are imposed on you (whether by court order, agreement or
543
- otherwise) that contradict the conditions of this License, they do not
544
- excuse you from the conditions of this License. If you cannot convey a
545
- covered work so as to satisfy simultaneously your obligations under this
546
- License and any other pertinent obligations, then as a consequence you may
547
- not convey it at all. For example, if you agree to terms that obligate you
548
- to collect a royalty for further conveying from those to whom you convey
549
- the Program, the only way you could satisfy both those terms and this
550
- License would be to refrain entirely from conveying the Program.
551
-
552
- 13. Use with the GNU Affero General Public License.
553
-
554
- Notwithstanding any other provision of this License, you have
555
- permission to link or combine any covered work with a work licensed
556
- under version 3 of the GNU Affero General Public License into a single
557
- combined work, and to convey the resulting work. The terms of this
558
- License will continue to apply to the part which is the covered work,
559
- but the special requirements of the GNU Affero General Public License,
560
- section 13, concerning interaction through a network will apply to the
561
- combination as such.
562
-
563
- 14. Revised Versions of this License.
564
-
565
- The Free Software Foundation may publish revised and/or new versions of
566
- the GNU General Public License from time to time. Such new versions will
567
- be similar in spirit to the present version, but may differ in detail to
568
- address new problems or concerns.
569
-
570
- Each version is given a distinguishing version number. If the
571
- Program specifies that a certain numbered version of the GNU General
572
- Public License "or any later version" applies to it, you have the
573
- option of following the terms and conditions either of that numbered
574
- version or of any later version published by the Free Software
575
- Foundation. If the Program does not specify a version number of the
576
- GNU General Public License, you may choose any version ever published
577
- by the Free Software Foundation.
578
-
579
- If the Program specifies that a proxy can decide which future
580
- versions of the GNU General Public License can be used, that proxy's
581
- public statement of acceptance of a version permanently authorizes you
582
- to choose that version for the Program.
583
-
584
- Later license versions may give you additional or different
585
- permissions. However, no additional obligations are imposed on any
586
- author or copyright holder as a result of your choosing to follow a
587
- later version.
588
-
589
- 15. Disclaimer of Warranty.
590
-
591
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
- IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
- ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
-
600
- 16. Limitation of Liability.
601
-
602
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
- THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
- GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
- USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
- DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
- PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
- EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
- SUCH DAMAGES.
611
-
612
- 17. Interpretation of Sections 15 and 16.
613
-
614
- If the disclaimer of warranty and limitation of liability provided
615
- above cannot be given local legal effect according to their terms,
616
- reviewing courts shall apply local law that most closely approximates
617
- an absolute waiver of all civil liability in connection with the
618
- Program, unless a warranty or assumption of liability accompanies a
619
- copy of the Program in return for a fee.
620
-
621
  END OF TERMS AND CONDITIONS
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU General Public License is a free, copyleft license for
11
+ software and other kinds of works.
12
+
13
+ The licenses for most software and other practical works are designed
14
+ to take away your freedom to share and change the works. By contrast,
15
+ the GNU General Public License is intended to guarantee your freedom to
16
+ share and change all versions of a program--to make sure it remains free
17
+ software for all its users. We, the Free Software Foundation, use the
18
+ GNU General Public License for most of our software; it applies also to
19
+ any other work released this way by its authors. You can apply it to
20
+ your programs, too.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ them if you wish), that you receive source code or can get it if you
26
+ want it, that you can change the software or use pieces of it in new
27
+ free programs, and that you know you can do these things.
28
+
29
+ To protect your rights, we need to prevent others from denying you
30
+ these rights or asking you to surrender the rights. Therefore, you have
31
+ certain responsibilities if you distribute copies of the software, or if
32
+ you modify it: responsibilities to respect the freedom of others.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must pass on to the recipients the same
36
+ freedoms that you received. You must make sure that they, too, receive
37
+ or can get the source code. And you must show them these terms so they
38
+ know their rights.
39
+
40
+ Developers that use the GNU GPL protect your rights with two steps:
41
+ (1) assert copyright on the software, and (2) offer you this License
42
+ giving you legal permission to copy, distribute and/or modify it.
43
+
44
+ For the developers' and authors' protection, the GPL clearly explains
45
+ that there is no warranty for this free software. For both users' and
46
+ authors' sake, the GPL requires that modified versions be marked as
47
+ changed, so that their problems will not be attributed erroneously to
48
+ authors of previous versions.
49
+
50
+ Some devices are designed to deny users access to install or run
51
+ modified versions of the software inside them, although the manufacturer
52
+ can do so. This is fundamentally incompatible with the aim of
53
+ protecting users' freedom to change the software. The systematic
54
+ pattern of such abuse occurs in the area of products for individuals to
55
+ use, which is precisely where it is most unacceptable. Therefore, we
56
+ have designed this version of the GPL to prohibit the practice for those
57
+ products. If such problems arise substantially in other domains, we
58
+ stand ready to extend this provision to those domains in future versions
59
+ of the GPL, as needed to protect the freedom of users.
60
+
61
+ Finally, every program is threatened constantly by software patents.
62
+ States should not allow patents to restrict development and use of
63
+ software on general-purpose computers, but in those that do, we wish to
64
+ avoid the special danger that patents applied to a free program could
65
+ make it effectively proprietary. To prevent this, the GPL assures that
66
+ patents cannot be used to render the program non-free.
67
+
68
+ The precise terms and conditions for copying, distribution and
69
+ modification follow.
70
+
71
+ TERMS AND CONDITIONS
72
+
73
+ 0. Definitions.
74
+
75
+ "This License" refers to version 3 of the GNU General Public License.
76
+
77
+ "Copyright" also means copyright-like laws that apply to other kinds of
78
+ works, such as semiconductor masks.
79
+
80
+ "The Program" refers to any copyrightable work licensed under this
81
+ License. Each licensee is addressed as "you". "Licensees" and
82
+ "recipients" may be individuals or organizations.
83
+
84
+ To "modify" a work means to copy from or adapt all or part of the work
85
+ in a fashion requiring copyright permission, other than the making of an
86
+ exact copy. The resulting work is called a "modified version" of the
87
+ earlier work or a work "based on" the earlier work.
88
+
89
+ A "covered work" means either the unmodified Program or a work based
90
+ on the Program.
91
+
92
+ To "propagate" a work means to do anything with it that, without
93
+ permission, would make you directly or secondarily liable for
94
+ infringement under applicable copyright law, except executing it on a
95
+ computer or modifying a private copy. Propagation includes copying,
96
+ distribution (with or without modification), making available to the
97
+ public, and in some countries other activities as well.
98
+
99
+ To "convey" a work means any kind of propagation that enables other
100
+ parties to make or receive copies. Mere interaction with a user through
101
+ a computer network, with no transfer of a copy, is not conveying.
102
+
103
+ An interactive user interface displays "Appropriate Legal Notices"
104
+ to the extent that it includes a convenient and prominently visible
105
+ feature that (1) displays an appropriate copyright notice, and (2)
106
+ tells the user that there is no warranty for the work (except to the
107
+ extent that warranties are provided), that licensees may convey the
108
+ work under this License, and how to view a copy of this License. If
109
+ the interface presents a list of user commands or options, such as a
110
+ menu, a prominent item in the list meets this criterion.
111
+
112
+ 1. Source Code.
113
+
114
+ The "source code" for a work means the preferred form of the work
115
+ for making modifications to it. "Object code" means any non-source
116
+ form of a work.
117
+
118
+ A "Standard Interface" means an interface that either is an official
119
+ standard defined by a recognized standards body, or, in the case of
120
+ interfaces specified for a particular programming language, one that
121
+ is widely used among developers working in that language.
122
+
123
+ The "System Libraries" of an executable work include anything, other
124
+ than the work as a whole, that (a) is included in the normal form of
125
+ packaging a Major Component, but which is not part of that Major
126
+ Component, and (b) serves only to enable use of the work with that
127
+ Major Component, or to implement a Standard Interface for which an
128
+ implementation is available to the public in source code form. A
129
+ "Major Component", in this context, means a major essential component
130
+ (kernel, window system, and so on) of the specific operating system
131
+ (if any) on which the executable work runs, or a compiler used to
132
+ produce the work, or an object code interpreter used to run it.
133
+
134
+ The "Corresponding Source" for a work in object code form means all
135
+ the source code needed to generate, install, and (for an executable
136
+ work) run the object code and to modify the work, including scripts to
137
+ control those activities. However, it does not include the work's
138
+ System Libraries, or general-purpose tools or generally available free
139
+ programs which are used unmodified in performing those activities but
140
+ which are not part of the work. For example, Corresponding Source
141
+ includes interface definition files associated with source files for
142
+ the work, and the source code for shared libraries and dynamically
143
+ linked subprograms that the work is specifically designed to require,
144
+ such as by intimate data communication or control flow between those
145
+ subprograms and other parts of the work.
146
+
147
+ The Corresponding Source need not include anything that users
148
+ can regenerate automatically from other parts of the Corresponding
149
+ Source.
150
+
151
+ The Corresponding Source for a work in source code form is that
152
+ same work.
153
+
154
+ 2. Basic Permissions.
155
+
156
+ All rights granted under this License are granted for the term of
157
+ copyright on the Program, and are irrevocable provided the stated
158
+ conditions are met. This License explicitly affirms your unlimited
159
+ permission to run the unmodified Program. The output from running a
160
+ covered work is covered by this License only if the output, given its
161
+ content, constitutes a covered work. This License acknowledges your
162
+ rights of fair use or other equivalent, as provided by copyright law.
163
+
164
+ You may make, run and propagate covered works that you do not
165
+ convey, without conditions so long as your license otherwise remains
166
+ in force. You may convey covered works to others for the sole purpose
167
+ of having them make modifications exclusively for you, or provide you
168
+ with facilities for running those works, provided that you comply with
169
+ the terms of this License in conveying all material for which you do
170
+ not control copyright. Those thus making or running the covered works
171
+ for you must do so exclusively on your behalf, under your direction
172
+ and control, on terms that prohibit them from making any copies of
173
+ your copyrighted material outside their relationship with you.
174
+
175
+ Conveying under any other circumstances is permitted solely under
176
+ the conditions stated below. Sublicensing is not allowed; section 10
177
+ makes it unnecessary.
178
+
179
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
+
181
+ No covered work shall be deemed part of an effective technological
182
+ measure under any applicable law fulfilling obligations under article
183
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
+ similar laws prohibiting or restricting circumvention of such
185
+ measures.
186
+
187
+ When you convey a covered work, you waive any legal power to forbid
188
+ circumvention of technological measures to the extent such circumvention
189
+ is effected by exercising rights under this License with respect to
190
+ the covered work, and you disclaim any intention to limit operation or
191
+ modification of the work as a means of enforcing, against the work's
192
+ users, your or third parties' legal rights to forbid circumvention of
193
+ technological measures.
194
+
195
+ 4. Conveying Verbatim Copies.
196
+
197
+ You may convey verbatim copies of the Program's source code as you
198
+ receive it, in any medium, provided that you conspicuously and
199
+ appropriately publish on each copy an appropriate copyright notice;
200
+ keep intact all notices stating that this License and any
201
+ non-permissive terms added in accord with section 7 apply to the code;
202
+ keep intact all notices of the absence of any warranty; and give all
203
+ recipients a copy of this License along with the Program.
204
+
205
+ You may charge any price or no price for each copy that you convey,
206
+ and you may offer support or warranty protection for a fee.
207
+
208
+ 5. Conveying Modified Source Versions.
209
+
210
+ You may convey a work based on the Program, or the modifications to
211
+ produce it from the Program, in the form of source code under the
212
+ terms of section 4, provided that you also meet all of these conditions:
213
+
214
+ a) The work must carry prominent notices stating that you modified
215
+ it, and giving a relevant date.
216
+
217
+ b) The work must carry prominent notices stating that it is
218
+ released under this License and any conditions added under section
219
+ 7. This requirement modifies the requirement in section 4 to
220
+ "keep intact all notices".
221
+
222
+ c) You must license the entire work, as a whole, under this
223
+ License to anyone who comes into possession of a copy. This
224
+ License will therefore apply, along with any applicable section 7
225
+ additional terms, to the whole of the work, and all its parts,
226
+ regardless of how they are packaged. This License gives no
227
+ permission to license the work in any other way, but it does not
228
+ invalidate such permission if you have separately received it.
229
+
230
+ d) If the work has interactive user interfaces, each must display
231
+ Appropriate Legal Notices; however, if the Program has interactive
232
+ interfaces that do not display Appropriate Legal Notices, your
233
+ work need not make them do so.
234
+
235
+ A compilation of a covered work with other separate and independent
236
+ works, which are not by their nature extensions of the covered work,
237
+ and which are not combined with it such as to form a larger program,
238
+ in or on a volume of a storage or distribution medium, is called an
239
+ "aggregate" if the compilation and its resulting copyright are not
240
+ used to limit the access or legal rights of the compilation's users
241
+ beyond what the individual works permit. Inclusion of a covered work
242
+ in an aggregate does not cause this License to apply to the other
243
+ parts of the aggregate.
244
+
245
+ 6. Conveying Non-Source Forms.
246
+
247
+ You may convey a covered work in object code form under the terms
248
+ of sections 4 and 5, provided that you also convey the
249
+ machine-readable Corresponding Source under the terms of this License,
250
+ in one of these ways:
251
+
252
+ a) Convey the object code in, or embodied in, a physical product
253
+ (including a physical distribution medium), accompanied by the
254
+ Corresponding Source fixed on a durable physical medium
255
+ customarily used for software interchange.
256
+
257
+ b) Convey the object code in, or embodied in, a physical product
258
+ (including a physical distribution medium), accompanied by a
259
+ written offer, valid for at least three years and valid for as
260
+ long as you offer spare parts or customer support for that product
261
+ model, to give anyone who possesses the object code either (1) a
262
+ copy of the Corresponding Source for all the software in the
263
+ product that is covered by this License, on a durable physical
264
+ medium customarily used for software interchange, for a price no
265
+ more than your reasonable cost of physically performing this
266
+ conveying of source, or (2) access to copy the
267
+ Corresponding Source from a network server at no charge.
268
+
269
+ c) Convey individual copies of the object code with a copy of the
270
+ written offer to provide the Corresponding Source. This
271
+ alternative is allowed only occasionally and noncommercially, and
272
+ only if you received the object code with such an offer, in accord
273
+ with subsection 6b.
274
+
275
+ d) Convey the object code by offering access from a designated
276
+ place (gratis or for a charge), and offer equivalent access to the
277
+ Corresponding Source in the same way through the same place at no
278
+ further charge. You need not require recipients to copy the
279
+ Corresponding Source along with the object code. If the place to
280
+ copy the object code is a network server, the Corresponding Source
281
+ may be on a different server (operated by you or a third party)
282
+ that supports equivalent copying facilities, provided you maintain
283
+ clear directions next to the object code saying where to find the
284
+ Corresponding Source. Regardless of what server hosts the
285
+ Corresponding Source, you remain obligated to ensure that it is
286
+ available for as long as needed to satisfy these requirements.
287
+
288
+ e) Convey the object code using peer-to-peer transmission, provided
289
+ you inform other peers where the object code and Corresponding
290
+ Source of the work are being offered to the general public at no
291
+ charge under subsection 6d.
292
+
293
+ A separable portion of the object code, whose source code is excluded
294
+ from the Corresponding Source as a System Library, need not be
295
+ included in conveying the object code work.
296
+
297
+ A "User Product" is either (1) a "consumer product", which means any
298
+ tangible personal property which is normally used for personal, family,
299
+ or household purposes, or (2) anything designed or sold for incorporation
300
+ into a dwelling. In determining whether a product is a consumer product,
301
+ doubtful cases shall be resolved in favor of coverage. For a particular
302
+ product received by a particular user, "normally used" refers to a
303
+ typical or common use of that class of product, regardless of the status
304
+ of the particular user or of the way in which the particular user
305
+ actually uses, or expects or is expected to use, the product. A product
306
+ is a consumer product regardless of whether the product has substantial
307
+ commercial, industrial or non-consumer uses, unless such uses represent
308
+ the only significant mode of use of the product.
309
+
310
+ "Installation Information" for a User Product means any methods,
311
+ procedures, authorization keys, or other information required to install
312
+ and execute modified versions of a covered work in that User Product from
313
+ a modified version of its Corresponding Source. The information must
314
+ suffice to ensure that the continued functioning of the modified object
315
+ code is in no case prevented or interfered with solely because
316
+ modification has been made.
317
+
318
+ If you convey an object code work under this section in, or with, or
319
+ specifically for use in, a User Product, and the conveying occurs as
320
+ part of a transaction in which the right of possession and use of the
321
+ User Product is transferred to the recipient in perpetuity or for a
322
+ fixed term (regardless of how the transaction is characterized), the
323
+ Corresponding Source conveyed under this section must be accompanied
324
+ by the Installation Information. But this requirement does not apply
325
+ if neither you nor any third party retains the ability to install
326
+ modified object code on the User Product (for example, the work has
327
+ been installed in ROM).
328
+
329
+ The requirement to provide Installation Information does not include a
330
+ requirement to continue to provide support service, warranty, or updates
331
+ for a work that has been modified or installed by the recipient, or for
332
+ the User Product in which it has been modified or installed. Access to a
333
+ network may be denied when the modification itself materially and
334
+ adversely affects the operation of the network or violates the rules and
335
+ protocols for communication across the network.
336
+
337
+ Corresponding Source conveyed, and Installation Information provided,
338
+ in accord with this section must be in a format that is publicly
339
+ documented (and with an implementation available to the public in
340
+ source code form), and must require no special password or key for
341
+ unpacking, reading or copying.
342
+
343
+ 7. Additional Terms.
344
+
345
+ "Additional permissions" are terms that supplement the terms of this
346
+ License by making exceptions from one or more of its conditions.
347
+ Additional permissions that are applicable to the entire Program shall
348
+ be treated as though they were included in this License, to the extent
349
+ that they are valid under applicable law. If additional permissions
350
+ apply only to part of the Program, that part may be used separately
351
+ under those permissions, but the entire Program remains governed by
352
+ this License without regard to the additional permissions.
353
+
354
+ When you convey a copy of a covered work, you may at your option
355
+ remove any additional permissions from that copy, or from any part of
356
+ it. (Additional permissions may be written to require their own
357
+ removal in certain cases when you modify the work.) You may place
358
+ additional permissions on material, added by you to a covered work,
359
+ for which you have or can give appropriate copyright permission.
360
+
361
+ Notwithstanding any other provision of this License, for material you
362
+ add to a covered work, you may (if authorized by the copyright holders of
363
+ that material) supplement the terms of this License with terms:
364
+
365
+ a) Disclaiming warranty or limiting liability differently from the
366
+ terms of sections 15 and 16 of this License; or
367
+
368
+ b) Requiring preservation of specified reasonable legal notices or
369
+ author attributions in that material or in the Appropriate Legal
370
+ Notices displayed by works containing it; or
371
+
372
+ c) Prohibiting misrepresentation of the origin of that material, or
373
+ requiring that modified versions of such material be marked in
374
+ reasonable ways as different from the original version; or
375
+
376
+ d) Limiting the use for publicity purposes of names of licensors or
377
+ authors of the material; or
378
+
379
+ e) Declining to grant rights under trademark law for use of some
380
+ trade names, trademarks, or service marks; or
381
+
382
+ f) Requiring indemnification of licensors and authors of that
383
+ material by anyone who conveys the material (or modified versions of
384
+ it) with contractual assumptions of liability to the recipient, for
385
+ any liability that these contractual assumptions directly impose on
386
+ those licensors and authors.
387
+
388
+ All other non-permissive additional terms are considered "further
389
+ restrictions" within the meaning of section 10. If the Program as you
390
+ received it, or any part of it, contains a notice stating that it is
391
+ governed by this License along with a term that is a further
392
+ restriction, you may remove that term. If a license document contains
393
+ a further restriction but permits relicensing or conveying under this
394
+ License, you may add to a covered work material governed by the terms
395
+ of that license document, provided that the further restriction does
396
+ not survive such relicensing or conveying.
397
+
398
+ If you add terms to a covered work in accord with this section, you
399
+ must place, in the relevant source files, a statement of the
400
+ additional terms that apply to those files, or a notice indicating
401
+ where to find the applicable terms.
402
+
403
+ Additional terms, permissive or non-permissive, may be stated in the
404
+ form of a separately written license, or stated as exceptions;
405
+ the above requirements apply either way.
406
+
407
+ 8. Termination.
408
+
409
+ You may not propagate or modify a covered work except as expressly
410
+ provided under this License. Any attempt otherwise to propagate or
411
+ modify it is void, and will automatically terminate your rights under
412
+ this License (including any patent licenses granted under the third
413
+ paragraph of section 11).
414
+
415
+ However, if you cease all violation of this License, then your
416
+ license from a particular copyright holder is reinstated (a)
417
+ provisionally, unless and until the copyright holder explicitly and
418
+ finally terminates your license, and (b) permanently, if the copyright
419
+ holder fails to notify you of the violation by some reasonable means
420
+ prior to 60 days after the cessation.
421
+
422
+ Moreover, your license from a particular copyright holder is
423
+ reinstated permanently if the copyright holder notifies you of the
424
+ violation by some reasonable means, this is the first time you have
425
+ received notice of violation of this License (for any work) from that
426
+ copyright holder, and you cure the violation prior to 30 days after
427
+ your receipt of the notice.
428
+
429
+ Termination of your rights under this section does not terminate the
430
+ licenses of parties who have received copies or rights from you under
431
+ this License. If your rights have been terminated and not permanently
432
+ reinstated, you do not qualify to receive new licenses for the same
433
+ material under section 10.
434
+
435
+ 9. Acceptance Not Required for Having Copies.
436
+
437
+ You are not required to accept this License in order to receive or
438
+ run a copy of the Program. Ancillary propagation of a covered work
439
+ occurring solely as a consequence of using peer-to-peer transmission
440
+ to receive a copy likewise does not require acceptance. However,
441
+ nothing other than this License grants you permission to propagate or
442
+ modify any covered work. These actions infringe copyright if you do
443
+ not accept this License. Therefore, by modifying or propagating a
444
+ covered work, you indicate your acceptance of this License to do so.
445
+
446
+ 10. Automatic Licensing of Downstream Recipients.
447
+
448
+ Each time you convey a covered work, the recipient automatically
449
+ receives a license from the original licensors, to run, modify and
450
+ propagate that work, subject to this License. You are not responsible
451
+ for enforcing compliance by third parties with this License.
452
+
453
+ An "entity transaction" is a transaction transferring control of an
454
+ organization, or substantially all assets of one, or subdividing an
455
+ organization, or merging organizations. If propagation of a covered
456
+ work results from an entity transaction, each party to that
457
+ transaction who receives a copy of the work also receives whatever
458
+ licenses to the work the party's predecessor in interest had or could
459
+ give under the previous paragraph, plus a right to possession of the
460
+ Corresponding Source of the work from the predecessor in interest, if
461
+ the predecessor has it or can get it with reasonable efforts.
462
+
463
+ You may not impose any further restrictions on the exercise of the
464
+ rights granted or affirmed under this License. For example, you may
465
+ not impose a license fee, royalty, or other charge for exercise of
466
+ rights granted under this License, and you may not initiate litigation
467
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
468
+ any patent claim is infringed by making, using, selling, offering for
469
+ sale, or importing the Program or any portion of it.
470
+
471
+ 11. Patents.
472
+
473
+ A "contributor" is a copyright holder who authorizes use under this
474
+ License of the Program or a work on which the Program is based. The
475
+ work thus licensed is called the contributor's "contributor version".
476
+
477
+ A contributor's "essential patent claims" are all patent claims
478
+ owned or controlled by the contributor, whether already acquired or
479
+ hereafter acquired, that would be infringed by some manner, permitted
480
+ by this License, of making, using, or selling its contributor version,
481
+ but do not include claims that would be infringed only as a
482
+ consequence of further modification of the contributor version. For
483
+ purposes of this definition, "control" includes the right to grant
484
+ patent sublicenses in a manner consistent with the requirements of
485
+ this License.
486
+
487
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
488
+ patent license under the contributor's essential patent claims, to
489
+ make, use, sell, offer for sale, import and otherwise run, modify and
490
+ propagate the contents of its contributor version.
491
+
492
+ In the following three paragraphs, a "patent license" is any express
493
+ agreement or commitment, however denominated, not to enforce a patent
494
+ (such as an express permission to practice a patent or covenant not to
495
+ sue for patent infringement). To "grant" such a patent license to a
496
+ party means to make such an agreement or commitment not to enforce a
497
+ patent against the party.
498
+
499
+ If you convey a covered work, knowingly relying on a patent license,
500
+ and the Corresponding Source of the work is not available for anyone
501
+ to copy, free of charge and under the terms of this License, through a
502
+ publicly available network server or other readily accessible means,
503
+ then you must either (1) cause the Corresponding Source to be so
504
+ available, or (2) arrange to deprive yourself of the benefit of the
505
+ patent license for this particular work, or (3) arrange, in a manner
506
+ consistent with the requirements of this License, to extend the patent
507
+ license to downstream recipients. "Knowingly relying" means you have
508
+ actual knowledge that, but for the patent license, your conveying the
509
+ covered work in a country, or your recipient's use of the covered work
510
+ in a country, would infringe one or more identifiable patents in that
511
+ country that you have reason to believe are valid.
512
+
513
+ If, pursuant to or in connection with a single transaction or
514
+ arrangement, you convey, or propagate by procuring conveyance of, a
515
+ covered work, and grant a patent license to some of the parties
516
+ receiving the covered work authorizing them to use, propagate, modify
517
+ or convey a specific copy of the covered work, then the patent license
518
+ you grant is automatically extended to all recipients of the covered
519
+ work and works based on it.
520
+
521
+ A patent license is "discriminatory" if it does not include within
522
+ the scope of its coverage, prohibits the exercise of, or is
523
+ conditioned on the non-exercise of one or more of the rights that are
524
+ specifically granted under this License. You may not convey a covered
525
+ work if you are a party to an arrangement with a third party that is
526
+ in the business of distributing software, under which you make payment
527
+ to the third party based on the extent of your activity of conveying
528
+ the work, and under which the third party grants, to any of the
529
+ parties who would receive the covered work from you, a discriminatory
530
+ patent license (a) in connection with copies of the covered work
531
+ conveyed by you (or copies made from those copies), or (b) primarily
532
+ for and in connection with specific products or compilations that
533
+ contain the covered work, unless you entered into that arrangement,
534
+ or that patent license was granted, prior to 28 March 2007.
535
+
536
+ Nothing in this License shall be construed as excluding or limiting
537
+ any implied license or other defenses to infringement that may
538
+ otherwise be available to you under applicable patent law.
539
+
540
+ 12. No Surrender of Others' Freedom.
541
+
542
+ If conditions are imposed on you (whether by court order, agreement or
543
+ otherwise) that contradict the conditions of this License, they do not
544
+ excuse you from the conditions of this License. If you cannot convey a
545
+ covered work so as to satisfy simultaneously your obligations under this
546
+ License and any other pertinent obligations, then as a consequence you may
547
+ not convey it at all. For example, if you agree to terms that obligate you
548
+ to collect a royalty for further conveying from those to whom you convey
549
+ the Program, the only way you could satisfy both those terms and this
550
+ License would be to refrain entirely from conveying the Program.
551
+
552
+ 13. Use with the GNU Affero General Public License.
553
+
554
+ Notwithstanding any other provision of this License, you have
555
+ permission to link or combine any covered work with a work licensed
556
+ under version 3 of the GNU Affero General Public License into a single
557
+ combined work, and to convey the resulting work. The terms of this
558
+ License will continue to apply to the part which is the covered work,
559
+ but the special requirements of the GNU Affero General Public License,
560
+ section 13, concerning interaction through a network will apply to the
561
+ combination as such.
562
+
563
+ 14. Revised Versions of this License.
564
+
565
+ The Free Software Foundation may publish revised and/or new versions of
566
+ the GNU General Public License from time to time. Such new versions will
567
+ be similar in spirit to the present version, but may differ in detail to
568
+ address new problems or concerns.
569
+
570
+ Each version is given a distinguishing version number. If the
571
+ Program specifies that a certain numbered version of the GNU General
572
+ Public License "or any later version" applies to it, you have the
573
+ option of following the terms and conditions either of that numbered
574
+ version or of any later version published by the Free Software
575
+ Foundation. If the Program does not specify a version number of the
576
+ GNU General Public License, you may choose any version ever published
577
+ by the Free Software Foundation.
578
+
579
+ If the Program specifies that a proxy can decide which future
580
+ versions of the GNU General Public License can be used, that proxy's
581
+ public statement of acceptance of a version permanently authorizes you
582
+ to choose that version for the Program.
583
+
584
+ Later license versions may give you additional or different
585
+ permissions. However, no additional obligations are imposed on any
586
+ author or copyright holder as a result of your choosing to follow a
587
+ later version.
588
+
589
+ 15. Disclaimer of Warranty.
590
+
591
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
+
600
+ 16. Limitation of Liability.
601
+
602
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
+ SUCH DAMAGES.
611
+
612
+ 17. Interpretation of Sections 15 and 16.
613
+
614
+ If the disclaimer of warranty and limitation of liability provided
615
+ above cannot be given local legal effect according to their terms,
616
+ reviewing courts shall apply local law that most closely approximates
617
+ an absolute waiver of all civil liability in connection with the
618
+ Program, unless a warranty or assumption of liability accompanies a
619
+ copy of the Program in return for a fee.
620
+
621
  END OF TERMS AND CONDITIONS
assets/css/animate-animo.css CHANGED
@@ -1,5278 +1,5278 @@
1
- @charset "UTF-8";
2
- /*
3
- Animate.css - http://daneden.me/animate
4
- Licensed under the MIT license
5
-
6
- Copyright (c) 2013 Daniel Eden
7
-
8
- Permission 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:
9
-
10
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
-
12
- THE 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.
13
- */
14
-
15
- .eds-animate {
16
- overflow: hidden;
17
- }
18
-
19
- .edsanimate-sis-hidden, .eds-scroll-hidden {
20
- opacity:0;
21
- }
22
-
23
- .eds-scroll-visible {
24
- opacity:1;
25
- }
26
-
27
- .animated {
28
- -webkit-animation-duration: 1s;
29
- -moz-animation-duration: 1s;
30
- -ms-animation-duration: 1s;
31
- -o-animation-duration: 1s;
32
- animation-duration: 1s;
33
- }
34
-
35
- /*Delay classes*/
36
- .delay1 {
37
- -webkit-animation-delay: .5s;
38
- -moz-animation-delay: .5s;
39
- -ms-animation-delay: .5s;
40
- -o-animation-delay: .5s;
41
- animation-delay: .5s;
42
- }
43
-
44
- .delay2 {
45
- -webkit-animation-delay: 1s;
46
- -moz-animation-delay: 1s;
47
- -ms-animation-delay: 1s;
48
- -o-animation-delay: 1s;
49
- animation-delay: 1s;
50
- }
51
-
52
- .delay3 {
53
- -webkit-animation-delay: 1.5s;
54
- -moz-animation-delay: 1.5s;
55
- -ms-animation-delay: 1.5s;
56
- -o-animation-delay: 1.5s;
57
- animation-delay: 1.5s;
58
- }
59
-
60
- .delay4 {
61
- -webkit-animation-delay: 2s;
62
- -moz-animation-delay: 2s;
63
- -ms-animation-delay: 2s;
64
- -o-animation-delay: 2s;
65
- animation-delay: 2s;
66
- }
67
-
68
- .delay5 {
69
- -webkit-animation-delay: 2.5s;
70
- -moz-animation-delay: 2.5s;
71
- -ms-animation-delay: 2.5s;
72
- -o-animation-delay: 2.5s;
73
- animation-delay: 2.5s;
74
- }
75
-
76
- .delay6 {
77
- -webkit-animation-delay: 3s;
78
- -moz-animation-delay: 3s;
79
- -ms-animation-delay: 3s;
80
- -o-animation-delay: 3s;
81
- animation-delay: 3s;
82
- }
83
-
84
- .delay7 {
85
- -webkit-animation-delay: 3.5s;
86
- -moz-animation-delay: 3.5s;
87
- -ms-animation-delay: 3.5s;
88
- -o-animation-delay: 3.5s;
89
- animation-delay: 3.5s;
90
- }
91
-
92
- .delay8 {
93
- -webkit-animation-delay: 4s;
94
- -moz-animation-delay: 4s;
95
- -ms-animation-delay: 4s;
96
- -o-animation-delay: 4s;
97
- animation-delay: 4s;
98
- }
99
-
100
- .delay9 {
101
- -webkit-animation-delay: 4.5s;
102
- -moz-animation-delay: 4.5s;
103
- -ms-animation-delay: 4.5s;
104
- -o-animation-delay: 4.5s;
105
- animation-delay: 4.5s;
106
- }
107
-
108
- .delay10 {
109
- -webkit-animation-delay: 5s;
110
- -moz-animation-delay: 5s;
111
- -ms-animation-delay: 5s;
112
- -o-animation-delay: 5s;
113
- animation-delay: 5s;
114
- }
115
-
116
- .delay11 {
117
- -webkit-animation-delay: 5.5s;
118
- -moz-animation-delay: 5.5s;
119
- -ms-animation-delay: 5.5s;
120
- -o-animation-delay: 5.5s;
121
- animation-delay: 5.5s;
122
- }
123
-
124
- .delay12 {
125
- -webkit-animation-delay: 6s;
126
- -moz-animation-delay: 6s;
127
- -ms-animation-delay: 6s;
128
- -o-animation-delay: 6s;
129
- animation-delay: 6s;
130
- }
131
-
132
- /*Duration Classes*/
133
- .duration1 {
134
- -webkit-animation-duration: .5s !important;
135
- -moz-animation-duration: .5s !important;
136
- -ms-animation-duration: .5s !important;
137
- -o-animation-duration: .5s !important;
138
- animation-duration: .5s !important;
139
- }
140
-
141
- .duration2 {
142
- -webkit-animation-duration: 1s !important;
143
- -moz-animation-duration: 1s !important;
144
- -ms-animation-duration: 1s !important;
145
- -o-animation-duration: 1s !important;
146
- animation-duration: 1s !important;
147
- }
148
-
149
- .duration3 {
150
- -webkit-animation-duration: 1.5s !important;
151
- -moz-animation-duration: 1.5s !important;
152
- -ms-animation-duration: 1.5s !important;
153
- -o-animation-duration: 1.5s !important;
154
- animation-duration: 1.5s !important;
155
- }
156
-
157
- .duration4 {
158
- -webkit-animation-duration: 2s !important;
159
- -moz-animation-duration: 2s !important;
160
- -ms-animation-duration: 2s !important;
161
- -o-animation-duration: 2s !important;
162
- animation-duration: 2s !important;
163
- }
164
-
165
- .duration5 {
166
- -webkit-animation-duration: 2.5s !important;
167
- -moz-animation-duration: 2.5s !important;
168
- -ms-animation-duration: 2.5s !important;
169
- -o-animation-duration: 2.5s !important;
170
- animation-duration: 2.5s !important;
171
- }
172
-
173
- .duration6 {
174
- -webkit-animation-duration: 3s !important;
175
- -moz-animation-duration: 3s !important;
176
- -ms-animation-duration: 3s !important;
177
- -o-animation-duration: 3s !important;
178
- animation-duration: 3s !important;
179
- }
180
-
181
- .duration7 {
182
- -webkit-animation-duration: 3.5s !important;
183
- -moz-animation-duration: 3.5s !important;
184
- -ms-animation-duration: 3.5s !important;
185
- -o-animation-duration: 3.5s !important;
186
- animation-duration: 3.5s !important;
187
- }
188
-
189
- .duration8 {
190
- -webkit-animation-duration: 4s !important;
191
- -moz-animation-duration: 4s !important;
192
- -ms-animation-duration: 4s !important;
193
- -o-animation-duration: 4s !important;
194
- animation-duration: 4s !important;
195
- }
196
-
197
- .duration9 {
198
- -webkit-animation-duration: 4.5s !important;
199
- -moz-animation-duration: 4.5s !important;
200
- -ms-animation-duration: 4.5s !important;
201
- -o-animation-duration: 4.5s !important;
202
- animation-duration: 4.5s !important;
203
- }
204
-
205
- .duration10 {
206
- -webkit-animation-duration: 5s !important;
207
- -moz-animation-duration: 5s !important;
208
- -ms-animation-duration: 5s !important;
209
- -o-animation-duration: 5s !important;
210
- animation-duration: 5s !important;
211
- }
212
-
213
- .duration11 {
214
- -webkit-animation-duration: 5.5s !important;
215
- -moz-animation-duration: 5.5s !important;
216
- -ms-animation-duration: 5.5s !important;
217
- -o-animation-duration: 5.5s !important;
218
- animation-duration: 5.5s !important;
219
- }
220
-
221
- .duration12 {
222
- -webkit-animation-duration: 6s !important;
223
- -moz-animation-duration: 6s !important;
224
- -ms-animation-duration: 6s !important;
225
- -o-animation-duration: 6s !important;
226
- animation-duration: 6s !important;
227
- }
228
-
229
- .duration13 {
230
- -webkit-animation-duration: 6.5s !important;
231
- -moz-animation-duration: 6.5s !important;
232
- -ms-animation-duration: 6.5s !important;
233
- -o-animation-duration: 6.5s !important;
234
- animation-duration: 6.5s !important;
235
- }
236
-
237
- .duration14 {
238
- -webkit-animation-duration: 7s !important;
239
- -moz-animation-duration: 7s !important;
240
- -ms-animation-duration: 7s !important;
241
- -o-animation-duration: 7s !important;
242
- animation-duration: 7s !important;
243
- }
244
-
245
- .duration15 {
246
- -webkit-animation-duration: 7.5s !important;
247
- -moz-animation-duration: 7.5s !important;
248
- -ms-animation-duration: 7.5s !important;
249
- -o-animation-duration: 7.5s !important;
250
- animation-duration: 7.5s !important;
251
- }
252
-
253
- .duration16 {
254
- -webkit-animation-duration: 8s !important;
255
- -moz-animation-duration: 8s !important;
256
- -ms-animation-duration: 8s !important;
257
- -o-animation-duration: 8s !important;
258
- animation-duration: 8s !important;
259
- }
260
-
261
- .duration17 {
262
- -webkit-animation-duration: 8.5s !important;
263
- -moz-animation-duration: 8.5s !important;
264
- -ms-animation-duration: 8.5s !important;
265
- -o-animation-duration: 8.5s !important;
266
- animation-duration: 8.5s !important;
267
- }
268
-
269
- .duration18 {
270
- -webkit-animation-duration: 9s !important;
271
- -moz-animation-duration: 9s !important;
272
- -ms-animation-duration: 9s !important;
273
- -o-animation-duration: 9s !important;
274
- animation-duration: 9s !important;
275
- }
276
-
277
- .duration19 {
278
- -webkit-animation-duration: 9.5s !important;
279
- -moz-animation-duration: 9.5s !important;
280
- -ms-animation-duration: 9.5s !important;
281
- -o-animation-duration: 9.5s !important;
282
- animation-duration: 9.5s !important;
283
- }
284
-
285
- .duration20 {
286
- -webkit-animation-duration: 10s !important;
287
- -moz-animation-duration: 10s !important;
288
- -ms-animation-duration: 10s !important;
289
- -o-animation-duration: 10s !important;
290
- animation-duration: 10s !important;
291
- }
292
-
293
- .animated {
294
- /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
295
- backface-visibility: hidden;
296
- -o-backface-visibility: hidden;
297
- -moz-backface-visibility: hidden;
298
- -webkit-backface-visibility: hidden;
299
-
300
- animation-fill-mode: both;
301
- transform: translate3d(0, 0, 0);
302
-
303
- -o-animation-fill-mode: both;
304
- -o-transform: translate3d(0, 0, 0);
305
-
306
- -moz-animation-fill-mode: both;
307
- -moz-transform: translate3d(0, 0, 0);
308
-
309
- -webkit-animation-fill-mode: both;
310
- -webkit-transform: translate3d(0, 0, 0);
311
- }
312
-
313
- .animated.infinite {
314
- -webkit-animation-iteration-count: infinite;
315
- -moz-animation-iteration-count: infinite;
316
- -ms-animation-iteration-count: infinite;
317
- -o-animation-iteration-count: infinite;
318
- animation-iteration-count: infinite;
319
- }
320
-
321
- @-webkit-keyframes flash {
322
- 0%, 50%, 100% {opacity: 1;}
323
- 25%, 75% {opacity: 0;}
324
- }
325
-
326
- @-moz-keyframes flash {
327
- 0%, 50%, 100% {opacity: 1;}
328
- 25%, 75% {opacity: 0;}
329
- }
330
-
331
- @-o-keyframes flash {
332
- 0%, 50%, 100% {opacity: 1;}
333
- 25%, 75% {opacity: 0;}
334
- }
335
-
336
- @keyframes flash {
337
- 0%, 50%, 100% {opacity: 1;}
338
- 25%, 75% {opacity: 0;}
339
- }
340
-
341
- .animated.flash {
342
- -webkit-animation-name: flash;
343
- -moz-animation-name: flash;
344
- -o-animation-name: flash;
345
- animation-name: flash;
346
- }
347
- @-webkit-keyframes shake {
348
- 0%, 100% {-webkit-transform: translateX(0);}
349
- 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
350
- 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
351
- }
352
-
353
- @-moz-keyframes shake {
354
- 0%, 100% {-moz-transform: translateX(0);}
355
- 10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
356
- 20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
357
- }
358
-
359
- @-o-keyframes shake {
360
- 0%, 100% {-o-transform: translateX(0);}
361
- 10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
362
- 20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
363
- }
364
-
365
- @keyframes shake {
366
- 0%, 100% {transform: translateX(0);}
367
- 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
368
- 20%, 40%, 60%, 80% {transform: translateX(10px);}
369
- }
370
-
371
- .animated.shake {
372
- -webkit-animation-name: shake;
373
- -moz-animation-name: shake;
374
- -o-animation-name: shake;
375
- animation-name: shake;
376
- }
377
- @-webkit-keyframes bounce {
378
- 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
379
- 40% {-webkit-transform: translateY(-30px);}
380
- 60% {-webkit-transform: translateY(-15px);}
381
- }
382
-
383
- @-moz-keyframes bounce {
384
- 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
385
- 40% {-moz-transform: translateY(-30px);}
386
- 60% {-moz-transform: translateY(-15px);}
387
- }
388
-
389
- @-o-keyframes bounce {
390
- 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
391
- 40% {-o-transform: translateY(-30px);}
392
- 60% {-o-transform: translateY(-15px);}
393
- }
394
- @keyframes bounce {
395
- 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
396
- 40% {transform: translateY(-30px);}
397
- 60% {transform: translateY(-15px);}
398
- }
399
-
400
- .animated.bounce {
401
- -webkit-animation-name: bounce;
402
- -moz-animation-name: bounce;
403
- -o-animation-name: bounce;
404
- animation-name: bounce;
405
- }
406
- @-webkit-keyframes tada {
407
- 0% {-webkit-transform: scale(1);}
408
- 10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
409
- 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
410
- 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
411
- 100% {-webkit-transform: scale(1) rotate(0);}
412
- }
413
-
414
- @-moz-keyframes tada {
415
- 0% {-moz-transform: scale(1);}
416
- 10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
417
- 30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
418
- 40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
419
- 100% {-moz-transform: scale(1) rotate(0);}
420
- }
421
-
422
- @-o-keyframes tada {
423
- 0% {-o-transform: scale(1);}
424
- 10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
425
- 30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
426
- 40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
427
- 100% {-o-transform: scale(1) rotate(0);}
428
- }
429
-
430
- @keyframes tada {
431
- 0% {transform: scale(1);}
432
- 10%, 20% {transform: scale(0.9) rotate(-3deg);}
433
- 30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
434
- 40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
435
- 100% {transform: scale(1) rotate(0);}
436
- }
437
-
438
- .animated.tada {
439
- -webkit-animation-name: tada;
440
- -moz-animation-name: tada;
441
- -o-animation-name: tada;
442
- animation-name: tada;
443
- }
444
- @-webkit-keyframes swing {
445
- 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
446
- 20% { -webkit-transform: rotate(15deg); }
447
- 40% { -webkit-transform: rotate(-10deg); }
448
- 60% { -webkit-transform: rotate(5deg); }
449
- 80% { -webkit-transform: rotate(-5deg); }
450
- 100% { -webkit-transform: rotate(0deg); }
451
- }
452
-
453
- @-moz-keyframes swing {
454
- 20% { -moz-transform: rotate(15deg); }
455
- 40% { -moz-transform: rotate(-10deg); }
456
- 60% { -moz-transform: rotate(5deg); }
457
- 80% { -moz-transform: rotate(-5deg); }
458
- 100% { -moz-transform: rotate(0deg); }
459
- }
460
-
461
- @-o-keyframes swing {
462
- 20% { -o-transform: rotate(15deg); }
463
- 40% { -o-transform: rotate(-10deg); }
464
- 60% { -o-transform: rotate(5deg); }
465
- 80% { -o-transform: rotate(-5deg); }
466
- 100% { -o-transform: rotate(0deg); }
467
- }
468
-
469
- @keyframes swing {
470
- 20% { transform: rotate(15deg); }
471
- 40% { transform: rotate(-10deg); }
472
- 60% { transform: rotate(5deg); }
473
- 80% { transform: rotate(-5deg); }
474
- 100% { transform: rotate(0deg); }
475
- }
476
-
477
- .animated.swing {
478
- -webkit-transform-origin: top center;
479
- -moz-transform-origin: top center;
480
- -o-transform-origin: top center;
481
- transform-origin: top center;
482
- -webkit-animation-name: swing;
483
- -moz-animation-name: swing;
484
- -o-animation-name: swing;
485
- animation-name: swing;
486
- }
487
-
488
- @-webkit-keyframes rubberBand {
489
- 0% {
490
- -webkit-transform: scale3d(1, 1, 1);
491
- transform: scale3d(1, 1, 1);
492
- }
493
-
494
- 30% {
495
- -webkit-transform: scale3d(1.25, 0.75, 1);
496
- transform: scale3d(1.25, 0.75, 1);
497
- }
498
-
499
- 40% {
500
- -webkit-transform: scale3d(0.75, 1.25, 1);
501
- transform: scale3d(0.75, 1.25, 1);
502
- }
503
-
504
- 50% {
505
- -webkit-transform: scale3d(1.15, 0.85, 1);
506
- transform: scale3d(1.15, 0.85, 1);
507
- }
508
-
509
- 65% {
510
- -webkit-transform: scale3d(.95, 1.05, 1);
511
- transform: scale3d(.95, 1.05, 1);
512
- }
513
-
514
- 75% {
515
- -webkit-transform: scale3d(1.05, .95, 1);
516
- transform: scale3d(1.05, .95, 1);
517
- }
518
-
519
- 100% {
520
- -webkit-transform: scale3d(1, 1, 1);
521
- transform: scale3d(1, 1, 1);
522
- }
523
- }
524
-
525
- @keyframes rubberBand {
526
- 0% {
527
- -webkit-transform: scale3d(1, 1, 1);
528
- transform: scale3d(1, 1, 1);
529
- }
530
-
531
- 30% {
532
- -webkit-transform: scale3d(1.25, 0.75, 1);
533
- transform: scale3d(1.25, 0.75, 1);
534
- }
535
-
536
- 40% {
537
- -webkit-transform: scale3d(0.75, 1.25, 1);
538
- transform: scale3d(0.75, 1.25, 1);
539
- }
540
-
541
- 50% {
542
- -webkit-transform: scale3d(1.15, 0.85, 1);
543
- transform: scale3d(1.15, 0.85, 1);
544
- }
545
-
546
- 65% {
547
- -webkit-transform: scale3d(.95, 1.05, 1);
548
- transform: scale3d(.95, 1.05, 1);
549
- }
550
-
551
- 75% {
552
- -webkit-transform: scale3d(1.05, .95, 1);
553
- transform: scale3d(1.05, .95, 1);
554
- }
555
-
556
- 100% {
557
- -webkit-transform: scale3d(1, 1, 1);
558
- transform: scale3d(1, 1, 1);
559
- }
560
- }
561
-
562
- .animated.rubberBand {
563
- -webkit-animation-name: rubberBand;
564
- animation-name: rubberBand;
565
- }
566
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
567
-
568
- @-webkit-keyframes wobble {
569
- 0% { -webkit-transform: translateX(0%); }
570
- 15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
571
- 30% { -webkit-transform: translateX(20%) rotate(3deg); }
572
- 45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
573
- 60% { -webkit-transform: translateX(10%) rotate(2deg); }
574
- 75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
575
- 100% { -webkit-transform: translateX(0%); }
576
- }
577
-
578
- @-moz-keyframes wobble {
579
- 0% { -moz-transform: translateX(0%); }
580
- 15% { -moz-transform: translateX(-25%) rotate(-5deg); }
581
- 30% { -moz-transform: translateX(20%) rotate(3deg); }
582
- 45% { -moz-transform: translateX(-15%) rotate(-3deg); }
583
- 60% { -moz-transform: translateX(10%) rotate(2deg); }
584
- 75% { -moz-transform: translateX(-5%) rotate(-1deg); }
585
- 100% { -moz-transform: translateX(0%); }
586
- }
587
-
588
- @-o-keyframes wobble {
589
- 0% { -o-transform: translateX(0%); }
590
- 15% { -o-transform: translateX(-25%) rotate(-5deg); }
591
- 30% { -o-transform: translateX(20%) rotate(3deg); }
592
- 45% { -o-transform: translateX(-15%) rotate(-3deg); }
593
- 60% { -o-transform: translateX(10%) rotate(2deg); }
594
- 75% { -o-transform: translateX(-5%) rotate(-1deg); }
595
- 100% { -o-transform: translateX(0%); }
596
- }
597
-
598
- @keyframes wobble {
599
- 0% { transform: translateX(0%); }
600
- 15% { transform: translateX(-25%) rotate(-5deg); }
601
- 30% { transform: translateX(20%) rotate(3deg); }
602
- 45% { transform: translateX(-15%) rotate(-3deg); }
603
- 60% { transform: translateX(10%) rotate(2deg); }
604
- 75% { transform: translateX(-5%) rotate(-1deg); }
605
- 100% { transform: translateX(0%); }
606
- }
607
-
608
- .animated.wobble {
609
- -webkit-animation-name: wobble;
610
- -moz-animation-name: wobble;
611
- -o-animation-name: wobble;
612
- animation-name: wobble;
613
- }
614
-
615
- @-webkit-keyframes jello {
616
- 0%, 11.1%, 100% {
617
- -webkit-transform: none;
618
- transform: none;
619
- }
620
-
621
- 22.2% {
622
- -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
623
- transform: skewX(-12.5deg) skewY(-12.5deg);
624
- }
625
-
626
- 33.3% {
627
- -webkit-transform: skewX(6.25deg) skewY(6.25deg);
628
- transform: skewX(6.25deg) skewY(6.25deg);
629
- }
630
-
631
- 44.4% {
632
- -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
633
- transform: skewX(-3.125deg) skewY(-3.125deg);
634
- }
635
-
636
- 55.5% {
637
- -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
638
- transform: skewX(1.5625deg) skewY(1.5625deg);
639
- }
640
-
641
- 66.6% {
642
- -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
643
- transform: skewX(-0.78125deg) skewY(-0.78125deg);
644
- }
645
-
646
- 77.7% {
647
- -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
648
- transform: skewX(0.390625deg) skewY(0.390625deg);
649
- }
650
-
651
- 88.8% {
652
- -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
653
- transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
654
- }
655
- }
656
-
657
- @keyframes jello {
658
- 0%, 11.1%, 100% {
659
- -webkit-transform: none;
660
- transform: none;
661
- }
662
-
663
- 22.2% {
664
- -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
665
- transform: skewX(-12.5deg) skewY(-12.5deg);
666
- }
667
-
668
- 33.3% {
669
- -webkit-transform: skewX(6.25deg) skewY(6.25deg);
670
- transform: skewX(6.25deg) skewY(6.25deg);
671
- }
672
-
673
- 44.4% {
674
- -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
675
- transform: skewX(-3.125deg) skewY(-3.125deg);
676
- }
677
-
678
- 55.5% {
679
- -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
680
- transform: skewX(1.5625deg) skewY(1.5625deg);
681
- }
682
-
683
- 66.6% {
684
- -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
685
- transform: skewX(-0.78125deg) skewY(-0.78125deg);
686
- }
687
-
688
- 77.7% {
689
- -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
690
- transform: skewX(0.390625deg) skewY(0.390625deg);
691
- }
692
-
693
- 88.8% {
694
- -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
695
- transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
696
- }
697
- }
698
-
699
- .animated.jello {
700
- -webkit-animation-name: jello;
701
- animation-name: jello;
702
- -webkit-transform-origin: center;
703
- transform-origin: center;
704
- }
705
-
706
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
707
-
708
- @-webkit-keyframes pulse {
709
- 0% { -webkit-transform: scale(1); }
710
- 50% { -webkit-transform: scale(1.1); }
711
- 100% { -webkit-transform: scale(1); }
712
- }
713
- @-moz-keyframes pulse {
714
- 0% { -moz-transform: scale(1); }
715
- 50% { -moz-transform: scale(1.1); }
716
- 100% { -moz-transform: scale(1); }
717
- }
718
- @-o-keyframes pulse {
719
- 0% { -o-transform: scale(1); }
720
- 50% { -o-transform: scale(1.1); }
721
- 100% { -o-transform: scale(1); }
722
- }
723
- @keyframes pulse {
724
- 0% { transform: scale(1); }
725
- 50% { transform: scale(1.1); }
726
- 100% { transform: scale(1); }
727
- }
728
-
729
- .animated.pulse {
730
- -webkit-animation-name: pulse;
731
- -moz-animation-name: pulse;
732
- -o-animation-name: pulse;
733
- animation-name: pulse;
734
- }
735
- @-webkit-keyframes flip {
736
- 0% {
737
- -webkit-transform: perspective(400px) rotateY(0);
738
- -webkit-animation-timing-function: ease-out;
739
- }
740
- 40% {
741
- -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
742
- -webkit-animation-timing-function: ease-out;
743
- }
744
- 50% {
745
- -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
746
- -webkit-animation-timing-function: ease-in;
747
- }
748
- 80% {
749
- -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
750
- -webkit-animation-timing-function: ease-in;
751
- }
752
- 100% {
753
- -webkit-transform: perspective(400px) scale(1);
754
- -webkit-animation-timing-function: ease-in;
755
- }
756
- }
757
- @-moz-keyframes flip {
758
- 0% {
759
- -moz-transform: perspective(400px) rotateY(0);
760
- -moz-animation-timing-function: ease-out;
761
- }
762
- 40% {
763
- -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
764
- -moz-animation-timing-function: ease-out;
765
- }
766
- 50% {
767
- -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
768
- -moz-animation-timing-function: ease-in;
769
- }
770
- 80% {
771
- -moz-transform: perspective(400px) rotateY(360deg) scale(.95);
772
- -moz-animation-timing-function: ease-in;
773
- }
774
- 100% {
775
- -moz-transform: perspective(400px) scale(1);
776
- -moz-animation-timing-function: ease-in;
777
- }
778
- }
779
- @-o-keyframes flip {
780
- 0% {
781
- -o-transform: perspective(400px) rotateY(0);
782
- -o-animation-timing-function: ease-out;
783
- }
784
- 40% {
785
- -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
786
- -o-animation-timing-function: ease-out;
787
- }
788
- 50% {
789
- -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
790
- -o-animation-timing-function: ease-in;
791
- }
792
- 80% {
793
- -o-transform: perspective(400px) rotateY(360deg) scale(.95);
794
- -o-animation-timing-function: ease-in;
795
- }
796
- 100% {
797
- -o-transform: perspective(400px) scale(1);
798
- -o-animation-timing-function: ease-in;
799
- }
800
- }
801
- @keyframes flip {
802
- 0% {
803
- transform: perspective(400px) rotateY(0);
804
- animation-timing-function: ease-out;
805
- }
806
- 40% {
807
- transform: perspective(400px) translateZ(150px) rotateY(170deg);
808
- animation-timing-function: ease-out;
809
- }
810
- 50% {
811
- transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
812
- animation-timing-function: ease-in;
813
- }
814
- 80% {
815
- transform: perspective(400px) rotateY(360deg) scale(.95);
816
- animation-timing-function: ease-in;
817
- }
818
- 100% {
819
- transform: perspective(400px) scale(1);
820
- animation-timing-function: ease-in;
821
- }
822
- }
823
-
824
- .animated.flip {
825
- -webkit-backface-visibility: visible !important;
826
- -webkit-animation-name: flip;
827
- -moz-backface-visibility: visible !important;
828
- -moz-animation-name: flip;
829
- -o-backface-visibility: visible !important;
830
- -o-animation-name: flip;
831
- backface-visibility: visible !important;
832
- animation-name: flip;
833
- }
834
- @-webkit-keyframes flipInX {
835
- 0% {
836
- -webkit-transform: perspective(400px) rotateX(90deg);
837
- opacity: 0;
838
- }
839
-
840
- 40% {
841
- -webkit-transform: perspective(400px) rotateX(-10deg);
842
- }
843
-
844
- 70% {
845
- -webkit-transform: perspective(400px) rotateX(10deg);
846
- }
847
-
848
- 100% {
849
- -webkit-transform: perspective(400px) rotateX(0deg);
850
- opacity: 1;
851
- }
852
- }
853
- @-moz-keyframes flipInX {
854
- 0% {
855
- -moz-transform: perspective(400px) rotateX(90deg);
856
- opacity: 0;
857
- }
858
-
859
- 40% {
860
- -moz-transform: perspective(400px) rotateX(-10deg);
861
- }
862
-
863
- 70% {
864
- -moz-transform: perspective(400px) rotateX(10deg);
865
- }
866
-
867
- 100% {
868
- -moz-transform: perspective(400px) rotateX(0deg);
869
- opacity: 1;
870
- }
871
- }
872
- @-o-keyframes flipInX {
873
- 0% {
874
- -o-transform: perspective(400px) rotateX(90deg);
875
- opacity: 0;
876
- }
877
-
878
- 40% {
879
- -o-transform: perspective(400px) rotateX(-10deg);
880
- }
881
-
882
- 70% {
883
- -o-transform: perspective(400px) rotateX(10deg);
884
- }
885
-
886
- 100% {
887
- -o-transform: perspective(400px) rotateX(0deg);
888
- opacity: 1;
889
- }
890
- }
891
- @keyframes flipInX {
892
- 0% {
893
- transform: perspective(400px) rotateX(90deg);
894
- opacity: 0;
895
- }
896
-
897
- 40% {
898
- transform: perspective(400px) rotateX(-10deg);
899
- }
900
-
901
- 70% {
902
- transform: perspective(400px) rotateX(10deg);
903
- }
904
-
905
- 100% {
906
- transform: perspective(400px) rotateX(0deg);
907
- opacity: 1;
908
- }
909
- }
910
-
911
- .animated.flipInX {
912
- -webkit-backface-visibility: visible !important;
913
- -webkit-animation-name: flipInX;
914
- -moz-backface-visibility: visible !important;
915
- -moz-animation-name: flipInX;
916
- -o-backface-visibility: visible !important;
917
- -o-animation-name: flipInX;
918
- backface-visibility: visible !important;
919
- animation-name: flipInX;
920
- }
921
- @-webkit-keyframes flipOutX {
922
- 0% {
923
- -webkit-transform: perspective(400px) rotateX(0deg);
924
- opacity: 1;
925
- }
926
- 100% {
927
- -webkit-transform: perspective(400px) rotateX(90deg);
928
- opacity: 0;
929
- }
930
- }
931
-
932
- @-moz-keyframes flipOutX {
933
- 0% {
934
- -moz-transform: perspective(400px) rotateX(0deg);
935
- opacity: 1;
936
- }
937
- 100% {
938
- -moz-transform: perspective(400px) rotateX(90deg);
939
- opacity: 0;
940
- }
941
- }
942
-
943
- @-o-keyframes flipOutX {
944
- 0% {
945
- -o-transform: perspective(400px) rotateX(0deg);
946
- opacity: 1;
947
- }
948
- 100% {
949
- -o-transform: perspective(400px) rotateX(90deg);
950
- opacity: 0;
951
- }
952
- }
953
-
954
- @keyframes flipOutX {
955
- 0% {
956
- transform: perspective(400px) rotateX(0deg);
957
- opacity: 1;
958
- }
959
- 100% {
960
- transform: perspective(400px) rotateX(90deg);
961
- opacity: 0;
962
- }
963
- }
964
-
965
- .animated.flipOutX {
966
- -webkit-animation-name: flipOutX;
967
- -webkit-backface-visibility: visible !important;
968
- -moz-animation-name: flipOutX;
969
- -moz-backface-visibility: visible !important;
970
- -o-animation-name: flipOutX;
971
- -o-backface-visibility: visible !important;
972
- animation-name: flipOutX;
973
- backface-visibility: visible !important;
974
- }
975
- @-webkit-keyframes flipInY {
976
- 0% {
977
- -webkit-transform: perspective(400px) rotateY(90deg);
978
- opacity: 0;
979
- }
980
-
981
- 40% {
982
- -webkit-transform: perspective(400px) rotateY(-10deg);
983
- }
984
-
985
- 70% {
986
- -webkit-transform: perspective(400px) rotateY(10deg);
987
- }
988
-
989
- 100% {
990
- -webkit-transform: perspective(400px) rotateY(0deg);
991
- opacity: 1;
992
- }
993
- }
994
- @-moz-keyframes flipInY {
995
- 0% {
996
- -moz-transform: perspective(400px) rotateY(90deg);
997
- opacity: 0;
998
- }
999
-
1000
- 40% {
1001
- -moz-transform: perspective(400px) rotateY(-10deg);
1002
- }
1003
-
1004
- 70% {
1005
- -moz-transform: perspective(400px) rotateY(10deg);
1006
- }
1007
-
1008
- 100% {
1009
- -moz-transform: perspective(400px) rotateY(0deg);
1010
- opacity: 1;
1011
- }
1012
- }
1013
- @-o-keyframes flipInY {
1014
- 0% {
1015
- -o-transform: perspective(400px) rotateY(90deg);
1016
- opacity: 0;
1017
- }
1018
-
1019
- 40% {
1020
- -o-transform: perspective(400px) rotateY(-10deg);
1021
- }
1022
-
1023
- 70% {
1024
- -o-transform: perspective(400px) rotateY(10deg);
1025
- }
1026
-
1027
- 100% {
1028
- -o-transform: perspective(400px) rotateY(0deg);
1029
- opacity: 1;
1030
- }
1031
- }
1032
- @keyframes flipInY {
1033
- 0% {
1034
- transform: perspective(400px) rotateY(90deg);
1035
- opacity: 0;
1036
- }
1037
-
1038
- 40% {
1039
- transform: perspective(400px) rotateY(-10deg);
1040
- }
1041
-
1042
- 70% {
1043
- transform: perspective(400px) rotateY(10deg);
1044
- }
1045
-
1046
- 100% {
1047
- transform: perspective(400px) rotateY(0deg);
1048
- opacity: 1;
1049
- }
1050
- }
1051
-
1052
- .animated.flipInY {
1053
- -webkit-backface-visibility: visible !important;
1054
- -webkit-animation-name: flipInY;
1055
- -moz-backface-visibility: visible !important;
1056
- -moz-animation-name: flipInY;
1057
- -o-backface-visibility: visible !important;
1058
- -o-animation-name: flipInY;
1059
- backface-visibility: visible !important;
1060
- animation-name: flipInY;
1061
- }
1062
- @-webkit-keyframes flipOutY {
1063
- 0% {
1064
- -webkit-transform: perspective(400px) rotateY(0deg);
1065
- opacity: 1;
1066
- }
1067
- 100% {
1068
- -webkit-transform: perspective(400px) rotateY(90deg);
1069
- opacity: 0;
1070
- }
1071
- }
1072
- @-moz-keyframes flipOutY {
1073
- 0% {
1074
- -moz-transform: perspective(400px) rotateY(0deg);
1075
- opacity: 1;
1076
- }
1077
- 100% {
1078
- -moz-transform: perspective(400px) rotateY(90deg);
1079
- opacity: 0;
1080
- }
1081
- }
1082
- @-o-keyframes flipOutY {
1083
- 0% {
1084
- -o-transform: perspective(400px) rotateY(0deg);
1085
- opacity: 1;
1086
- }
1087
- 100% {
1088
- -o-transform: perspective(400px) rotateY(90deg);
1089
- opacity: 0;
1090
- }
1091
- }
1092
- @keyframes flipOutY {
1093
- 0% {
1094
- transform: perspective(400px) rotateY(0deg);
1095
- opacity: 1;
1096
- }
1097
- 100% {
1098
- transform: perspective(400px) rotateY(90deg);
1099
- opacity: 0;
1100
- }
1101
- }
1102
-
1103
- .animated.flipOutY {
1104
- -webkit-backface-visibility: visible !important;
1105
- -webkit-animation-name: flipOutY;
1106
- -moz-backface-visibility: visible !important;
1107
- -moz-animation-name: flipOutY;
1108
- -o-backface-visibility: visible !important;
1109
- -o-animation-name: flipOutY;
1110
- backface-visibility: visible !important;
1111
- animation-name: flipOutY;
1112
- }
1113
- @-webkit-keyframes fadeIn {
1114
- 0% {opacity: 0;}
1115
- 100% {opacity: 1;}
1116
- }
1117
-
1118
- @-moz-keyframes fadeIn {
1119
- 0% {opacity: 0;}
1120
- 100% {opacity: 1;}
1121
- }
1122
-
1123
- @-o-keyframes fadeIn {
1124
- 0% {opacity: 0;}
1125
- 100% {opacity: 1;}
1126
- }
1127
-
1128
- @keyframes fadeIn {
1129
- 0% {opacity: 0;}
1130
- 100% {opacity: 1;}
1131
- }
1132
-
1133
- .animated.fadeIn {
1134
- -webkit-animation-name: fadeIn;
1135
- -moz-animation-name: fadeIn;
1136
- -o-animation-name: fadeIn;
1137
- animation-name: fadeIn;
1138
- }
1139
- @-webkit-keyframes fadeInUp {
1140
- 0% {
1141
- opacity: 0;
1142
- -webkit-transform: translateY(20px);
1143
- }
1144
-
1145
- 100% {
1146
- opacity: 1;
1147
- -webkit-transform: translateY(0);
1148
- }
1149
- }
1150
-
1151
- @-moz-keyframes fadeInUp {
1152
- 0% {
1153
- opacity: 0;
1154
- -moz-transform: translateY(20px);
1155
- }
1156
-
1157
- 100% {
1158
- opacity: 1;
1159
- -moz-transform: translateY(0);
1160
- }
1161
- }
1162
-
1163
- @-o-keyframes fadeInUp {
1164
- 0% {
1165
- opacity: 0;
1166
- -o-transform: translateY(20px);
1167
- }
1168
-
1169
- 100% {
1170
- opacity: 1;
1171
- -o-transform: translateY(0);
1172
- }
1173
- }
1174
-
1175
- @keyframes fadeInUp {
1176
- 0% {
1177
- opacity: 0;
1178
- transform: translateY(20px);
1179
- }
1180
-
1181
- 100% {
1182
- opacity: 1;
1183
- transform: translateY(0);
1184
- }
1185
- }
1186
-
1187
- .animated.fadeInUp {
1188
- -webkit-animation-name: fadeInUp;
1189
- -moz-animation-name: fadeInUp;
1190
- -o-animation-name: fadeInUp;
1191
- animation-name: fadeInUp;
1192
- }
1193
- @-webkit-keyframes fadeInDown {
1194
- 0% {
1195
- opacity: 0;
1196
- -webkit-transform: translateY(-20px);
1197
- }
1198
-
1199
- 100% {
1200
- opacity: 1;
1201
- -webkit-transform: translateY(0);
1202
- }
1203
- }
1204
-
1205
- @-moz-keyframes fadeInDown {
1206
- 0% {
1207
- opacity: 0;
1208
- -moz-transform: translateY(-20px);
1209
- }
1210
-
1211
- 100% {
1212
- opacity: 1;
1213
- -moz-transform: translateY(0);
1214
- }
1215
- }
1216
-
1217
- @-o-keyframes fadeInDown {
1218
- 0% {
1219
- opacity: 0;
1220
- -o-transform: translateY(-20px);
1221
- }
1222
-
1223
- 100% {
1224
- opacity: 1;
1225
- -o-transform: translateY(0);
1226
- }
1227
- }
1228
-
1229
- @keyframes fadeInDown {
1230
- 0% {
1231
- opacity: 0;
1232
- transform: translateY(-20px);
1233
- }
1234
-
1235
- 100% {
1236
- opacity: 1;
1237
- transform: translateY(0);
1238
- }
1239
- }
1240
-
1241
- .animated.fadeInDown {
1242
- -webkit-animation-name: fadeInDown;
1243
- -moz-animation-name: fadeInDown;
1244
- -o-animation-name: fadeInDown;
1245
- animation-name: fadeInDown;
1246
- }
1247
- @-webkit-keyframes fadeInLeft {
1248
- 0% {
1249
- opacity: 0;
1250
- -webkit-transform: translateX(-20px);
1251
- }
1252
-
1253
- 100% {
1254
- opacity: 1;
1255
- -webkit-transform: translateX(0);
1256
- }
1257
- }
1258
-
1259
- @-moz-keyframes fadeInLeft {
1260
- 0% {
1261
- opacity: 0;
1262
- -moz-transform: translateX(-20px);
1263
- }
1264
-
1265
- 100% {
1266
- opacity: 1;
1267
- -moz-transform: translateX(0);
1268
- }
1269
- }
1270
-
1271
- @-o-keyframes fadeInLeft {
1272
- 0% {
1273
- opacity: 0;
1274
- -o-transform: translateX(-20px);
1275
- }
1276
-
1277
- 100% {
1278
- opacity: 1;
1279
- -o-transform: translateX(0);
1280
- }
1281
- }
1282
-
1283
- @keyframes fadeInLeft {
1284
- 0% {
1285
- opacity: 0;
1286
- transform: translateX(-20px);
1287
- }
1288
-
1289
- 100% {
1290
- opacity: 1;
1291
- transform: translateX(0);
1292
- }
1293
- }
1294
-
1295
- .animated.fadeInLeft {
1296
- -webkit-animation-name: fadeInLeft;
1297
- -moz-animation-name: fadeInLeft;
1298
- -o-animation-name: fadeInLeft;
1299
- animation-name: fadeInLeft;
1300
- }
1301
- @-webkit-keyframes fadeInRight {
1302
- 0% {
1303
- opacity: 0;
1304
- -webkit-transform: translateX(20px);
1305
- }
1306
-
1307
- 100% {
1308
- opacity: 1;
1309
- -webkit-transform: translateX(0);
1310
- }
1311
- }
1312
-
1313
- @-moz-keyframes fadeInRight {
1314
- 0% {
1315
- opacity: 0;
1316
- -moz-transform: translateX(20px);
1317
- }
1318
-
1319
- 100% {
1320
- opacity: 1;
1321
- -moz-transform: translateX(0);
1322
- }
1323
- }
1324
-
1325
- @-o-keyframes fadeInRight {
1326
- 0% {
1327
- opacity: 0;
1328
- -o-transform: translateX(20px);
1329
- }
1330
-
1331
- 100% {
1332
- opacity: 1;
1333
- -o-transform: translateX(0);
1334
- }
1335
- }
1336
-
1337
- @keyframes fadeInRight {
1338
- 0% {
1339
- opacity: 0;
1340
- transform: translateX(20px);
1341
- }
1342
-
1343
- 100% {
1344
- opacity: 1;
1345
- transform: translateX(0);
1346
- }
1347
- }
1348
-
1349
- .animated.fadeInRight {
1350
- -webkit-animation-name: fadeInRight;
1351
- -moz-animation-name: fadeInRight;
1352
- -o-animation-name: fadeInRight;
1353
- animation-name: fadeInRight;
1354
- }
1355
- @-webkit-keyframes fadeInUpBig {
1356
- 0% {
1357
- opacity: 0;
1358
- -webkit-transform: translateY(1080px);
1359
- }
1360
-
1361
- 100% {
1362
- opacity: 1;
1363
- -webkit-transform: translateY(0);
1364
- }
1365
- }
1366
-
1367
- @-moz-keyframes fadeInUpBig {
1368
- 0% {
1369
- opacity: 0;
1370
- -moz-transform: translateY(1080px);
1371
- }
1372
-
1373
- 100% {
1374
- opacity: 1;
1375
- -moz-transform: translateY(0);
1376
- }
1377
- }
1378
-
1379
- @-o-keyframes fadeInUpBig {
1380
- 0% {
1381
- opacity: 0;
1382
- -o-transform: translateY(1080px);
1383
- }
1384
-
1385
- 100% {
1386
- opacity: 1;
1387
- -o-transform: translateY(0);
1388
- }
1389
- }
1390
-
1391
- @keyframes fadeInUpBig {
1392
- 0% {
1393
- opacity: 0;
1394
- transform: translateY(1080px);
1395
- }
1396
-
1397
- 100% {
1398
- opacity: 1;
1399
- transform: translateY(0);
1400
- }
1401
- }
1402
-
1403
- .animated.fadeInUpBig {
1404
- -webkit-animation-name: fadeInUpBig;
1405
- -moz-animation-name: fadeInUpBig;
1406
- -o-animation-name: fadeInUpBig;
1407
- animation-name: fadeInUpBig;
1408
- }
1409
- @-webkit-keyframes fadeInDownBig {
1410
- 0% {
1411
- opacity: 0;
1412
- -webkit-transform: translateY(-1080px);
1413
- }
1414
-
1415
- 100% {
1416
- opacity: 1;
1417
- -webkit-transform: translateY(0);
1418
- }
1419
- }
1420
-
1421
- @-moz-keyframes fadeInDownBig {
1422
- 0% {
1423
- opacity: 0;
1424
- -moz-transform: translateY(-1080px);
1425
- }
1426
-
1427
- 100% {
1428
- opacity: 1;
1429
- -moz-transform: translateY(0);
1430
- }
1431
- }
1432
-
1433
- @-o-keyframes fadeInDownBig {
1434
- 0% {
1435
- opacity: 0;
1436
- -o-transform: translateY(-1080px);
1437
- }
1438
-
1439
- 100% {
1440
- opacity: 1;
1441
- -o-transform: translateY(0);
1442
- }
1443
- }
1444
-
1445
- @keyframes fadeInDownBig {
1446
- 0% {
1447
- opacity: 0;
1448
- transform: translateY(-1080px);
1449
- }
1450
-
1451
- 100% {
1452
- opacity: 1;
1453
- transform: translateY(0);
1454
- }
1455
- }
1456
-
1457
- .animated.fadeInDownBig {
1458
- -webkit-animation-name: fadeInDownBig;
1459
- -moz-animation-name: fadeInDownBig;
1460
- -o-animation-name: fadeInDownBig;
1461
- animation-name: fadeInDownBig;
1462
- }
1463
- @-webkit-keyframes fadeInLeftBig {
1464
- 0% {
1465
- opacity: 0;
1466
- -webkit-transform: translateX(-2000px);
1467
- }
1468
-
1469
- 100% {
1470
- opacity: 1;
1471
- -webkit-transform: translateX(0);
1472
- }
1473
- }
1474
- @-moz-keyframes fadeInLeftBig {
1475
- 0% {
1476
- opacity: 0;
1477
- -moz-transform: translateX(-2000px);
1478
- }
1479
-
1480
- 100% {
1481
- opacity: 1;
1482
- -moz-transform: translateX(0);
1483
- }
1484
- }
1485
- @-o-keyframes fadeInLeftBig {
1486
- 0% {
1487
- opacity: 0;
1488
- -o-transform: translateX(-2000px);
1489
- }
1490
-
1491
- 100% {
1492
- opacity: 1;
1493
- -o-transform: translateX(0);
1494
- }
1495
- }
1496
- @keyframes fadeInLeftBig {
1497
- 0% {
1498
- opacity: 0;
1499
- transform: translateX(-2000px);
1500
- }
1501
-
1502
- 100% {
1503
- opacity: 1;
1504
- transform: translateX(0);
1505
- }
1506
- }
1507
-
1508
- .animated.fadeInLeftBig {
1509
- -webkit-animation-name: fadeInLeftBig;
1510
- -moz-animation-name: fadeInLeftBig;
1511
- -o-animation-name: fadeInLeftBig;
1512
- animation-name: fadeInLeftBig;
1513
- }
1514
- @-webkit-keyframes fadeInRightBig {
1515
- 0% {
1516
- opacity: 0;
1517
- -webkit-transform: translateX(2000px);
1518
- }
1519
-
1520
- 100% {
1521
- opacity: 1;
1522
- -webkit-transform: translateX(0);
1523
- }
1524
- }
1525
-
1526
- @-moz-keyframes fadeInRightBig {
1527
- 0% {
1528
- opacity: 0;
1529
- -moz-transform: translateX(2000px);
1530
- }
1531
-
1532
- 100% {
1533
- opacity: 1;
1534
- -moz-transform: translateX(0);
1535
- }
1536
- }
1537
-
1538
- @-o-keyframes fadeInRightBig {
1539
- 0% {
1540
- opacity: 0;
1541
- -o-transform: translateX(2000px);
1542
- }
1543
-
1544
- 100% {
1545
- opacity: 1;
1546
- -o-transform: translateX(0);
1547
- }
1548
- }
1549
-
1550
- @keyframes fadeInRightBig {
1551
- 0% {
1552
- opacity: 0;
1553
- transform: translateX(2000px);
1554
- }
1555
-
1556
- 100% {
1557
- opacity: 1;
1558
- transform: translateX(0);
1559
- }
1560
- }
1561
-
1562
- .animated.fadeInRightBig {
1563
- -webkit-animation-name: fadeInRightBig;
1564
- -moz-animation-name: fadeInRightBig;
1565
- -o-animation-name: fadeInRightBig;
1566
- animation-name: fadeInRightBig;
1567
- }
1568
- @-webkit-keyframes fadeOut {
1569
- 0% {opacity: 1;}
1570
- 100% {opacity: 0;}
1571
- }
1572
-
1573
- @-moz-keyframes fadeOut {
1574
- 0% {opacity: 1;}
1575
- 100% {opacity: 0;}
1576
- }
1577
-
1578
- @-o-keyframes fadeOut {
1579
- 0% {opacity: 1;}
1580
- 100% {opacity: 0;}
1581
- }
1582
-
1583
- @keyframes fadeOut {
1584
- 0% {opacity: 1;}
1585
- 100% {opacity: 0;}
1586
- }
1587
-
1588
- .animated.fadeOut {
1589
- -webkit-animation-name: fadeOut;
1590
- -moz-animation-name: fadeOut;
1591
- -o-animation-name: fadeOut;
1592
- animation-name: fadeOut;
1593
- }
1594
- @-webkit-keyframes fadeOutUp {
1595
- 0% {
1596
- opacity: 1;
1597
- -webkit-transform: translateY(0);
1598
- }
1599
-
1600
- 100% {
1601
- opacity: 0;
1602
- -webkit-transform: translateY(-20px);
1603
- }
1604
- }
1605
- @-moz-keyframes fadeOutUp {
1606
- 0% {
1607
- opacity: 1;
1608
- -moz-transform: translateY(0);
1609
- }
1610
-
1611
- 100% {
1612
- opacity: 0;
1613
- -moz-transform: translateY(-20px);
1614
- }
1615
- }
1616
- @-o-keyframes fadeOutUp {
1617
- 0% {
1618
- opacity: 1;
1619
- -o-transform: translateY(0);
1620
- }
1621
-
1622
- 100% {
1623
- opacity: 0;
1624
- -o-transform: translateY(-20px);
1625
- }
1626
- }
1627
- @keyframes fadeOutUp {
1628
- 0% {
1629
- opacity: 1;
1630
- transform: translateY(0);
1631
- }
1632
-
1633
- 100% {
1634
- opacity: 0;
1635
- transform: translateY(-20px);
1636
- }
1637
- }
1638
-
1639
- .animated.fadeOutUp {
1640
- -webkit-animation-name: fadeOutUp;
1641
- -moz-animation-name: fadeOutUp;
1642
- -o-animation-name: fadeOutUp;
1643
- animation-name: fadeOutUp;
1644
- }
1645
- @-webkit-keyframes fadeOutDown {
1646
- 0% {
1647
- opacity: 1;
1648
- -webkit-transform: translateY(0);
1649
- }
1650
-
1651
- 100% {
1652
- opacity: 0;
1653
- -webkit-transform: translateY(20px);
1654
- }
1655
- }
1656
-
1657
- @-moz-keyframes fadeOutDown {
1658
- 0% {
1659
- opacity: 1;
1660
- -moz-transform: translateY(0);
1661
- }
1662
-
1663
- 100% {
1664
- opacity: 0;
1665
- -moz-transform: translateY(20px);
1666
- }
1667
- }
1668
-
1669
- @-o-keyframes fadeOutDown {
1670
- 0% {
1671
- opacity: 1;
1672
- -o-transform: translateY(0);
1673
- }
1674
-
1675
- 100% {
1676
- opacity: 0;
1677
- -o-transform: translateY(20px);
1678
- }
1679
- }
1680
-
1681
- @keyframes fadeOutDown {
1682
- 0% {
1683
- opacity: 1;
1684
- transform: translateY(0);
1685
- }
1686
-
1687
- 100% {
1688
- opacity: 0;
1689
- transform: translateY(20px);
1690
- }
1691
- }
1692
-
1693
- .animated.fadeOutDown {
1694
- -webkit-animation-name: fadeOutDown;
1695
- -moz-animation-name: fadeOutDown;
1696
- -o-animation-name: fadeOutDown;
1697
- animation-name: fadeOutDown;
1698
- }
1699
- @-webkit-keyframes fadeOutLeft {
1700
- 0% {
1701
- opacity: 1;
1702
- -webkit-transform: translateX(0);
1703
- }
1704
-
1705
- 100% {
1706
- opacity: 0;
1707
- -webkit-transform: translateX(-20px);
1708
- }
1709
- }
1710
-
1711
- @-moz-keyframes fadeOutLeft {
1712
- 0% {
1713
- opacity: 1;
1714
- -moz-transform: translateX(0);
1715
- }
1716
-
1717
- 100% {
1718
- opacity: 0;
1719
- -moz-transform: translateX(-20px);
1720
- }
1721
- }
1722
-
1723
- @-o-keyframes fadeOutLeft {
1724
- 0% {
1725
- opacity: 1;
1726
- -o-transform: translateX(0);
1727
- }
1728
-
1729
- 100% {
1730
- opacity: 0;
1731
- -o-transform: translateX(-20px);
1732
- }
1733
- }
1734
-
1735
- @keyframes fadeOutLeft {
1736
- 0% {
1737
- opacity: 1;
1738
- transform: translateX(0);
1739
- }
1740
-
1741
- 100% {
1742
- opacity: 0;
1743
- transform: translateX(-20px);
1744
- }
1745
- }
1746
-
1747
- .animated.fadeOutLeft {
1748
- -webkit-animation-name: fadeOutLeft;
1749
- -moz-animation-name: fadeOutLeft;
1750
- -o-animation-name: fadeOutLeft;
1751
- animation-name: fadeOutLeft;
1752
- }
1753
- @-webkit-keyframes fadeOutRight {
1754
- 0% {
1755
- opacity: 1;
1756
- -webkit-transform: translateX(0);
1757
- }
1758
-
1759
- 100% {
1760
- opacity: 0;
1761
- -webkit-transform: translateX(20px);
1762
- }
1763
- }
1764
-
1765
- @-moz-keyframes fadeOutRight {
1766
- 0% {
1767
- opacity: 1;
1768
- -moz-transform: translateX(0);
1769
- }
1770
-
1771
- 100% {
1772
- opacity: 0;
1773
- -moz-transform: translateX(20px);
1774
- }
1775
- }
1776
-
1777
- @-o-keyframes fadeOutRight {
1778
- 0% {
1779
- opacity: 1;
1780
- -o-transform: translateX(0);
1781
- }
1782
-
1783
- 100% {
1784
- opacity: 0;
1785
- -o-transform: translateX(20px);
1786
- }
1787
- }
1788
-
1789
- @keyframes fadeOutRight {
1790
- 0% {
1791
- opacity: 1;
1792
- transform: translateX(0);
1793
- }
1794
-
1795
- 100% {
1796
- opacity: 0;
1797
- transform: translateX(20px);
1798
- }
1799
- }
1800
-
1801
- .animated.fadeOutRight {
1802
- -webkit-animation-name: fadeOutRight;
1803
- -moz-animation-name: fadeOutRight;
1804
- -o-animation-name: fadeOutRight;
1805
- animation-name: fadeOutRight;
1806
- }
1807
- @-webkit-keyframes fadeOutUpBig {
1808
- 0% {
1809
- opacity: 1;
1810
- -webkit-transform: translateY(0);
1811
- }
1812
-
1813
- 100% {
1814
- opacity: 0;
1815
- -webkit-transform: translateY(-1080px);
1816
- }
1817
- }
1818
-
1819
- @-moz-keyframes fadeOutUpBig {
1820
- 0% {
1821
- opacity: 1;
1822
- -moz-transform: translateY(0);
1823
- }
1824
-
1825
- 100% {
1826
- opacity: 0;
1827
- -moz-transform: translateY(-1080px);
1828
- }
1829
- }
1830
-
1831
- @-o-keyframes fadeOutUpBig {
1832
- 0% {
1833
- opacity: 1;
1834
- -o-transform: translateY(0);
1835
- }
1836
-
1837
- 100% {
1838
- opacity: 0;
1839
- -o-transform: translateY(-1080px);
1840
- }
1841
- }
1842
-
1843
- @keyframes fadeOutUpBig {
1844
- 0% {
1845
- opacity: 1;
1846
- transform: translateY(0);
1847
- }
1848
-
1849
- 100% {
1850
- opacity: 0;
1851
- transform: translateY(-1080px);
1852
- }
1853
- }
1854
-
1855
- .animated.fadeOutUpBig {
1856
- -webkit-animation-name: fadeOutUpBig;
1857
- -moz-animation-name: fadeOutUpBig;
1858
- -o-animation-name: fadeOutUpBig;
1859
- animation-name: fadeOutUpBig;
1860
- }
1861
- @-webkit-keyframes fadeOutDownBig {
1862
- 0% {
1863
- opacity: 1;
1864
- -webkit-transform: translateY(0);
1865
- }
1866
-
1867
- 100% {
1868
- opacity: 0;
1869
- -webkit-transform: translateY(1080px);
1870
- }
1871
- }
1872
-
1873
- @-moz-keyframes fadeOutDownBig {
1874
- 0% {
1875
- opacity: 1;
1876
- -moz-transform: translateY(0);
1877
- }
1878
-
1879
- 100% {
1880
- opacity: 0;
1881
- -moz-transform: translateY(1080px);
1882
- }
1883
- }
1884
-
1885
- @-o-keyframes fadeOutDownBig {
1886
- 0% {
1887
- opacity: 1;
1888
- -o-transform: translateY(0);
1889
- }
1890
-
1891
- 100% {
1892
- opacity: 0;
1893
- -o-transform: translateY(1080px);
1894
- }
1895
- }
1896
-
1897
- @keyframes fadeOutDownBig {
1898
- 0% {
1899
- opacity: 1;
1900
- transform: translateY(0);
1901
- }
1902
-
1903
- 100% {
1904
- opacity: 0;
1905
- transform: translateY(1080px);
1906
- }
1907
- }
1908
-
1909
- .animated.fadeOutDownBig {
1910
- -webkit-animation-name: fadeOutDownBig;
1911
- -moz-animation-name: fadeOutDownBig;
1912
- -o-animation-name: fadeOutDownBig;
1913
- animation-name: fadeOutDownBig;
1914
- }
1915
- @-webkit-keyframes fadeOutLeftBig {
1916
- 0% {
1917
- opacity: 1;
1918
- -webkit-transform: translateX(0);
1919
- }
1920
-
1921
- 100% {
1922
- opacity: 0;
1923
- -webkit-transform: translateX(-2000px);
1924
- }
1925
- }
1926
-
1927
- @-moz-keyframes fadeOutLeftBig {
1928
- 0% {
1929
- opacity: 1;
1930
- -moz-transform: translateX(0);
1931
- }
1932
-
1933
- 100% {
1934
- opacity: 0;
1935
- -moz-transform: translateX(-2000px);
1936
- }
1937
- }
1938
-
1939
- @-o-keyframes fadeOutLeftBig {
1940
- 0% {
1941
- opacity: 1;
1942
- -o-transform: translateX(0);
1943
- }
1944
-
1945
- 100% {
1946
- opacity: 0;
1947
- -o-transform: translateX(-2000px);
1948
- }
1949
- }
1950
-
1951
- @keyframes fadeOutLeftBig {
1952
- 0% {
1953
- opacity: 1;
1954
- transform: translateX(0);
1955
- }
1956
-
1957
- 100% {
1958
- opacity: 0;
1959
- transform: translateX(-2000px);
1960
- }
1961
- }
1962
-
1963
- .animated.fadeOutLeftBig {
1964
- -webkit-animation-name: fadeOutLeftBig;
1965
- -moz-animation-name: fadeOutLeftBig;
1966
- -o-animation-name: fadeOutLeftBig;
1967
- animation-name: fadeOutLeftBig;
1968
- }
1969
- @-webkit-keyframes fadeOutRightBig {
1970
- 0% {
1971
- opacity: 1;
1972
- -webkit-transform: translateX(0);
1973
- }
1974
-
1975
- 100% {
1976
- opacity: 0;
1977
- -webkit-transform: translateX(2000px);
1978
- }
1979
- }
1980
- @-moz-keyframes fadeOutRightBig {
1981
- 0% {
1982
- opacity: 1;
1983
- -moz-transform: translateX(0);
1984
- }
1985
-
1986
- 100% {
1987
- opacity: 0;
1988
- -moz-transform: translateX(2000px);
1989
- }
1990
- }
1991
- @-o-keyframes fadeOutRightBig {
1992
- 0% {
1993
- opacity: 1;
1994
- -o-transform: translateX(0);
1995
- }
1996
-
1997
- 100% {
1998
- opacity: 0;
1999
- -o-transform: translateX(2000px);
2000
- }
2001
- }
2002
- @keyframes fadeOutRightBig {
2003
- 0% {
2004
- opacity: 1;
2005
- transform: translateX(0);
2006
- }
2007
-
2008
- 100% {
2009
- opacity: 0;
2010
- transform: translateX(2000px);
2011
- }
2012
- }
2013
-
2014
- .animated.fadeOutRightBig {
2015
- -webkit-animation-name: fadeOutRightBig;
2016
- -moz-animation-name: fadeOutRightBig;
2017
- -o-animation-name: fadeOutRightBig;
2018
- animation-name: fadeOutRightBig;
2019
- }
2020
- @-webkit-keyframes bounceIn {
2021
- 0% {
2022
- opacity: 0;
2023
- -webkit-transform: scale(.3);
2024
- }
2025
-
2026
- 50% {
2027
- opacity: 1;
2028
- -webkit-transform: scale(1.05);
2029
- }
2030
-
2031
- 70% {
2032
- -webkit-transform: scale(.9);
2033
- }
2034
-
2035
- 100% {
2036
- -webkit-transform: scale(1);
2037
- }
2038
- }
2039
-
2040
- @-moz-keyframes bounceIn {
2041
- 0% {
2042
- opacity: 0;
2043
- -moz-transform: scale(.3);
2044
- }
2045
-
2046
- 50% {
2047
- opacity: 1;
2048
- -moz-transform: scale(1.05);
2049
- }
2050
-
2051
- 70% {
2052
- -moz-transform: scale(.9);
2053
- }
2054
-
2055
- 100% {
2056
- -moz-transform: scale(1);
2057
- }
2058
- }
2059
-
2060
- @-o-keyframes bounceIn {
2061
- 0% {
2062
- opacity: 0;
2063
- -o-transform: scale(.3);
2064
- }
2065
-
2066
- 50% {
2067
- opacity: 1;
2068
- -o-transform: scale(1.05);
2069
- }
2070
-
2071
- 70% {
2072
- -o-transform: scale(.9);
2073
- }
2074
-
2075
- 100% {
2076
- -o-transform: scale(1);
2077
- }
2078
- }
2079
-
2080
- @keyframes bounceIn {
2081
- 0% {
2082
- opacity: 0;
2083
- transform: scale(.3);
2084
- }
2085
-
2086
- 50% {
2087
- opacity: 1;
2088
- transform: scale(1.05);
2089
- }
2090
-
2091
- 70% {
2092
- transform: scale(.9);
2093
- }
2094
-
2095
- 100% {
2096
- transform: scale(1);
2097
- }
2098
- }
2099
-
2100
- .animated.bounceIn {
2101
- -webkit-animation-name: bounceIn;
2102
- -moz-animation-name: bounceIn;
2103
- -o-animation-name: bounceIn;
2104
- animation-name: bounceIn;
2105
- }
2106
- @-webkit-keyframes bounceInUp {
2107
- 0% {
2108
- opacity: 0;
2109
- -webkit-transform: translateY(1080px);
2110
- }
2111
-
2112
- 60% {
2113
- opacity: 1;
2114
- -webkit-transform: translateY(-30px);
2115
- }
2116
-
2117
- 80% {
2118
- -webkit-transform: translateY(10px);
2119
- }
2120
-
2121
- 100% {
2122
- -webkit-transform: translateY(0);
2123
- }
2124
- }
2125
- @-moz-keyframes bounceInUp {
2126
- 0% {
2127
- opacity: 0;
2128
- -moz-transform: translateY(1080px);
2129
- }
2130
-
2131
- 60% {
2132
- opacity: 1;
2133
- -moz-transform: translateY(-30px);
2134
- }
2135
-
2136
- 80% {
2137
- -moz-transform: translateY(10px);
2138
- }
2139
-
2140
- 100% {
2141
- -moz-transform: translateY(0);
2142
- }
2143
- }
2144
-
2145
- @-o-keyframes bounceInUp {
2146
- 0% {
2147
- opacity: 0;
2148
- -o-transform: translateY(1080px);
2149
- }
2150
-
2151
- 60% {
2152
- opacity: 1;
2153
- -o-transform: translateY(-30px);
2154
- }
2155
-
2156
- 80% {
2157
- -o-transform: translateY(10px);
2158
- }
2159
-
2160
- 100% {
2161
- -o-transform: translateY(0);
2162
- }
2163
- }
2164
-
2165
- @keyframes bounceInUp {
2166
- 0% {
2167
- opacity: 0;
2168
- transform: translateY(1080px);
2169
- }
2170
-
2171
- 60% {
2172
- opacity: 1;
2173
- transform: translateY(-30px);
2174
- }
2175
-
2176
- 80% {
2177
- transform: translateY(10px);
2178
- }
2179
-
2180
- 100% {
2181
- transform: translateY(0);
2182
- }
2183
- }
2184
-
2185
- .animated.bounceInUp {
2186
- -webkit-animation-name: bounceInUp;
2187
- -moz-animation-name: bounceInUp;
2188
- -o-animation-name: bounceInUp;
2189
- animation-name: bounceInUp;
2190
- }
2191
- @-webkit-keyframes bounceInDown {
2192
- 0% {
2193
- opacity: 0;
2194
- -webkit-transform: translateY(-1080px);
2195
- }
2196
-
2197
- 60% {
2198
- opacity: 1;
2199
- -webkit-transform: translateY(30px);
2200
- }
2201
-
2202
- 80% {
2203
- -webkit-transform: translateY(-10px);
2204
- }
2205
-
2206
- 100% {
2207
- -webkit-transform: translateY(0);
2208
- }
2209
- }
2210
-
2211
- @-moz-keyframes bounceInDown {
2212
- 0% {
2213
- opacity: 0;
2214
- -moz-transform: translateY(-1080px);
2215
- }
2216
-
2217
- 60% {
2218
- opacity: 1;
2219
- -moz-transform: translateY(30px);
2220
- }
2221
-
2222
- 80% {
2223
- -moz-transform: translateY(-10px);
2224
- }
2225
-
2226
- 100% {
2227
- -moz-transform: translateY(0);
2228
- }
2229
- }
2230
-
2231
- @-o-keyframes bounceInDown {
2232
- 0% {
2233
- opacity: 0;
2234
- -o-transform: translateY(-1080px);
2235
- }
2236
-
2237
- 60% {
2238
- opacity: 1;
2239
- -o-transform: translateY(30px);
2240
- }
2241
-
2242
- 80% {
2243
- -o-transform: translateY(-10px);
2244
- }
2245
-
2246
- 100% {
2247
- -o-transform: translateY(0);
2248
- }
2249
- }
2250
-
2251
- @keyframes bounceInDown {
2252
- 0% {
2253
- opacity: 0;
2254
- transform: translateY(-1080px);
2255
- }
2256
-
2257
- 60% {
2258
- opacity: 1;
2259
- transform: translateY(30px);
2260
- }
2261
-
2262
- 80% {
2263
- transform: translateY(-10px);
2264
- }
2265
-
2266
- 100% {
2267
- transform: translateY(0);
2268
- }
2269
- }
2270
-
2271
- .animated.bounceInDown {
2272
- -webkit-animation-name: bounceInDown;
2273
- -moz-animation-name: bounceInDown;
2274
- -o-animation-name: bounceInDown;
2275
- animation-name: bounceInDown;
2276
- }
2277
- @-webkit-keyframes bounceInLeft {
2278
- 0% {
2279
- opacity: 0;
2280
- -webkit-transform: translateX(-2000px);
2281
- }
2282
-
2283
- 60% {
2284
- opacity: 1;
2285
- -webkit-transform: translateX(30px);
2286
- }
2287
-
2288
- 80% {
2289
- -webkit-transform: translateX(-10px);
2290
- }
2291
-
2292
- 100% {
2293
- -webkit-transform: translateX(0);
2294
- }
2295
- }
2296
-
2297
- @-moz-keyframes bounceInLeft {
2298
- 0% {
2299
- opacity: 0;
2300
- -moz-transform: translateX(-2000px);
2301
- }
2302
-
2303
- 60% {
2304
- opacity: 1;
2305
- -moz-transform: translateX(30px);
2306
- }
2307
-
2308
- 80% {
2309
- -moz-transform: translateX(-10px);
2310
- }
2311
-
2312
- 100% {
2313
- -moz-transform: translateX(0);
2314
- }
2315
- }
2316
-
2317
- @-o-keyframes bounceInLeft {
2318
- 0% {
2319
- opacity: 0;
2320
- -o-transform: translateX(-2000px);
2321
- }
2322
-
2323
- 60% {
2324
- opacity: 1;
2325
- -o-transform: translateX(30px);
2326
- }
2327
-
2328
- 80% {
2329
- -o-transform: translateX(-10px);
2330
- }
2331
-
2332
- 100% {
2333
- -o-transform: translateX(0);
2334
- }
2335
- }
2336
-
2337
- @keyframes bounceInLeft {
2338
- 0% {
2339
- opacity: 0;
2340
- transform: translateX(-2000px);
2341
- }
2342
-
2343
- 60% {
2344
- opacity: 1;
2345
- transform: translateX(30px);
2346
- }
2347
-
2348
- 80% {
2349
- transform: translateX(-10px);
2350
- }
2351
-
2352
- 100% {
2353
- transform: translateX(0);
2354
- }
2355
- }
2356
-
2357
- .animated.bounceInLeft {
2358
- -webkit-animation-name: bounceInLeft;
2359
- -moz-animation-name: bounceInLeft;
2360
- -o-animation-name: bounceInLeft;
2361
- animation-name: bounceInLeft;
2362
- }
2363
- @-webkit-keyframes bounceInRight {
2364
- 0% {
2365
- opacity: 0;
2366
- -webkit-transform: translateX(2000px);
2367
- }
2368
-
2369
- 60% {
2370
- opacity: 1;
2371
- -webkit-transform: translateX(-30px);
2372
- }
2373
-
2374
- 80% {
2375
- -webkit-transform: translateX(10px);
2376
- }
2377
-
2378
- 100% {
2379
- -webkit-transform: translateX(0);
2380
- }
2381
- }
2382
-
2383
- @-moz-keyframes bounceInRight {
2384
- 0% {
2385
- opacity: 0;
2386
- -moz-transform: translateX(2000px);
2387
- }
2388
-
2389
- 60% {
2390
- opacity: 1;
2391
- -moz-transform: translateX(-30px);
2392
- }
2393
-
2394
- 80% {
2395
- -moz-transform: translateX(10px);
2396
- }
2397
-
2398
- 100% {
2399
- -moz-transform: translateX(0);
2400
- }
2401
- }
2402
-
2403
- @-o-keyframes bounceInRight {
2404
- 0% {
2405
- opacity: 0;
2406
- -o-transform: translateX(2000px);
2407
- }
2408
-
2409
- 60% {
2410
- opacity: 1;
2411
- -o-transform: translateX(-30px);
2412
- }
2413
-
2414
- 80% {
2415
- -o-transform: translateX(10px);
2416
- }
2417
-
2418
- 100% {
2419
- -o-transform: translateX(0);
2420
- }
2421
- }
2422
-
2423
- @keyframes bounceInRight {
2424
- 0% {
2425
- opacity: 0;
2426
- transform: translateX(2000px);
2427
- }
2428
-
2429
- 60% {
2430
- opacity: 1;
2431
- transform: translateX(-30px);
2432
- }
2433
-
2434
- 80% {
2435
- transform: translateX(10px);
2436
- }
2437
-
2438
- 100% {
2439
- transform: translateX(0);
2440
- }
2441
- }
2442
-
2443
- .animated.bounceInRight {
2444
- -webkit-animation-name: bounceInRight;
2445
- -moz-animation-name: bounceInRight;
2446
- -o-animation-name: bounceInRight;
2447
- animation-name: bounceInRight;
2448
- }
2449
- @-webkit-keyframes bounceOut {
2450
- 0% {
2451
- -webkit-transform: scale(1);
2452
- }
2453
-
2454
- 25% {
2455
- -webkit-transform: scale(.95);
2456
- }
2457
-
2458
- 50% {
2459
- opacity: 1;
2460
- -webkit-transform: scale(1.1);
2461
- }
2462
-
2463
- 100% {
2464
- opacity: 0;
2465
- -webkit-transform: scale(.3);
2466
- }
2467
- }
2468
-
2469
- @-moz-keyframes bounceOut {
2470
- 0% {
2471
- -moz-transform: scale(1);
2472
- }
2473
-
2474
- 25% {
2475
- -moz-transform: scale(.95);
2476
- }
2477
-
2478
- 50% {
2479
- opacity: 1;
2480
- -moz-transform: scale(1.1);
2481
- }
2482
-
2483
- 100% {
2484
- opacity: 0;
2485
- -moz-transform: scale(.3);
2486
- }
2487
- }
2488
-
2489
- @-o-keyframes bounceOut {
2490
- 0% {
2491
- -o-transform: scale(1);
2492
- }
2493
-
2494
- 25% {
2495
- -o-transform: scale(.95);
2496
- }
2497
-
2498
- 50% {
2499
- opacity: 1;
2500
- -o-transform: scale(1.1);
2501
- }
2502
-
2503
- 100% {
2504
- opacity: 0;
2505
- -o-transform: scale(.3);
2506
- }
2507
- }
2508
-
2509
- @keyframes bounceOut {
2510
- 0% {
2511
- transform: scale(1);
2512
- }
2513
-
2514
- 25% {
2515
- transform: scale(.95);
2516
- }
2517
-
2518
- 50% {
2519
- opacity: 1;
2520
- transform: scale(1.1);
2521
- }
2522
-
2523
- 100% {
2524
- opacity: 0;
2525
- transform: scale(.3);
2526
- }
2527
- }
2528
-
2529
- .animated.bounceOut {
2530
- -webkit-animation-name: bounceOut;
2531
- -moz-animation-name: bounceOut;
2532
- -o-animation-name: bounceOut;
2533
- animation-name: bounceOut;
2534
- }
2535
- @-webkit-keyframes bounceOutUp {
2536
- 0% {
2537
- -webkit-transform: translateY(0);
2538
- }
2539
-
2540
- 20% {
2541
- opacity: 1;
2542
- -webkit-transform: translateY(20px);
2543
- }
2544
-
2545
- 100% {
2546
- opacity: 0;
2547
- -webkit-transform: translateY(-1080px);
2548
- }
2549
- }
2550
-
2551
- @-moz-keyframes bounceOutUp {
2552
- 0% {
2553
- -moz-transform: translateY(0);
2554
- }
2555
-
2556
- 20% {
2557
- opacity: 1;
2558
- -moz-transform: translateY(20px);
2559
- }
2560
-
2561
- 100% {
2562
- opacity: 0;
2563
- -moz-transform: translateY(-1080px);
2564
- }
2565
- }
2566
-
2567
- @-o-keyframes bounceOutUp {
2568
- 0% {
2569
- -o-transform: translateY(0);
2570
- }
2571
-
2572
- 20% {
2573
- opacity: 1;
2574
- -o-transform: translateY(20px);
2575
- }
2576
-
2577
- 100% {
2578
- opacity: 0;
2579
- -o-transform: translateY(-1080px);
2580
- }
2581
- }
2582
-
2583
- @keyframes bounceOutUp {
2584
- 0% {
2585
- transform: translateY(0);
2586
- }
2587
-
2588
- 20% {
2589
- opacity: 1;
2590
- transform: translateY(20px);
2591
- }
2592
-
2593
- 100% {
2594
- opacity: 0;
2595
- transform: translateY(-1080px);
2596
- }
2597
- }
2598
-
2599
- .animated.bounceOutUp {
2600
- -webkit-animation-name: bounceOutUp;
2601
- -moz-animation-name: bounceOutUp;
2602
- -o-animation-name: bounceOutUp;
2603
- animation-name: bounceOutUp;
2604
- }
2605
- @-webkit-keyframes bounceOutDown {
2606
- 0% {
2607
- -webkit-transform: translateY(0);
2608
- }
2609
-
2610
- 20% {
2611
- opacity: 1;
2612
- -webkit-transform: translateY(-20px);
2613
- }
2614
-
2615
- 100% {
2616
- opacity: 0;
2617
- -webkit-transform: translateY(1080px);
2618
- }
2619
- }
2620
-
2621
- @-moz-keyframes bounceOutDown {
2622
- 0% {
2623
- -moz-transform: translateY(0);
2624
- }
2625
-
2626
- 20% {
2627
- opacity: 1;
2628
- -moz-transform: translateY(-20px);
2629
- }
2630
-
2631
- 100% {
2632
- opacity: 0;
2633
- -moz-transform: translateY(1080px);
2634
- }
2635
- }
2636
-
2637
- @-o-keyframes bounceOutDown {
2638
- 0% {
2639
- -o-transform: translateY(0);
2640
- }
2641
-
2642
- 20% {
2643
- opacity: 1;
2644
- -o-transform: translateY(-20px);
2645
- }
2646
-
2647
- 100% {
2648
- opacity: 0;
2649
- -o-transform: translateY(1080px);
2650
- }
2651
- }
2652
-
2653
- @keyframes bounceOutDown {
2654
- 0% {
2655
- transform: translateY(0);
2656
- }
2657
-
2658
- 20% {
2659
- opacity: 1;
2660
- transform: translateY(-20px);
2661
- }
2662
-
2663
- 100% {
2664
- opacity: 0;
2665
- transform: translateY(1080px);
2666
- }
2667
- }
2668
-
2669
- .animated.bounceOutDown {
2670
- -webkit-animation-name: bounceOutDown;
2671
- -moz-animation-name: bounceOutDown;
2672
- -o-animation-name: bounceOutDown;
2673
- animation-name: bounceOutDown;
2674
- }
2675
- @-webkit-keyframes bounceOutLeft {
2676
- 0% {
2677
- -webkit-transform: translateX(0);
2678
- }
2679
-
2680
- 20% {
2681
- opacity: 1;
2682
- -webkit-transform: translateX(20px);
2683
- }
2684
-
2685
- 100% {
2686
- opacity: 0;
2687
- -webkit-transform: translateX(-2000px);
2688
- }
2689
- }
2690
-
2691
- @-moz-keyframes bounceOutLeft {
2692
- 0% {
2693
- -moz-transform: translateX(0);
2694
- }
2695
-
2696
- 20% {
2697
- opacity: 1;
2698
- -moz-transform: translateX(20px);
2699
- }
2700
-
2701
- 100% {
2702
- opacity: 0;
2703
- -moz-transform: translateX(-2000px);
2704
- }
2705
- }
2706
-
2707
- @-o-keyframes bounceOutLeft {
2708
- 0% {
2709
- -o-transform: translateX(0);
2710
- }
2711
-
2712
- 20% {
2713
- opacity: 1;
2714
- -o-transform: translateX(20px);
2715
- }
2716
-
2717
- 100% {
2718
- opacity: 0;
2719
- -o-transform: translateX(-2000px);
2720
- }
2721
- }
2722
-
2723
- @keyframes bounceOutLeft {
2724
- 0% {
2725
- transform: translateX(0);
2726
- }
2727
-
2728
- 20% {
2729
- opacity: 1;
2730
- transform: translateX(20px);
2731
- }
2732
-
2733
- 100% {
2734
- opacity: 0;
2735
- transform: translateX(-2000px);
2736
- }
2737
- }
2738
-
2739
- .animated.bounceOutLeft {
2740
- -webkit-animation-name: bounceOutLeft;
2741
- -moz-animation-name: bounceOutLeft;
2742
- -o-animation-name: bounceOutLeft;
2743
- animation-name: bounceOutLeft;
2744
- }
2745
- @-webkit-keyframes bounceOutRight {
2746
- 0% {
2747
- -webkit-transform: translateX(0);
2748
- }
2749
-
2750
- 20% {
2751
- opacity: 1;
2752
- -webkit-transform: translateX(-20px);
2753
- }
2754
-
2755
- 100% {
2756
- opacity: 0;
2757
- -webkit-transform: translateX(2000px);
2758
- }
2759
- }
2760
-
2761
- @-moz-keyframes bounceOutRight {
2762
- 0% {
2763
- -moz-transform: translateX(0);
2764
- }
2765
-
2766
- 20% {
2767
- opacity: 1;
2768
- -moz-transform: translateX(-20px);
2769
- }
2770
-
2771
- 100% {
2772
- opacity: 0;
2773
- -moz-transform: translateX(2000px);
2774
- }
2775
- }
2776
-
2777
- @-o-keyframes bounceOutRight {
2778
- 0% {
2779
- -o-transform: translateX(0);
2780
- }
2781
-
2782
- 20% {
2783
- opacity: 1;
2784
- -o-transform: translateX(-20px);
2785
- }
2786
-
2787
- 100% {
2788
- opacity: 0;
2789
- -o-transform: translateX(2000px);
2790
- }
2791
- }
2792
-
2793
- @keyframes bounceOutRight {
2794
- 0% {
2795
- transform: translateX(0);
2796
- }
2797
-
2798
- 20% {
2799
- opacity: 1;
2800
- transform: translateX(-20px);
2801
- }
2802
-
2803
- 100% {
2804
- opacity: 0;
2805
- transform: translateX(2000px);
2806
- }
2807
- }
2808
-
2809
- .animated.bounceOutRight {
2810
- -webkit-animation-name: bounceOutRight;
2811
- -moz-animation-name: bounceOutRight;
2812
- -o-animation-name: bounceOutRight;
2813
- animation-name: bounceOutRight;
2814
- }
2815
- @-webkit-keyframes rotateIn {
2816
- 0% {
2817
- -webkit-transform-origin: center center;
2818
- -webkit-transform: rotate(-200deg);
2819
- opacity: 0;
2820
- }
2821
-
2822
- 100% {
2823
- -webkit-transform-origin: center center;
2824
- -webkit-transform: rotate(0);
2825
- opacity: 1;
2826
- }
2827
- }
2828
- @-moz-keyframes rotateIn {
2829
- 0% {
2830
- -moz-transform-origin: center center;
2831
- -moz-transform: rotate(-200deg);
2832
- opacity: 0;
2833
- }
2834
-
2835
- 100% {
2836
- -moz-transform-origin: center center;
2837
- -moz-transform: rotate(0);
2838
- opacity: 1;
2839
- }
2840
- }
2841
- @-o-keyframes rotateIn {
2842
- 0% {
2843
- -o-transform-origin: center center;
2844
- -o-transform: rotate(-200deg);
2845
- opacity: 0;
2846
- }
2847
-
2848
- 100% {
2849
- -o-transform-origin: center center;
2850
- -o-transform: rotate(0);
2851
- opacity: 1;
2852
- }
2853
- }
2854
- @keyframes rotateIn {
2855
- 0% {
2856
- transform-origin: center center;
2857
- transform: rotate(-200deg);
2858
- opacity: 0;
2859
- }
2860
-
2861
- 100% {
2862
- transform-origin: center center;
2863
- transform: rotate(0);
2864
- opacity: 1;
2865
- }
2866
- }
2867
-
2868
- .animated.rotateIn {
2869
- -webkit-animation-name: rotateIn;
2870
- -moz-animation-name: rotateIn;
2871
- -o-animation-name: rotateIn;
2872
- animation-name: rotateIn;
2873
- }
2874
- @-webkit-keyframes rotateInUpLeft {
2875
- 0% {
2876
- -webkit-transform-origin: left bottom;
2877
- -webkit-transform: rotate(90deg);
2878
- opacity: 0;
2879
- }
2880
-
2881
- 100% {
2882
- -webkit-transform-origin: left bottom;
2883
- -webkit-transform: rotate(0);
2884
- opacity: 1;
2885
- }
2886
- }
2887
-
2888
- @-moz-keyframes rotateInUpLeft {
2889
- 0% {
2890
- -moz-transform-origin: left bottom;
2891
- -moz-transform: rotate(90deg);
2892
- opacity: 0;
2893
- }
2894
-
2895
- 100% {
2896
- -moz-transform-origin: left bottom;
2897
- -moz-transform: rotate(0);
2898
- opacity: 1;
2899
- }
2900
- }
2901
-
2902
- @-o-keyframes rotateInUpLeft {
2903
- 0% {
2904
- -o-transform-origin: left bottom;
2905
- -o-transform: rotate(90deg);
2906
- opacity: 0;
2907
- }
2908
-
2909
- 100% {
2910
- -o-transform-origin: left bottom;
2911
- -o-transform: rotate(0);
2912
- opacity: 1;
2913
- }
2914
- }
2915
-
2916
- @keyframes rotateInUpLeft {
2917
- 0% {
2918
- transform-origin: left bottom;
2919
- transform: rotate(90deg);
2920
- opacity: 0;
2921
- }
2922
-
2923
- 100% {
2924
- transform-origin: left bottom;
2925
- transform: rotate(0);
2926
- opacity: 1;
2927
- }
2928
- }
2929
-
2930
- .animated.rotateInUpLeft {
2931
- -webkit-animation-name: rotateInUpLeft;
2932
- -moz-animation-name: rotateInUpLeft;
2933
- -o-animation-name: rotateInUpLeft;
2934
- animation-name: rotateInUpLeft;
2935
- }
2936
- @-webkit-keyframes rotateInDownLeft {
2937
- 0% {
2938
- -webkit-transform-origin: left bottom;
2939
- -webkit-transform: rotate(-90deg);
2940
- opacity: 0;
2941
- }
2942
-
2943
- 100% {
2944
- -webkit-transform-origin: left bottom;
2945
- -webkit-transform: rotate(0);
2946
- opacity: 1;
2947
- }
2948
- }
2949
-
2950
- @-moz-keyframes rotateInDownLeft {
2951
- 0% {
2952
- -moz-transform-origin: left bottom;
2953
- -moz-transform: rotate(-90deg);
2954
- opacity: 0;
2955
- }
2956
-
2957
- 100% {
2958
- -moz-transform-origin: left bottom;
2959
- -moz-transform: rotate(0);
2960
- opacity: 1;
2961
- }
2962
- }
2963
-
2964
- @-o-keyframes rotateInDownLeft {
2965
- 0% {
2966
- -o-transform-origin: left bottom;
2967
- -o-transform: rotate(-90deg);
2968
- opacity: 0;
2969
- }
2970
-
2971
- 100% {
2972
- -o-transform-origin: left bottom;
2973
- -o-transform: rotate(0);
2974
- opacity: 1;
2975
- }
2976
- }
2977
-
2978
- @keyframes rotateInDownLeft {
2979
- 0% {
2980
- transform-origin: left bottom;
2981
- transform: rotate(-90deg);
2982
- opacity: 0;
2983
- }
2984
-
2985
- 100% {
2986
- transform-origin: left bottom;
2987
- transform: rotate(0);
2988
- opacity: 1;
2989
- }
2990
- }
2991
-
2992
- .animated.rotateInDownLeft {
2993
- -webkit-animation-name: rotateInDownLeft;
2994
- -moz-animation-name: rotateInDownLeft;
2995
- -o-animation-name: rotateInDownLeft;
2996
- animation-name: rotateInDownLeft;
2997
- }
2998
- @-webkit-keyframes rotateInUpRight {
2999
- 0% {
3000
- -webkit-transform-origin: right bottom;
3001
- -webkit-transform: rotate(-90deg);
3002
- opacity: 0;
3003
- }
3004
-
3005
- 100% {
3006
- -webkit-transform-origin: right bottom;
3007
- -webkit-transform: rotate(0);
3008
- opacity: 1;
3009
- }
3010
- }
3011
-
3012
- @-moz-keyframes rotateInUpRight {
3013
- 0% {
3014
- -moz-transform-origin: right bottom;
3015
- -moz-transform: rotate(-90deg);
3016
- opacity: 0;
3017
- }
3018
-
3019
- 100% {
3020
- -moz-transform-origin: right bottom;
3021
- -moz-transform: rotate(0);
3022
- opacity: 1;
3023
- }
3024
- }
3025
-
3026
- @-o-keyframes rotateInUpRight {
3027
- 0% {
3028
- -o-transform-origin: right bottom;
3029
- -o-transform: rotate(-90deg);
3030
- opacity: 0;
3031
- }
3032
-
3033
- 100% {
3034
- -o-transform-origin: right bottom;
3035
- -o-transform: rotate(0);
3036
- opacity: 1;
3037
- }
3038
- }
3039
-
3040
- @keyframes rotateInUpRight {
3041
- 0% {
3042
- transform-origin: right bottom;
3043
- transform: rotate(-90deg);
3044
- opacity: 0;
3045
- }
3046
-
3047
- 100% {
3048
- transform-origin: right bottom;
3049
- transform: rotate(0);
3050
- opacity: 1;
3051
- }
3052
- }
3053
-
3054
- .animated.rotateInUpRight {
3055
- -webkit-animation-name: rotateInUpRight;
3056
- -moz-animation-name: rotateInUpRight;
3057
- -o-animation-name: rotateInUpRight;
3058
- animation-name: rotateInUpRight;
3059
- }
3060
- @-webkit-keyframes rotateInDownRight {
3061
- 0% {
3062
- -webkit-transform-origin: right bottom;
3063
- -webkit-transform: rotate(90deg);
3064
- opacity: 0;
3065
- }
3066
-
3067
- 100% {
3068
- -webkit-transform-origin: right bottom;
3069
- -webkit-transform: rotate(0);
3070
- opacity: 1;
3071
- }
3072
- }
3073
-
3074
- @-moz-keyframes rotateInDownRight {
3075
- 0% {
3076
- -moz-transform-origin: right bottom;
3077
- -moz-transform: rotate(90deg);
3078
- opacity: 0;
3079
- }
3080
-
3081
- 100% {
3082
- -moz-transform-origin: right bottom;
3083
- -moz-transform: rotate(0);
3084
- opacity: 1;
3085
- }
3086
- }
3087
-
3088
- @-o-keyframes rotateInDownRight {
3089
- 0% {
3090
- -o-transform-origin: right bottom;
3091
- -o-transform: rotate(90deg);
3092
- opacity: 0;
3093
- }
3094
-
3095
- 100% {
3096
- -o-transform-origin: right bottom;
3097
- -o-transform: rotate(0);
3098
- opacity: 1;
3099
- }
3100
- }
3101
-
3102
- @keyframes rotateInDownRight {
3103
- 0% {
3104
- transform-origin: right bottom;
3105
- transform: rotate(90deg);
3106
- opacity: 0;
3107
- }
3108
-
3109
- 100% {
3110
- transform-origin: right bottom;
3111
- transform: rotate(0);
3112
- opacity: 1;
3113
- }
3114
- }
3115
-
3116
- .animated.rotateInDownRight {
3117
- -webkit-animation-name: rotateInDownRight;
3118
- -moz-animation-name: rotateInDownRight;
3119
- -o-animation-name: rotateInDownRight;
3120
- animation-name: rotateInDownRight;
3121
- }
3122
- @-webkit-keyframes rotateOut {
3123
- 0% {
3124
- -webkit-transform-origin: center center;
3125
- -webkit-transform: rotate(0);
3126
- opacity: 1;
3127
- }
3128
-
3129
- 100% {
3130
- -webkit-transform-origin: center center;
3131
- -webkit-transform: rotate(200deg);
3132
- opacity: 0;
3133
- }
3134
- }
3135
-
3136
- @-moz-keyframes rotateOut {
3137
- 0% {
3138
- -moz-transform-origin: center center;
3139
- -moz-transform: rotate(0);
3140
- opacity: 1;
3141
- }
3142
-
3143
- 100% {
3144
- -moz-transform-origin: center center;
3145
- -moz-transform: rotate(200deg);
3146
- opacity: 0;
3147
- }
3148
- }
3149
-
3150
- @-o-keyframes rotateOut {
3151
- 0% {
3152
- -o-transform-origin: center center;
3153
- -o-transform: rotate(0);
3154
- opacity: 1;
3155
- }
3156
-
3157
- 100% {
3158
- -o-transform-origin: center center;
3159
- -o-transform: rotate(200deg);
3160
- opacity: 0;
3161
- }
3162
- }
3163
-
3164
- @keyframes rotateOut {
3165
- 0% {
3166
- transform-origin: center center;
3167
- transform: rotate(0);
3168
- opacity: 1;
3169
- }
3170
-
3171
- 100% {
3172
- transform-origin: center center;
3173
- transform: rotate(200deg);
3174
- opacity: 0;
3175
- }
3176
- }
3177
-
3178
- .animated.rotateOut {
3179
- -webkit-animation-name: rotateOut;
3180
- -moz-animation-name: rotateOut;
3181
- -o-animation-name: rotateOut;
3182
- animation-name: rotateOut;
3183
- }
3184
- @-webkit-keyframes rotateOutUpLeft {
3185
- 0% {
3186
- -webkit-transform-origin: left bottom;
3187
- -webkit-transform: rotate(0);
3188
- opacity: 1;
3189
- }
3190
-
3191
- 100% {
3192
- -webkit-transform-origin: left bottom;
3193
- -webkit-transform: rotate(-90deg);
3194
- opacity: 0;
3195
- }
3196
- }
3197
-
3198
- @-moz-keyframes rotateOutUpLeft {
3199
- 0% {
3200
- -moz-transform-origin: left bottom;
3201
- -moz-transform: rotate(0);
3202
- opacity: 1;
3203
- }
3204
-
3205
- 100% {
3206
- -moz-transform-origin: left bottom;
3207
- -moz-transform: rotate(-90deg);
3208
- opacity: 0;
3209
- }
3210
- }
3211
-
3212
- @-o-keyframes rotateOutUpLeft {
3213
- 0% {
3214
- -o-transform-origin: left bottom;
3215
- -o-transform: rotate(0);
3216
- opacity: 1;
3217
- }
3218
-
3219
- 100% {
3220
- -o-transform-origin: left bottom;
3221
- -o-transform: rotate(-90deg);
3222
- opacity: 0;
3223
- }
3224
- }
3225
-
3226
- @keyframes rotateOutUpLeft {
3227
- 0% {
3228
- transform-origin: left bottom;
3229
- transform: rotate(0);
3230
- opacity: 1;
3231
- }
3232
-
3233
- 100% {
3234
- transform-origin: left bottom;
3235
- transform: rotate(-90deg);
3236
- opacity: 0;
3237
- }
3238
- }
3239
-
3240
- .animated.rotateOutUpLeft {
3241
- -webkit-animation-name: rotateOutUpLeft;
3242
- -moz-animation-name: rotateOutUpLeft;
3243
- -o-animation-name: rotateOutUpLeft;
3244
- animation-name: rotateOutUpLeft;
3245
- }
3246
- @-webkit-keyframes rotateOutDownLeft {
3247
- 0% {
3248
- -webkit-transform-origin: left bottom;
3249
- -webkit-transform: rotate(0);
3250
- opacity: 1;
3251
- }
3252
-
3253
- 100% {
3254
- -webkit-transform-origin: left bottom;
3255
- -webkit-transform: rotate(90deg);
3256
- opacity: 0;
3257
- }
3258
- }
3259
-
3260
- @-moz-keyframes rotateOutDownLeft {
3261
- 0% {
3262
- -moz-transform-origin: left bottom;
3263
- -moz-transform: rotate(0);
3264
- opacity: 1;
3265
- }
3266
-
3267
- 100% {
3268
- -moz-transform-origin: left bottom;
3269
- -moz-transform: rotate(90deg);
3270
- opacity: 0;
3271
- }
3272
- }
3273
-
3274
- @-o-keyframes rotateOutDownLeft {
3275
- 0% {
3276
- -o-transform-origin: left bottom;
3277
- -o-transform: rotate(0);
3278
- opacity: 1;
3279
- }
3280
-
3281
- 100% {
3282
- -o-transform-origin: left bottom;
3283
- -o-transform: rotate(90deg);
3284
- opacity: 0;
3285
- }
3286
- }
3287
-
3288
- @keyframes rotateOutDownLeft {
3289
- 0% {
3290
- transform-origin: left bottom;
3291
- transform: rotate(0);
3292
- opacity: 1;
3293
- }
3294
-
3295
- 100% {
3296
- transform-origin: left bottom;
3297
- transform: rotate(90deg);
3298
- opacity: 0;
3299
- }
3300
- }
3301
-
3302
- .animated.rotateOutDownLeft {
3303
- -webkit-animation-name: rotateOutDownLeft;
3304
- -moz-animation-name: rotateOutDownLeft;
3305
- -o-animation-name: rotateOutDownLeft;
3306
- animation-name: rotateOutDownLeft;
3307
- }
3308
- @-webkit-keyframes rotateOutUpRight {
3309
- 0% {
3310
- -webkit-transform-origin: right bottom;
3311
- -webkit-transform: rotate(0);
3312
- opacity: 1;
3313
- }
3314
-
3315
- 100% {
3316
- -webkit-transform-origin: right bottom;
3317
- -webkit-transform: rotate(90deg);
3318
- opacity: 0;
3319
- }
3320
- }
3321
-
3322
- @-moz-keyframes rotateOutUpRight {
3323
- 0% {
3324
- -moz-transform-origin: right bottom;
3325
- -moz-transform: rotate(0);
3326
- opacity: 1;
3327
- }
3328
-
3329
- 100% {
3330
- -moz-transform-origin: right bottom;
3331
- -moz-transform: rotate(90deg);
3332
- opacity: 0;
3333
- }
3334
- }
3335
-
3336
- @-o-keyframes rotateOutUpRight {
3337
- 0% {
3338
- -o-transform-origin: right bottom;
3339
- -o-transform: rotate(0);
3340
- opacity: 1;
3341
- }
3342
-
3343
- 100% {
3344
- -o-transform-origin: right bottom;
3345
- -o-transform: rotate(90deg);
3346
- opacity: 0;
3347
- }
3348
- }
3349
-
3350
- @keyframes rotateOutUpRight {
3351
- 0% {
3352
- transform-origin: right bottom;
3353
- transform: rotate(0);
3354
- opacity: 1;
3355
- }
3356
-
3357
- 100% {
3358
- transform-origin: right bottom;
3359
- transform: rotate(90deg);
3360
- opacity: 0;
3361
- }
3362
- }
3363
-
3364
- .animated.rotateOutUpRight {
3365
- -webkit-animation-name: rotateOutUpRight;
3366
- -moz-animation-name: rotateOutUpRight;
3367
- -o-animation-name: rotateOutUpRight;
3368
- animation-name: rotateOutUpRight;
3369
- }
3370
- @-webkit-keyframes rotateOutDownRight {
3371
- 0% {
3372
- -webkit-transform-origin: right bottom;
3373
- -webkit-transform: rotate(0);
3374
- opacity: 1;
3375
- }
3376
-
3377
- 100% {
3378
- -webkit-transform-origin: right bottom;
3379
- -webkit-transform: rotate(-90deg);
3380
- opacity: 0;
3381
- }
3382
- }
3383
-
3384
- @-moz-keyframes rotateOutDownRight {
3385
- 0% {
3386
- -moz-transform-origin: right bottom;
3387
- -moz-transform: rotate(0);
3388
- opacity: 1;
3389
- }
3390
-
3391
- 100% {
3392
- -moz-transform-origin: right bottom;
3393
- -moz-transform: rotate(-90deg);
3394
- opacity: 0;
3395
- }
3396
- }
3397
-
3398
- @-o-keyframes rotateOutDownRight {
3399
- 0% {
3400
- -o-transform-origin: right bottom;
3401
- -o-transform: rotate(0);
3402
- opacity: 1;
3403
- }
3404
-
3405
- 100% {
3406
- -o-transform-origin: right bottom;
3407
- -o-transform: rotate(-90deg);
3408
- opacity: 0;
3409
- }
3410
- }
3411
-
3412
- @keyframes rotateOutDownRight {
3413
- 0% {
3414
- transform-origin: right bottom;
3415
- transform: rotate(0);
3416
- opacity: 1;
3417
- }
3418
-
3419
- 100% {
3420
- transform-origin: right bottom;
3421
- transform: rotate(-90deg);
3422
- opacity: 0;
3423
- }
3424
- }
3425
-
3426
- .animated.rotateOutDownRight {
3427
- -webkit-animation-name: rotateOutDownRight;
3428
- -moz-animation-name: rotateOutDownRight;
3429
- -o-animation-name: rotateOutDownRight;
3430
- animation-name: rotateOutDownRight;
3431
- }
3432
-
3433
- @-webkit-keyframes zoomIn {
3434
- 0% {
3435
- opacity: 0;
3436
- -webkit-transform: scale3d(.3, .3, .3);
3437
- transform: scale3d(.3, .3, .3);
3438
- }
3439
-
3440
- 50% {
3441
- opacity: 1;
3442
- }
3443
- }
3444
-
3445
- @keyframes zoomIn {
3446
- 0% {
3447
- opacity: 0;
3448
- -webkit-transform: scale3d(.3, .3, .3);
3449
- transform: scale3d(.3, .3, .3);
3450
- }
3451
-
3452
- 50% {
3453
- opacity: 1;
3454
- }
3455
- }
3456
-
3457
- .animated.zoomIn {
3458
- -webkit-animation-name: zoomIn;
3459
- animation-name: zoomIn;
3460
- }
3461
-
3462
- @-webkit-keyframes zoomInDown {
3463
- 0% {
3464
- opacity: 0;
3465
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3466
- transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3467
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3468
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3469
- }
3470
-
3471
- 60% {
3472
- opacity: 1;
3473
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3474
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3475
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3476
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3477
- }
3478
- }
3479
-
3480
- @keyframes zoomInDown {
3481
- 0% {
3482
- opacity: 0;
3483
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3484
- transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3485
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3486
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3487
- }
3488
-
3489
- 60% {
3490
- opacity: 1;
3491
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3492
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3493
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3494
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3495
- }
3496
- }
3497
-
3498
- .animated.zoomInDown {
3499
- -webkit-animation-name: zoomInDown;
3500
- animation-name: zoomInDown;
3501
- }
3502
-
3503
- @-webkit-keyframes zoomInLeft {
3504
- 0% {
3505
- opacity: 0;
3506
- -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3507
- transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3508
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3509
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3510
- }
3511
-
3512
- 60% {
3513
- opacity: 1;
3514
- -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3515
- transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3516
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3517
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3518
- }
3519
- }
3520
-
3521
- @keyframes zoomInLeft {
3522
- 0% {
3523
- opacity: 0;
3524
- -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3525
- transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3526
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3527
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3528
- }
3529
-
3530
- 60% {
3531
- opacity: 1;
3532
- -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3533
- transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3534
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3535
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3536
- }
3537
- }
3538
-
3539
- .animated.zoomInLeft {
3540
- -webkit-animation-name: zoomInLeft;
3541
- animation-name: zoomInLeft;
3542
- }
3543
-
3544
- @-webkit-keyframes zoomInRight {
3545
- 0% {
3546
- opacity: 0;
3547
- -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3548
- transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3549
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3550
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3551
- }
3552
-
3553
- 60% {
3554
- opacity: 1;
3555
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3556
- transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3557
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3558
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3559
- }
3560
- }
3561
-
3562
- @keyframes zoomInRight {
3563
- 0% {
3564
- opacity: 0;
3565
- -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3566
- transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3567
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3568
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3569
- }
3570
-
3571
- 60% {
3572
- opacity: 1;
3573
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3574
- transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3575
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3576
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3577
- }
3578
- }
3579
-
3580
- .animated.zoomInRight {
3581
- -webkit-animation-name: zoomInRight;
3582
- animation-name: zoomInRight;
3583
- }
3584
-
3585
- @-webkit-keyframes zoomInUp {
3586
- 0% {
3587
- opacity: 0;
3588
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3589
- transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3590
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3591
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3592
- }
3593
-
3594
- 60% {
3595
- opacity: 1;
3596
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3597
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3598
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3599
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3600
- }
3601
- }
3602
-
3603
- @keyframes zoomInUp {
3604
- 0% {
3605
- opacity: 0;
3606
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3607
- transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3608
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3609
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3610
- }
3611
-
3612
- 60% {
3613
- opacity: 1;
3614
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3615
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3616
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3617
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3618
- }
3619
- }
3620
-
3621
- .animated.zoomInUp {
3622
- -webkit-animation-name: zoomInUp;
3623
- animation-name: zoomInUp;
3624
- }
3625
-
3626
- @-webkit-keyframes zoomOut {
3627
- 0% {
3628
- opacity: 1;
3629
- }
3630
-
3631
- 50% {
3632
- opacity: 0;
3633
- -webkit-transform: scale3d(.3, .3, .3);
3634
- transform: scale3d(.3, .3, .3);
3635
- }
3636
-
3637
- 100% {
3638
- opacity: 0;
3639
- }
3640
- }
3641
-
3642
- @keyframes zoomOut {
3643
- 0% {
3644
- opacity: 1;
3645
- }
3646
-
3647
- 50% {
3648
- opacity: 0;
3649
- -webkit-transform: scale3d(.3, .3, .3);
3650
- transform: scale3d(.3, .3, .3);
3651
- }
3652
-
3653
- 100% {
3654
- opacity: 0;
3655
- }
3656
- }
3657
-
3658
- .animated.zoomOut {
3659
- -webkit-animation-name: zoomOut;
3660
- animation-name: zoomOut;
3661
- }
3662
-
3663
- @-webkit-keyframes zoomOutDown {
3664
- 40% {
3665
- opacity: 1;
3666
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3667
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3668
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3669
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3670
- }
3671
-
3672
- 100% {
3673
- opacity: 0;
3674
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
3675
- transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
3676
- -webkit-transform-origin: center bottom;
3677
- transform-origin: center bottom;
3678
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3679
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3680
- }
3681
- }
3682
-
3683
- @keyframes zoomOutDown {
3684
- 40% {
3685
- opacity: 1;
3686
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3687
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3688
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3689
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3690
- }
3691
-
3692
- 100% {
3693
- opacity: 0;
3694
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
3695
- transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
3696
- -webkit-transform-origin: center bottom;
3697
- transform-origin: center bottom;
3698
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3699
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3700
- }
3701
- }
3702
-
3703
- .animated.zoomOutDown {
3704
- -webkit-animation-name: zoomOutDown;
3705
- animation-name: zoomOutDown;
3706
- }
3707
-
3708
- @-webkit-keyframes zoomOutLeft {
3709
- 40% {
3710
- opacity: 1;
3711
- -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3712
- transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3713
- }
3714
-
3715
- 100% {
3716
- opacity: 0;
3717
- -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3718
- transform: scale(.1) translate3d(-2000px, 0, 0);
3719
- -webkit-transform-origin: left center;
3720
- transform-origin: left center;
3721
- }
3722
- }
3723
-
3724
- @keyframes zoomOutLeft {
3725
- 40% {
3726
- opacity: 1;
3727
- -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3728
- transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3729
- }
3730
-
3731
- 100% {
3732
- opacity: 0;
3733
- -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3734
- transform: scale(.1) translate3d(-2000px, 0, 0);
3735
- -webkit-transform-origin: left center;
3736
- transform-origin: left center;
3737
- }
3738
- }
3739
-
3740
- .animated.zoomOutLeft {
3741
- -webkit-animation-name: zoomOutLeft;
3742
- animation-name: zoomOutLeft;
3743
- }
3744
-
3745
- @-webkit-keyframes zoomOutRight {
3746
- 40% {
3747
- opacity: 1;
3748
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3749
- transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3750
- }
3751
-
3752
- 100% {
3753
- opacity: 0;
3754
- -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3755
- transform: scale(.1) translate3d(2000px, 0, 0);
3756
- -webkit-transform-origin: right center;
3757
- transform-origin: right center;
3758
- }
3759
- }
3760
-
3761
- @keyframes zoomOutRight {
3762
- 40% {
3763
- opacity: 1;
3764
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3765
- transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3766
- }
3767
-
3768
- 100% {
3769
- opacity: 0;
3770
- -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3771
- transform: scale(.1) translate3d(2000px, 0, 0);
3772
- -webkit-transform-origin: right center;
3773
- transform-origin: right center;
3774
- }
3775
- }
3776
-
3777
- .animated.zoomOutRight {
3778
- -webkit-animation-name: zoomOutRight;
3779
- animation-name: zoomOutRight;
3780
- }
3781
-
3782
- @-webkit-keyframes zoomOutUp {
3783
- 40% {
3784
- opacity: 1;
3785
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3786
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3787
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3788
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3789
- }
3790
-
3791
- 100% {
3792
- opacity: 0;
3793
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
3794
- transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
3795
- -webkit-transform-origin: center bottom;
3796
- transform-origin: center bottom;
3797
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3798
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3799
- }
3800
- }
3801
-
3802
- @keyframes zoomOutUp {
3803
- 40% {
3804
- opacity: 1;
3805
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3806
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3807
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3808
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3809
- }
3810
-
3811
- 100% {
3812
- opacity: 0;
3813
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
3814
- transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
3815
- -webkit-transform-origin: center bottom;
3816
- transform-origin: center bottom;
3817
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3818
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3819
- }
3820
- }
3821
-
3822
- .animated.zoomOutUp {
3823
- -webkit-animation-name: zoomOutUp;
3824
- animation-name: zoomOutUp;
3825
- }
3826
-
3827
- @-webkit-keyframes slideInDown {
3828
- 0% {
3829
- -webkit-transform: translate3d(0, -1080px, 0);
3830
- transform: translate3d(0, -1080px, 0);
3831
- opacity: 1;
3832
- }
3833
-
3834
- 100% {
3835
- -webkit-transform: translate3d(0, 0, 0);
3836
- transform: translate3d(0, 0, 0);
3837
- }
3838
- }
3839
-
3840
- @keyframes slideInDown {
3841
- 0% {
3842
- -webkit-transform: translate3d(0, -1080px, 0);
3843
- transform: translate3d(0, -1080px, 0);
3844
- opacity: 1;
3845
- }
3846
-
3847
- 100% {
3848
- -webkit-transform: translate3d(0, 0, 0);
3849
- transform: translate3d(0, 0, 0);
3850
- }
3851
- }
3852
-
3853
- .animated.slideInDown {
3854
- -webkit-animation-name: slideInDown;
3855
- animation-name: slideInDown;
3856
- }
3857
-
3858
- @-webkit-keyframes slideInLeft {
3859
- 0% {
3860
- -webkit-transform: translate3d(-3000px, 0, 0);
3861
- transform: translate3d(-3000px, 0, 0);
3862
- opacity: 1;
3863
- }
3864
-
3865
- 100% {
3866
- -webkit-transform: translate3d(0, 0, 0);
3867
- transform: translate3d(0, 0, 0);
3868
- }
3869
- }
3870
-
3871
- @keyframes slideInLeft {
3872
- 0% {
3873
- -webkit-transform: translate3d(-3000px, 0, 0);
3874
- transform: translate3d(-3000px, 0, 0);
3875
- opacity: 1;
3876
- }
3877
-
3878
- 100% {
3879
- -webkit-transform: translate3d(0, 0, 0);
3880
- transform: translate3d(0, 0, 0);
3881
- }
3882
- }
3883
-
3884
- .animated.slideInLeft {
3885
- -webkit-animation-name: slideInLeft;
3886
- animation-name: slideInLeft;
3887
- }
3888
-
3889
- @-webkit-keyframes slideInRight {
3890
- 0% {
3891
- -webkit-transform: translate3d(3000px, 0, 0);
3892
- transform: translate3d(3000px, 0, 0);
3893
- opacity: 1;
3894
- }
3895
-
3896
- 100% {
3897
- -webkit-transform: translate3d(0, 0, 0);
3898
- transform: translate3d(0, 0, 0);
3899
- }
3900
- }
3901
-
3902
- @keyframes slideInRight {
3903
- 0% {
3904
- -webkit-transform: translate3d(3000px, 0, 0);
3905
- transform: translate3d(3000px, 0, 0);
3906
- opacity: 1;
3907
- }
3908
-
3909
- 100% {
3910
- -webkit-transform: translate3d(0, 0, 0);
3911
- transform: translate3d(0, 0, 0);
3912
- }
3913
- }
3914
-
3915
- .animated.slideInRight {
3916
- -webkit-animation-name: slideInRight;
3917
- animation-name: slideInRight;
3918
- }
3919
-
3920
- @-webkit-keyframes slideInUp {
3921
- 0% {
3922
- -webkit-transform: translate3d(0, 1080px, 0);
3923
- transform: translate3d(0, 1080px, 0);
3924
- opacity: 1;
3925
- }
3926
-
3927
- 100% {
3928
- -webkit-transform: translate3d(0, 0, 0);
3929
- transform: translate3d(0, 0, 0);
3930
- }
3931
- }
3932
-
3933
- @keyframes slideInUp {
3934
- 0% {
3935
- -webkit-transform: translate3d(0, 1080px, 0);
3936
- transform: translate3d(0, 1080px, 0);
3937
- opacity: 1;
3938
- }
3939
-
3940
- 100% {
3941
- -webkit-transform: translate3d(0, 0, 0);
3942
- transform: translate3d(0, 0, 0);
3943
- }
3944
- }
3945
-
3946
- .animated.slideInUp {
3947
- -webkit-animation-name: slideInUp;
3948
- animation-name: slideInUp;
3949
- }
3950
-
3951
- @-webkit-keyframes slideOutDown {
3952
- 0% {
3953
- -webkit-transform: translate3d(0, 0, 0);
3954
- transform: translate3d(0, 0, 0);
3955
- }
3956
-
3957
- 100% {
3958
- opacity: 0;
3959
- -webkit-transform: translate3d(0, 1080px, 0);
3960
- transform: translate3d(0, 1080px, 0);
3961
- }
3962
- }
3963
-
3964
- @keyframes slideOutDown {
3965
- 0% {
3966
- -webkit-transform: translate3d(0, 0, 0);
3967
- transform: translate3d(0, 0, 0);
3968
- }
3969
-
3970
- 100% {
3971
- opacity: 0;
3972
- -webkit-transform: translate3d(0, 1080px, 0);
3973
- transform: translate3d(0, 1080px, 0);
3974
- }
3975
- }
3976
-
3977
- .animated.slideOutDown {
3978
- -webkit-animation-name: slideOutDown;
3979
- animation-name: slideOutDown;
3980
- }
3981
-
3982
- @-webkit-keyframes slideOutLeft {
3983
- 0% {
3984
- -webkit-transform: translate3d(0, 0, 0);
3985
- transform: translate3d(0, 0, 0);
3986
- }
3987
-
3988
- 100% {
3989
- opacity: 0;
3990
- -webkit-transform: translate3d(-3000px, 0, 0);
3991
- transform: translate3d(-3000px, 0, 0);
3992
- }
3993
- }
3994
-
3995
- @keyframes slideOutLeft {
3996
- 0% {
3997
- -webkit-transform: translate3d(0, 0, 0);
3998
- transform: translate3d(0, 0, 0);
3999
- }
4000
-
4001
- 100% {
4002
- opacity: 0;
4003
- -webkit-transform: translate3d(-3000px, 0, 0);
4004
- transform: translate3d(-3000px, 0, 0);
4005
- }
4006
- }
4007
-
4008
- .animated.slideOutLeft {
4009
- -webkit-animation-name: slideOutLeft;
4010
- animation-name: slideOutLeft;
4011
- }
4012
-
4013
- @-webkit-keyframes slideOutRight {
4014
- 0% {
4015
- -webkit-transform: translate3d(0, 0, 0);
4016
- transform: translate3d(0, 0, 0);
4017
- }
4018
-
4019
- 100% {
4020
- opacity: 0;
4021
- -webkit-transform: translate3d(3000px, 0, 0);
4022
- transform: translate3d(3000px, 0, 0);
4023
- }
4024
- }
4025
-
4026
- @keyframes slideOutRight {
4027
- 0% {
4028
- -webkit-transform: translate3d(0, 0, 0);
4029
- transform: translate3d(0, 0, 0);
4030
- }
4031
-
4032
- 100% {
4033
- opacity: 0;
4034
- -webkit-transform: translate3d(3000px, 0, 0);
4035
- transform: translate3d(3000px, 0, 0);
4036
- }
4037
- }
4038
-
4039
- .animated.slideOutRight {
4040
- -webkit-animation-name: slideOutRight;
4041
- animation-name: slideOutRight;
4042
- }
4043
-
4044
- @-webkit-keyframes slideOutUp {
4045
- 0% {
4046
- -webkit-transform: translate3d(0, 0, 0);
4047
- transform: translate3d(0, 0, 0);
4048
- }
4049
-
4050
- 100% {
4051
- opacity: 0;
4052
- -webkit-transform: translate3d(0, -1080px, 0);
4053
- transform: translate3d(0, -1080px, 0);
4054
- }
4055
- }
4056
-
4057
- @keyframes slideOutUp {
4058
- 0% {
4059
- -webkit-transform: translate3d(0, 0, 0);
4060
- transform: translate3d(0, 0, 0);
4061
- }
4062
-
4063
- 100% {
4064
- opacity: 0;
4065
- -webkit-transform: translate3d(0, -1080px, 0);
4066
- transform: translate3d(0, -1080px, 0);
4067
- }
4068
- }
4069
-
4070
- .animated.slideOutUp {
4071
- -webkit-animation-name: slideOutUp;
4072
- animation-name: slideOutUp;
4073
- }
4074
-
4075
- @-webkit-keyframes hinge {
4076
- 0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
4077
- 20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
4078
- 40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
4079
- 80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
4080
- 100% { -webkit-transform: translateY(700px); opacity: 0; }
4081
- }
4082
-
4083
- @-moz-keyframes hinge {
4084
- 0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
4085
- 20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
4086
- 40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
4087
- 80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
4088
- 100% { -moz-transform: translateY(700px); opacity: 0; }
4089
- }
4090
-
4091
- @-o-keyframes hinge {
4092
- 0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
4093
- 20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
4094
- 40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
4095
- 80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
4096
- 100% { -o-transform: translateY(700px); opacity: 0; }
4097
- }
4098
-
4099
- @keyframes hinge {
4100
- 0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
4101
- 20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
4102
- 40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
4103
- 80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
4104
- 100% { transform: translateY(700px); opacity: 0; }
4105
- }
4106
-
4107
- .animated.hinge {
4108
- -webkit-animation-name: hinge;
4109
- -moz-animation-name: hinge;
4110
- -o-animation-name: hinge;
4111
- animation-name: hinge;
4112
- }
4113
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
4114
-
4115
- @-webkit-keyframes rollIn {
4116
- 0% { opacity: 0; -webkit-transform: translateX(-3000px) rotate(-120deg); }
4117
- 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
4118
- }
4119
-
4120
- @-moz-keyframes rollIn {
4121
- 0% { opacity: 0; -moz-transform: translateX(-3000px) rotate(-120deg); }
4122
- 100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
4123
- }
4124
-
4125
- @-o-keyframes rollIn {
4126
- 0% { opacity: 0; -o-transform: translateX(-3000px) rotate(-120deg); }
4127
- 100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
4128
- }
4129
-
4130
- @keyframes rollIn {
4131
- 0% { opacity: 0; transform: translateX(-3000px) rotate(-120deg); }
4132
- 100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
4133
- }
4134
-
4135
- .animated.rollIn {
4136
- -webkit-animation-name: rollIn;
4137
- -moz-animation-name: rollIn;
4138
- -o-animation-name: rollIn;
4139
- animation-name: rollIn;
4140
- }
4141
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
4142
-
4143
- @-webkit-keyframes rollOut {
4144
- 0% {
4145
- opacity: 1;
4146
- -webkit-transform: translateX(0px) rotate(0deg);
4147
- }
4148
-
4149
- 100% {
4150
- opacity: 0;
4151
- -webkit-transform: translateX(3000px) rotate(120deg);
4152
- }
4153
- }
4154
-
4155
- @-moz-keyframes rollOut {
4156
- 0% {
4157
- opacity: 1;
4158
- -moz-transform: translateX(0px) rotate(0deg);
4159
- }
4160
-
4161
- 100% {
4162
- opacity: 0;
4163
- -moz-transform: translateX(3000px) rotate(120deg);
4164
- }
4165
- }
4166
-
4167
- @-o-keyframes rollOut {
4168
- 0% {
4169
- opacity: 1;
4170
- -o-transform: translateX(0px) rotate(0deg);
4171
- }
4172
-
4173
- 100% {
4174
- opacity: 0;
4175
- -o-transform: translateX(3000px) rotate(120deg);
4176
- }
4177
- }
4178
-
4179
- @keyframes rollOut {
4180
- 0% {
4181
- opacity: 1;
4182
- transform: translateX(0px) rotate(0deg);
4183
- }
4184
-
4185
- 100% {
4186
- opacity: 0;
4187
- transform: translateX(3000px) rotate(120deg);
4188
- }
4189
- }
4190
-
4191
- .animated.rollOut {
4192
- -webkit-animation-name: rollOut;
4193
- -moz-animation-name: rollOut;
4194
- -o-animation-name: rollOut;
4195
- animation-name: rollOut;
4196
- }
4197
-
4198
- /* originally authored by Angelo Rohit - https://github.com/angelorohit */
4199
-
4200
- @-webkit-keyframes lightSpeedIn {
4201
- 0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4202
- 60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
4203
- 80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
4204
- 100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
4205
- }
4206
-
4207
- @-moz-keyframes lightSpeedIn {
4208
- 0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4209
- 60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
4210
- 80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
4211
- 100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
4212
- }
4213
-
4214
- @-o-keyframes lightSpeedIn {
4215
- 0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4216
- 60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
4217
- 80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
4218
- 100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
4219
- }
4220
-
4221
- @keyframes lightSpeedIn {
4222
- 0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
4223
- 60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
4224
- 80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
4225
- 100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
4226
- }
4227
-
4228
- .animated.lightSpeedIn {
4229
- -webkit-animation-name: lightSpeedIn;
4230
- -moz-animation-name: lightSpeedIn;
4231
- -o-animation-name: lightSpeedIn;
4232
- animation-name: lightSpeedIn;
4233
-
4234
- -webkit-animation-timing-function: ease-out;
4235
- -moz-animation-timing-function: ease-out;
4236
- -o-animation-timing-function: ease-out;
4237
- animation-timing-function: ease-out;
4238
- }
4239
-
4240
- /* originally authored by Angelo Rohit - https://github.com/angelorohit */
4241
-
4242
- @-webkit-keyframes lightSpeedOut {
4243
- 0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
4244
- 100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4245
- }
4246
-
4247
- @-moz-keyframes lightSpeedOut {
4248
- 0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
4249
- 100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4250
- }
4251
-
4252
- @-o-keyframes lightSpeedOut {
4253
- 0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
4254
- 100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4255
- }
4256
-
4257
- @keyframes lightSpeedOut {
4258
- 0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
4259
- 100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
4260
- }
4261
-
4262
- .animated.lightSpeedOut {
4263
- -webkit-animation-name: lightSpeedOut;
4264
- -moz-animation-name: lightSpeedOut;
4265
- -o-animation-name: lightSpeedOut;
4266
- animation-name: lightSpeedOut;
4267
-
4268
- -webkit-animation-timing-function: ease-in;
4269
- -moz-animation-timing-function: ease-in;
4270
- -o-animation-timing-function: ease-in;
4271
- animation-timing-function: ease-in;
4272
- }
4273
-
4274
- /* originally authored by Angelo Rohit - https://github.com/angelorohit */
4275
-
4276
- @-webkit-keyframes wiggle {
4277
- 0% { -webkit-transform: skewX(9deg); }
4278
- 10% { -webkit-transform: skewX(-8deg); }
4279
- 20% { -webkit-transform: skewX(7deg); }
4280
- 30% { -webkit-transform: skewX(-6deg); }
4281
- 40% { -webkit-transform: skewX(5deg); }
4282
- 50% { -webkit-transform: skewX(-4deg); }
4283
- 60% { -webkit-transform: skewX(3deg); }
4284
- 70% { -webkit-transform: skewX(-2deg); }
4285
- 80% { -webkit-transform: skewX(1deg); }
4286
- 90% { -webkit-transform: skewX(0deg); }
4287
- 100% { -webkit-transform: skewX(0deg); }
4288
- }
4289
-
4290
- @-moz-keyframes wiggle {
4291
- 0% { -moz-transform: skewX(9deg); }
4292
- 10% { -moz-transform: skewX(-8deg); }
4293
- 20% { -moz-transform: skewX(7deg); }
4294
- 30% { -moz-transform: skewX(-6deg); }
4295
- 40% { -moz-transform: skewX(5deg); }
4296
- 50% { -moz-transform: skewX(-4deg); }
4297
- 60% { -moz-transform: skewX(3deg); }
4298
- 70% { -moz-transform: skewX(-2deg); }
4299
- 80% { -moz-transform: skewX(1deg); }
4300
- 90% { -moz-transform: skewX(0deg); }
4301
- 100% { -moz-transform: skewX(0deg); }
4302
- }
4303
-
4304
- @-o-keyframes wiggle {
4305
- 0% { -o-transform: skewX(9deg); }
4306
- 10% { -o-transform: skewX(-8deg); }
4307
- 20% { -o-transform: skewX(7deg); }
4308
- 30% { -o-transform: skewX(-6deg); }
4309
- 40% { -o-transform: skewX(5deg); }
4310
- 50% { -o-transform: skewX(-4deg); }
4311
- 60% { -o-transform: skewX(3deg); }
4312
- 70% { -o-transform: skewX(-2deg); }
4313
- 80% { -o-transform: skewX(1deg); }
4314
- 90% { -o-transform: skewX(0deg); }
4315
- 100% { -o-transform: skewX(0deg); }
4316
- }
4317
-
4318
- @keyframes wiggle {
4319
- 0% { transform: skewX(9deg); }
4320
- 10% { transform: skewX(-8deg); }
4321
- 20% { transform: skewX(7deg); }
4322
- 30% { transform: skewX(-6deg); }
4323
- 40% { transform: skewX(5deg); }
4324
- 50% { transform: skewX(-4deg); }
4325
- 60% { transform: skewX(3deg); }
4326
- 70% { transform: skewX(-2deg); }
4327
- 80% { transform: skewX(1deg); }
4328
- 90% { transform: skewX(0deg); }
4329
- 100% { transform: skewX(0deg); }
4330
- }
4331
-
4332
- .animated.wiggle {
4333
- -webkit-animation-name: wiggle;
4334
- -moz-animation-name: wiggle;
4335
- -o-animation-name: wiggle;
4336
- animation-name: wiggle;
4337
-
4338
- -webkit-animation-timing-function: ease-in;
4339
- -moz-animation-timing-function: ease-in;
4340
- -o-animation-timing-function: ease-in;
4341
- animation-timing-function: ease-in;
4342
- }
4343
-
4344
-
4345
-
4346
- /*
4347
-
4348
- A couple of additions for the animo.js library
4349
-
4350
- Daniel Raftery <@ThirvingKings>
4351
-
4352
- */
4353
-
4354
- .animated.fade {
4355
- -webkit-animation-name: fade;
4356
- -moz-animation-name: fade;
4357
- -o-animation-name: fade;
4358
- animation-name: fade;
4359
- }
4360
-
4361
- @-webkit-keyframes fade {
4362
- 0% { opacity: 1; }
4363
- 100% { opacity: 0; }
4364
- }
4365
-
4366
- @-moz-keyframes fade {
4367
- 0% { opacity: 1; }
4368
- 100% { opacity: 0; }
4369
- }
4370
-
4371
- @-o-keyframes fade {
4372
- 0% { opacity: 1; }
4373
- 100% { opacity: 0; }
4374
- }
4375
-
4376
- @keyframes fade {
4377
- 0% { opacity: 1; }
4378
- 100% { opacity: 0; }
4379
- }
4380
-
4381
- .animated.appear {
4382
- -webkit-animation-name: appear;
4383
- -moz-animation-name: appear;
4384
- -o-animation-name: appear;
4385
- animation-name: appear;
4386
- }
4387
-
4388
- @-webkit-keyframes appear {
4389
- 0% { opacity: 0; }
4390
- 100% { opacity: 1; }
4391
- }
4392
-
4393
- @-moz-keyframes appear {
4394
- 0% { opacity: 0; }
4395
- 100% { opacity: 1; }
4396
- }
4397
-
4398
- @-o-keyframes appear {
4399
- 0% { opacity: 0; }
4400
- 100% { opacity: 1; }
4401
- }
4402
-
4403
- @keyframes appear {
4404
- 0% { opacity: 0; }
4405
- 100% { opacity: 1; }
4406
- }
4407
-
4408
- .animated.spinner {
4409
- -webkit-animation-name: spinner;
4410
- -moz-animation-name: spinner;
4411
- -o-animation-name: spinner;
4412
- animation-name: spinner;
4413
- }
4414
-
4415
- @-webkit-keyframes spinner {
4416
- 0% { -webkit-transform: rotate(0deg); }
4417
- 100% { -webkit-transform: rotate(360deg); }
4418
- }
4419
-
4420
- @-moz-keyframes spinner {
4421
- 0% { -moz-transform: rotate(0deg); }
4422
- 100% { -moz-transform: rotate(360deg); }
4423
- }
4424
-
4425
- @-o-keyframes spinner {
4426
- 0% { -o-transform: rotate(0deg); }
4427
- 100% { -o-transform: rotate(360deg); }
4428
- }
4429
-
4430
- @keyframes spinner {
4431
- 0% { transform: rotate(0deg); }
4432
- 100% { transform: rotate(360deg); }
4433
- }
4434
-
4435
- .animated.twirlIn {
4436
- -webkit-animation-name: twirlIn;
4437
- -moz-animation-name: twirlIn;
4438
- -o-animation-name: twirlIn;
4439
- animation-name: twirlIn;
4440
- }
4441
-
4442
- @-webkit-keyframes twirlIn {
4443
- 0% { -webkit-transform: rotate3d( 80,-70,10,180deg ); }
4444
- 100% { -webkit-transform: rotate3d( 0,0,0,0deg ); }
4445
- }
4446
-
4447
- @-moz-keyframes twirlIn {
4448
- 0% { -moz-transform: rotate3d( 80,70,10,180deg ); }
4449
- 100% { -moz-transform: rotate3d( 0,0,0,0deg ); }
4450
- }
4451
-
4452
- @-o-keyframes twirlIn {
4453
- 0% { -o-transform: rotate3d( 80,70,10,180deg ); }
4454
- 100% { -o-transform: rotate3d( 0,0,0,0deg ); }
4455
- }
4456
-
4457
- @keyframes twirlIn {
4458
- 0% { transform: rotate3d( 0,0,0,0deg ); }
4459
- 100% { transform: rotate3d( 80,70,10,180deg ); }
4460
- }
4461
-
4462
- .animated.twirlOut {
4463
- -webkit-animation-name: twirlOut;
4464
- -moz-animation-name: twirlOut;
4465
- -o-animation-name: twirlOut;
4466
- animation-name: twirlOut;
4467
- }
4468
-
4469
- @-webkit-keyframes twirlOut {
4470
- 0% { -webkit-transform: rotate3d( 0,0,0,0deg ); }
4471
- 100% { -webkit-transform: rotate3d( 80,-70,10,180deg ); }
4472
- }
4473
-
4474
- @-moz-keyframes twirlOut {
4475
- 0% { -moz-transform: rotate3d( 0,0,0,0deg ); }
4476
- 100% { -moz-transform: rotate3d( 80,70,10,180deg ); }
4477
- }
4478
-
4479
- @-o-keyframes twirlOut {
4480
- 0% { -o-transform: rotate3d( 0,0,0,0deg ); }
4481
- 100% { -o-transform: rotate3d( 80,70,10,180deg ); }
4482
- }
4483
-
4484
- @keyframes twirlOut {
4485
- 0% { transform: rotate3d( 0,0,0,0deg ); }
4486
- 100% { transform: rotate3d( 80,70,10,180deg ); }
4487
- }
4488
-
4489
- .eds-animation-paused {
4490
- -webkit-animation-play-state: paused;
4491
- animation-play-state: paused;
4492
- }
4493
-
4494
- /* originally authored by Ian Lunn - https://github.com/IanLunn */
4495
-
4496
- /* Grow */
4497
- @-webkit-keyframes grow {
4498
- 100% { -webkit-transform: scale(1.1); }
4499
- }
4500
-
4501
- @-moz-keyframes grow {
4502
- 100% { -moz-transform: scale(1.1); }
4503
- }
4504
-
4505
- @-o-keyframes grow {
4506
- 100% { -o-transform: scale(1.1); }
4507
- }
4508
-
4509
- @keyframes grow {
4510
- 100% { transform: scale(1.1); }
4511
- }
4512
-
4513
- .animated.grow {
4514
- -webkit-animation-name: grow;
4515
- -moz-animation-name: grow;
4516
- -o-animation-name: grow;
4517
- animation-name: grow;
4518
- }
4519
-
4520
- /* Shrink */
4521
- @-webkit-keyframes shrink {
4522
- 100% { -webkit-transform: scale(0.9); }
4523
- }
4524
-
4525
- @-moz-keyframes shrink {
4526
- 100% { -moz-transform: scale(0.9); }
4527
- }
4528
-
4529
- @-o-keyframes shrink {
4530
- 100% { -o-transform: scale(0.9); }
4531
- }
4532
-
4533
- @keyframes shrink {
4534
- 100% { transform: scale(0.9); }
4535
- }
4536
-
4537
- .animated.shrink {
4538
- -webkit-animation-name: shrink;
4539
- -moz-animation-name: shrink;
4540
- -o-animation-name: shrink;
4541
- animation-name: shrink;
4542
- }
4543
-
4544
- /* Pulse Grow */
4545
- @-webkit-keyframes pulseGrow {
4546
- 0% { -webkit-transform: scale(1.1); }
4547
- }
4548
-
4549
- @-moz-keyframes pulseGrow {
4550
- 0% { -moz-transform: scale(1.1); }
4551
- }
4552
-
4553
- @-o-keyframes pulseGrow {
4554
- 0% { -o-transform: scale(1.1); }
4555
- }
4556
-
4557
- @keyframes pulseGrow {
4558
- 0% { transform: scale(1.1); }
4559
- }
4560
-
4561
- .animated.pulseGrow {
4562
- -webkit-animation-direction: alternate;
4563
- -moz-animation-direction: alternate;
4564
- -o-animation-direction: alternate;
4565
- animation-direction: alternate;
4566
- -webkit-animation-name: pulseGrow;
4567
- -moz-animation-name: pulseGrow;
4568
- -o-animation-name: pulseGrow;
4569
- animation-name: pulseGrow;
4570
- }
4571
-
4572
- /* Pulse Shrink */
4573
- @-webkit-keyframes pulseShrink {
4574
- 0% { -webkit-transform: scale(0.9); }
4575
- }
4576
-
4577
- @-moz-keyframes pulseShrink {
4578
- 0% { -moz-transform: scale(0.9); }
4579
- }
4580
-
4581
- @-o-keyframes pulseShrink {
4582
- 0% { -o-transform: scale(0.9); }
4583
- }
4584
-
4585
- @keyframes pulseShrink {
4586
- 0% { transform: scale(0.9); }
4587
- }
4588
-
4589
- .animated.pulseShrink {
4590
- -webkit-animation-direction: alternate;
4591
- -moz-animation-direction: alternate;
4592
- -o-animation-direction: alternate;
4593
- animation-direction: alternate;
4594
- -webkit-animation-name: pulseShrink;
4595
- -moz-animation-name: pulseShrink;
4596
- -o-animation-name: pulseShrink;
4597
- animation-name: pulseShrink;
4598
- }
4599
-
4600
- /* Push */
4601
- @-webkit-keyframes push {
4602
- 50% { -webkit-transform: scale(0.8); }
4603
- 100% { -webkit-transform: scale(1); }
4604
- }
4605
-
4606
- @-moz-keyframes push {
4607
- 50% { -moz-transform: scale(0.8); }
4608
- 100% { -moz-transform: scale(1); }
4609
- }
4610
-
4611
- @-o-keyframes push {
4612
- 50% { -o-transform: scale(0.8); }
4613
- 100% { -o-transform: scale(1); }
4614
- }
4615
-
4616
- @keyframes push {
4617
- 50% { transform: scale(0.8); }
4618
- 100% { transform: scale(1); }
4619
- }
4620
-
4621
- .animated.push {
4622
- -webkit-animation-name: push;
4623
- -moz-animation-name: push;
4624
- -o-animation-name: push;
4625
- animation-name: push;
4626
- }
4627
-
4628
- /* Pop */
4629
- @-webkit-keyframes pop {
4630
- 50% { -webkit-transform: scale(1.2); }
4631
- }
4632
-
4633
- @-moz-keyframes pop {
4634
- 50% { -moz-transform: scale(1.2); }
4635
- }
4636
-
4637
- @-o-keyframes pop {
4638
- 50% { -o-transform: scale(1.2); }
4639
- }
4640
-
4641
- @keyframes pop {
4642
- 50% { transform: scale(1.2); }
4643
- }
4644
-
4645
- .animated.pop {
4646
- -webkit-animation-name: pop;
4647
- -moz-animation-name: pop;
4648
- -o-animation-name: pop;
4649
- animation-name: pop;
4650
- }
4651
-
4652
- /* Rotate */
4653
- @-webkit-keyframes rotate {
4654
- 100% { -webkit-transform: rotate(60deg); }
4655
- }
4656
-
4657
- @-moz-keyframes rotate {
4658
- 100% { -moz-transform: rotate(60deg); }
4659
- }
4660
-
4661
- @-o-keyframes rotate {
4662
- 100% { -o-transform: rotate(60deg); }
4663
- }
4664
-
4665
- @keyframes rotate {
4666
- 100% { transform: rotate(60deg); }
4667
- }
4668
-
4669
- .animated.rotate {
4670
- -webkit-animation-name: rotate;
4671
- -moz-animation-name: rotate;
4672
- -o-animation-name: rotate;
4673
- animation-name: rotate;
4674
- }
4675
-
4676
- /* Grow Rotate */
4677
- @-webkit-keyframes growRotate {
4678
- 100% { -webkit-transform: scale(1.1) rotate(60deg); }
4679
- }
4680
-
4681
- @-moz-keyframes growRotate {
4682
- 100% { -moz-transform: scale(1.1) rotate(60deg); }
4683
- }
4684
-
4685
- @-o-keyframes growRotate {
4686
- 100% { -o-transform: scale(1.1) rotate(60deg); }
4687
- }
4688
-
4689
- @keyframes growRotate {
4690
- 100% { transform: scale(1.1) rotate(60deg); }
4691
- }
4692
-
4693
- .animated.growRotate {
4694
- -webkit-animation-name: growRotate;
4695
- -moz-animation-name: growRotate;
4696
- -o-animation-name: growRotate;
4697
- animation-name: growRotate;
4698
- }
4699
-
4700
- /* Float */
4701
- @-webkit-keyframes float {
4702
- 100% { -webkit-transform: translateY(-8px); }
4703
- }
4704
-
4705
- @-moz-keyframes float {
4706
- 100% { -moz-transform: translateY(-8px); }
4707
- }
4708
-
4709
- @-o-keyframes float {
4710
- 100% { -o-transform: translateY(-8px); }
4711
- }
4712
-
4713
- @keyframes float {
4714
- 100% { transform: translateY(-8px); }
4715
- }
4716
-
4717
- .animated.float {
4718
- -webkit-animation-name: float;
4719
- -moz-animation-name: float;
4720
- -o-animation-name: float;
4721
- animation-name: float;
4722
- }
4723
-
4724
- /* Sink */
4725
- @-webkit-keyframes sink {
4726
- 100% { -webkit-transform: translateY(8px); }
4727
- }
4728
-
4729
- @-moz-keyframes sink {
4730
- 100% { -moz-transform: translateY(8px); }
4731
- }
4732
-
4733
- @-o-keyframes sink {
4734
- 100% { -o-transform: translateY(8px); }
4735
- }
4736
-
4737
- @keyframes sink {
4738
- 100% { transform: translateY(8px); }
4739
- }
4740
-
4741
- .animated.sink {
4742
- -webkit-animation-name: sink;
4743
- -moz-animation-name: sink;
4744
- -o-animation-name: sink;
4745
- animation-name: sink;
4746
- }
4747
-
4748
- /* Skew */
4749
- @-webkit-keyframes skew {
4750
- 100% { -webkit-transform: skew(-10deg); }
4751
- }
4752
-
4753
- @-moz-keyframes skew {
4754
- 100% { -moz-transform: skew(-10deg); }
4755
- }
4756
-
4757
- @-o-keyframes skew {
4758
- 100% { -o-transform: skew(-10deg); }
4759
- }
4760
-
4761
- @keyframes skew {
4762
- 100% { transform: skew(-10deg); }
4763
- }
4764
-
4765
- .animated.skew {
4766
- -webkit-animation-name: skew;
4767
- -moz-animation-name: skew;
4768
- -o-animation-name: skew;
4769
- animation-name: skew;
4770
- }
4771
-
4772
- /* Skew Forward */
4773
- @-webkit-keyframes skewForward {
4774
- 100% { -webkit-transform: skew(-10deg); }
4775
- }
4776
-
4777
- @-moz-keyframes skewForward {
4778
- 100% { -moz-transform: skew(-10deg); }
4779
- }
4780
-
4781
- @-o-keyframes skewForward {
4782
- 100% { -o-transform: skew(-10deg); }
4783
- }
4784
-
4785
- @keyframes skewForward {
4786
- 100% { transform: skew(-10deg); }
4787
- }
4788
-
4789
- .animated.skewForward {
4790
- -webkit-transform-origin: 0 100%;
4791
- -moz-transform-origin: 0 100%;
4792
- -o-transform-origin: 0 100%;
4793
- transform-origin: 0 100%;
4794
- -webkit-animation-name: skewForward;
4795
- -moz-animation-name: skewForward;
4796
- -o-animation-name: skewForward;
4797
- animation-name: skewForward;
4798
- }
4799
-
4800
- /* Skew Backward */
4801
- @-webkit-keyframes skewBackward {
4802
- 100% { -webkit-transform: skew(10deg); }
4803
- }
4804
-
4805
- @-moz-keyframes skewBackward {
4806
- 100% { -moz-transform: skew(10deg); }
4807
- }
4808
-
4809
- @-o-keyframes skewBackward {
4810
- 100% { -o-transform: skew(10deg); }
4811
- }
4812
-
4813
- @keyframes skewBackward {
4814
- 100% { transform: skew(10deg); }
4815
- }
4816
-
4817
- .animated.skewBackward {
4818
- -webkit-transform-origin: 0 100%;
4819
- -moz-transform-origin: 0 100%;
4820
- -o-transform-origin: 0 100%;
4821
- transform-origin: 0 100%;
4822
- -webkit-animation-name: skewBackward;
4823
- -moz-animation-name: skewBackward;
4824
- -o-animation-name: skewBackward;
4825
- animation-name: skewBackward;
4826
- }
4827
-
4828
- /* Wobble Vertical */
4829
- @-webkit-keyframes wobbleVertical {
4830
- 16.65% { -webkit-transform: translateY(8px); }
4831
- 33.3% { -webkit-transform: translateY(-6px); }
4832
- 49.95% { -webkit-transform: translateY(4px); }
4833
- 66.6% { -webkit-transform: translateY(-2px); }
4834
- 83.25% { -webkit-transform: translateY(1px); }
4835
- 100% { -webkit-transform: translateY(0); }
4836
- }
4837
-
4838
- @-moz-keyframes wobbleVertical {
4839
- 16.65% { -moz-transform: translateY(8px); }
4840
- 33.3% { -moz-transform: translateY(-6px); }
4841
- 49.95% { -moz-transform: translateY(4px); }
4842
- 66.6% { -moz-transform: translateY(-2px); }
4843
- 83.25% { -moz-transform: translateY(1px); }
4844
- 100% { -moz-transform: translateY(0); }
4845
- }
4846
-
4847
- @-o-keyframes wobbleVertical {
4848
- 16.65% { -o-transform: translateY(8px); }
4849
- 33.3% { -o-transform: translateY(-6px); }
4850
- 49.95% { -o-transform: translateY(4px); }
4851
- 66.6% { -o-transform: translateY(-2px); }
4852
- 83.25% { -o-transform: translateY(1px); }
4853
- 100% { -o-transform: translateY(0); }
4854
- }
4855
-
4856
- @keyframes wobbleVertical {
4857
- 16.65% { transform: translateY(8px); }
4858
- 33.3% { transform: translateY(-6px); }
4859
- 49.95% { transform: translateY(4px); }
4860
- 66.6% { transform: translateY(-2px); }
4861
- 83.25% { transform: translateY(1px); }
4862
- 100% { transform: translateY(0); }
4863
- }
4864
-
4865
- .animated.wobbleVertical {
4866
- -webkit-animation-name: wobbleVertical;
4867
- -moz-animation-name: wobbleVertical;
4868
- -o-animation-name: wobbleVertical;
4869
- animation-name: wobbleVertical;
4870
- }
4871
-
4872
- /* Wobble Horizontal */
4873
- @-webkit-keyframes wobbleHorizontal {
4874
- 16.65% { -webkit-transform: translateX(8px); }
4875
- 33.3% { -webkit-transform: translateX(-6px); }
4876
- 49.95% { -webkit-transform: translateX(4px); }
4877
- 66.6% { -webkit-transform: translateX(-2px); }
4878
- 83.25% { -webkit-transform: translateX(1px); }
4879
- 100% { -webkit-transform: translateX(0); }
4880
- }
4881
-
4882
- @-moz-keyframes wobbleHorizontal {
4883
- 16.65% { -moz-transform: translateX(8px); }
4884
- 33.3% { -moz-transform: translateX(-6px); }
4885
- 49.95% { -moz-transform: translateX(4px); }
4886
- 66.6% { -moz-transform: translateX(-2px); }
4887
- 83.25% { -moz-transform: translateX(1px); }
4888
- 100% { -moz-transform: translateX(0); }
4889
- }
4890
-
4891
- @-o-keyframes wobbleHorizontal {
4892
- 16.65% { -o-transform: translateX(8px); }
4893
- 33.3% { -o-transform: translateX(-6px); }
4894
- 49.95% { -o-transform: translateX(4px); }
4895
- 66.6% { -o-transform: translateX(-2px); }
4896
- 83.25% { -o-transform: translateX(1px); }
4897
- 100% { -o-transform: translateX(0); }
4898
- }
4899
-
4900
- @keyframes wobbleHorizontal {
4901
- 16.65% { transform: translateX(8px); }
4902
- 33.3% { transform: translateX(-6px); }
4903
- 49.95% { transform: translateX(4px); }
4904
- 66.6% { transform: translateX(-2px); }
4905
- 83.25% { transform: translateX(1px); }
4906
- 100% { transform: translateX(0); }
4907
- }
4908
-
4909
- .animated.wobbleHorizontal {
4910
- -webkit-animation-name: wobbleHorizontal;
4911
- -moz-animation-name: wobbleHorizontal;
4912
- -o-animation-name: wobbleHorizontal;
4913
- animation-name: wobbleHorizontal;
4914
- }
4915
-
4916
- /* Wobble To Bottom Right */
4917
- @-webkit-keyframes wobbleToBottomRight {
4918
- 16.65% { -webkit-transform: translate(8px, 8px); }
4919
- 33.3% { -webkit-transform: translate(-6px, -6px); }
4920
- 49.95% { -webkit-transform: translate(4px, 4px); }
4921
- 66.6% { -webkit-transform: translate(-2px, -2px); }
4922
- 83.25% { -webkit-transform: translate(1px, 1px); }
4923
- 100% { -webkit-transform: translate(0, 0); }
4924
- }
4925
-
4926
- @-moz-keyframes wobbleToBottomRight {
4927
- 16.65% { -moz-transform: translate(8px, 8px); }
4928
- 33.3% { -moz-transform: translate(-6px, -6px); }
4929
- 49.95% { -moz-transform: translate(4px, 4px); }
4930
- 66.6% { -moz-transform: translate(-2px, -2px); }
4931
- 83.25% { -moz-transform: translate(1px, 1px); }
4932
- 100% { -moz-transform: translate(0, 0); }
4933
- }
4934
-
4935
- @-o-keyframes wobbleToBottomRight {
4936
- 16.65% { -o-transform: translate(8px, 8px); }
4937
- 33.3% { -o-transform: translate(-6px, -6px); }
4938
- 49.95% { -o-transform: translate(4px, 4px); }
4939
- 66.6% { -o-transform: translate(-2px, -2px); }
4940
- 83.25% { -o-transform: translate(1px, 1px); }
4941
- 100% { -o-transform: translate(0, 0); }
4942
- }
4943
-
4944
- @keyframes wobbleToBottomRight {
4945
- 16.65% { transform: translate(8px, 8px); }
4946
- 33.3% { transform: translate(-6px, -6px); }
4947
- 49.95% { transform: translate(4px, 4px); }
4948
- 66.6% { transform: translate(-2px, -2px); }
4949
- 83.25% { transform: translate(1px, 1px); }
4950
- 100% { transform: translate(0, 0); }
4951
- }
4952
-
4953
- .animated.wobbleToBottomRight {
4954
- -webkit-animation-name: wobbleToBottomRight;
4955
- -moz-animation-name: wobbleToBottomRight;
4956
- -o-animation-name: wobbleToBottomRight;
4957
- animation-name: wobbleToBottomRight;
4958
- }
4959
-
4960
- /* Wobble To Top Right */
4961
- @-webkit-keyframes wobbleToTopRight {
4962
- 16.65% { -webkit-transform: translate(8px, -8px); }
4963
- 33.3% { -webkit-transform: translate(-6px, 6px); }
4964
- 49.95% { -webkit-transform: translate(4px, -4px); }
4965
- 66.6% { -webkit-transform: translate(-2px, 2px); }
4966
- 83.25% { -webkit-transform: translate(1px, -1px); }
4967
- 100% { -webkit-transform: translate(0, 0); }
4968
- }
4969
-
4970
- @-moz-keyframes wobbleToTopRight {
4971
- 16.65% { -moz-transform: translate(8px, -8px); }
4972
- 33.3% { -moz-transform: translate(-6px, 6px); }
4973
- 49.95% { -moz-transform: translate(4px, -4px); }
4974
- 66.6% { -moz-transform: translate(-2px, 2px); }
4975
- 83.25% { -moz-transform: translate(1px, -1px); }
4976
- 100% { -moz-transform: translate(0, 0); }
4977
- }
4978
-
4979
- @-o-keyframes wobbleToTopRight {
4980
- 16.65% { -o-transform: translate(8px, -8px); }
4981
- 33.3% { -o-transform: translate(-6px, 6px); }
4982
- 49.95% { -o-transform: translate(4px, -4px); }
4983
- 66.6% { -o-transform: translate(-2px, 2px); }
4984
- 83.25% { -o-transform: translate(1px, -1px); }
4985
- 100% { -o-transform: translate(0, 0); }
4986
- }
4987
-
4988
- @keyframes wobbleToTopRight {
4989
- 16.65% { transform: translate(8px, -8px); }
4990
- 33.3% { transform: translate(-6px, 6px); }
4991
- 49.95% { transform: translate(4px, -4px); }
4992
- 66.6% { transform: translate(-2px, 2px); }
4993
- 83.25% { transform: translate(1px, -1px); }
4994
- 100% { transform: translate(0, 0); }
4995
- }
4996
-
4997
- .animated.wobbleToTopRight {
4998
- -webkit-animation-name: wobbleToTopRight;
4999
- -moz-animation-name: wobbleToTopRight;
5000
- -o-animation-name: wobbleToTopRight;
5001
- animation-name: wobbleToTopRight;
5002
- }
5003
-
5004
- /* Wobble Top */
5005
- @-webkit-keyframes wobbleTop {
5006
- 16.65% { -webkit-transform: skew(-12deg); }
5007
- 33.3% { -webkit-transform: skew(10deg); }
5008
- 49.95% { -webkit-transform: skew(-6deg); }
5009
- 66.6% { -webkit-transform: skew(4deg); }
5010
- 83.25% { -webkit-transform: skew(-2deg); }
5011
- 100% { -webkit-transform: skew(0); }
5012
- }
5013
-
5014
- @-moz-keyframes wobbleTop {
5015
- 16.65% { -moz-transform: skew(-12deg); }
5016
- 33.3% { -moz-transform: skew(10deg); }
5017
- 49.95% { -moz-transform: skew(-6deg); }
5018
- 66.6% { -moz-transform: skew(4deg); }
5019
- 83.25% { -moz-transform: skew(-2deg); }
5020
- 100% { -moz-transform: skew(0); }
5021
- }
5022
-
5023
- @-o-keyframes wobbleTop {
5024
- 16.65% { -o-transform: skew(-12deg); }
5025
- 33.3% { -o-transform: skew(10deg); }
5026
- 49.95% { -o-transform: skew(-6deg); }
5027
- 66.6% { -o-transform: skew(4deg); }
5028
- 83.25% { -o-transform: skew(-2deg); }
5029
- 100% { -o-transform: skew(0); }
5030
- }
5031
-
5032
- @keyframes wobbleTop {
5033
- 16.65% { transform: skew(-12deg); }
5034
- 33.3% { transform: skew(10deg); }
5035
- 49.95% { transform: skew(-6deg); }
5036
- 66.6% { transform: skew(4deg); }
5037
- 83.25% { transform: skew(-2deg); }
5038
- 100% { transform: skew(0); }
5039
- }
5040
-
5041
- .animated.wobbleTop {
5042
- -webkit-transform-origin: 0 100%;
5043
- -moz-transform-origin: 0 100%;
5044
- -o-transform-origin: 0 100%;
5045
- transform-origin: 0 100%;
5046
- -webkit-animation-name: wobbleTop;
5047
- -moz-animation-name: wobbleTop;
5048
- -o-animation-name: wobbleTop;
5049
- animation-name: wobbleTop;
5050
- }
5051
-
5052
- /* Wobble Bottom */
5053
- @-webkit-keyframes wobbleBottom {
5054
- 16.65% { -webkit-transform: skew(-12deg); }
5055
- 33.3% { -webkit-transform: skew(10deg); }
5056
- 49.95% { -webkit-transform: skew(-6deg); }
5057
- 66.6% { -webkit-transform: skew(4deg); }
5058
- 83.25% { -webkit-transform: skew(-2deg); }
5059
- 100% { -webkit-transform: skew(0); }
5060
- }
5061
-
5062
- @-moz-keyframes wobbleBottom {
5063
- 16.65% { -moz-transform: skew(-12deg); }
5064
- 33.3% { -moz-transform: skew(10deg); }
5065
- 49.95% { -moz-transform: skew(-6deg); }
5066
- 66.6% { -moz-transform: skew(4deg); }
5067
- 83.25% { -moz-transform: skew(-2deg); }
5068
- 100% { -moz-transform: skew(0); }
5069
- }
5070
-
5071
- @-o-keyframes wobbleBottom {
5072
- 16.65% { -o-transform: skew(-12deg); }
5073
- 33.3% { -o-transform: skew(10deg); }
5074
- 49.95% { -o-transform: skew(-6deg); }
5075
- 66.6% { -o-transform: skew(4deg); }
5076
- 83.25% { -o-transform: skew(-2deg); }
5077
- 100% { -o-transform: skew(0); }
5078
- }
5079
-
5080
- @keyframes wobbleBottom {
5081
- 16.65% { transform: skew(-12deg); }
5082
- 33.3% { transform: skew(10deg); }
5083
- 49.95% { transform: skew(-6deg); }
5084
- 66.6% { transform: skew(4deg); }
5085
- 83.25% { transform: skew(-2deg); }
5086
- 100% { transform: skew(0); }
5087
- }
5088
-
5089
- .animated.wobbleBottom {
5090
- -webkit-transform-origin: 100% 0;
5091
- -moz-transform-origin: 100% 0;
5092
- -o-transform-origin: 100% 0;
5093
- transform-origin: 100% 0;
5094
- -webkit-animation-name: wobbleBottom;
5095
- -moz-animation-name: wobbleBottom;
5096
- -o-animation-name: wobbleBottom;
5097
- animation-name: wobbleBottom;
5098
- }
5099
-
5100
- /* Wobble Skew */
5101
- @-webkit-keyframes wobbleSkew {
5102
- 16.65% { -webkit-transform: skew(-12deg); }
5103
- 33.3% { -webkit-transform: skew(10deg); }
5104
- 49.95% { -webkit-transform: skew(-6deg); }
5105
- 66.6% { -webkit-transform: skew(4deg); }
5106
- 83.25% { -webkit-transform: skew(-2deg); }
5107
- 100% { -webkit-transform: skew(0); }
5108
- }
5109
-
5110
- @-moz-keyframes wobbleSkew {
5111
- 16.65% { -moz-transform: skew(-12deg); }
5112
- 33.3% { -moz-transform: skew(10deg); }
5113
- 49.95% { -moz-transform: skew(-6deg); }
5114
- 66.6% { -moz-transform: skew(4deg); }
5115
- 83.25% { -moz-transform: skew(-2deg); }
5116
- 100% { -moz-transform: skew(0); }
5117
- }
5118
-
5119
- @-o-keyframes wobbleSkew {
5120
- 16.65% { -o-transform: skew(-12deg); }
5121
- 33.3% { -o-transform: skew(10deg); }
5122
- 49.95% { -o-transform: skew(-6deg); }
5123
- 66.6% { -o-transform: skew(4deg); }
5124
- 83.25% { -o-transform: skew(-2deg); }
5125
- 100% { -o-transform: skew(0); }
5126
- }
5127
-
5128
- @keyframes wobbleSkew {
5129
- 16.65% { transform: skew(-12deg); }
5130
- 33.3% { transform: skew(10deg); }
5131
- 49.95% { transform: skew(-6deg); }
5132
- 66.6% { transform: skew(4deg); }
5133
- 83.25% { transform: skew(-2deg); }
5134
- 100% { transform: skew(0); }
5135
- }
5136
-
5137
- .animated.wobbleSkew {
5138
- -webkit-animation-name: wobbleSkew;
5139
- -moz-animation-name: wobbleSkew;
5140
- -o-animation-name: wobbleSkew;
5141
- animation-name: wobbleSkew;
5142
- }
5143
-
5144
- /* Buzz */
5145
- @-webkit-keyframes buzz {
5146
- 50% { -webkit-transform: translateX(3px) rotate(2deg); }
5147
- 100% { -webkit-transform: translateX(-3px) rotate(-2deg); }
5148
- }
5149
-
5150
- @-moz-keyframes buzz {
5151
- 50% { -moz-transform: translateX(3px) rotate(2deg); }
5152
- 100% { -moz-transform: translateX(-3px) rotate(-2deg); }
5153
- }
5154
-
5155
- @-o-keyframes buzz {
5156
- 50% { -o-transform: translateX(3px) rotate(2deg); }
5157
- 100% { -o-transform: translateX(-3px) rotate(-2deg); }
5158
- }
5159
-
5160
- @keyframes buzz {
5161
- 50% { transform: translateX(3px) rotate(2deg); }
5162
- 100% { transform: translateX(-3px) rotate(-2deg); }
5163
- }
5164
-
5165
- .animated.buzz {
5166
- -webkit-animation-name: buzz;
5167
- -moz-animation-name: buzz;
5168
- -o-animation-name: buzz;
5169
- animation-name: buzz;
5170
- }
5171
-
5172
- /* Buzz Out */
5173
- @-webkit-keyframes buzzOut {
5174
- 10% { -webkit-transform: translateX(3px) rotate(2deg); }
5175
- 20% { -webkit-transform: translateX(-3px) rotate(-2deg); }
5176
- 30% { -webkit-transform: translateX(3px) rotate(2deg); }
5177
- 40% { -webkit-transform: translateX(-3px) rotate(-2deg); }
5178
- 50% { -webkit-transform: translateX(2px) rotate(1deg); }
5179
- 60% { -webkit-transform: translateX(-2px) rotate(-1deg); }
5180
- 70% { -webkit-transform: translateX(2px) rotate(1deg); }
5181
- 80% { -webkit-transform: translateX(-2px) rotate(-1deg); }
5182
- 90% { -webkit-transform: translateX(1px) rotate(0); }
5183
- 100% { -webkit-transform: translateX(-1px) rotate(0); }
5184
- }
5185
-
5186
- @-moz-keyframes buzzOut {
5187
- 10% { -moz-transform: translateX(3px) rotate(2deg); }
5188
- 20% { -moz-transform: translateX(-3px) rotate(-2deg); }
5189
- 30% { -moz-transform: translateX(3px) rotate(2deg); }
5190
- 40% { -moz-transform: translateX(-3px) rotate(-2deg); }
5191
- 50% { -moz-transform: translateX(2px) rotate(1deg); }
5192
- 60% { -moz-transform: translateX(-2px) rotate(-1deg); }
5193
- 70% { -moz-transform: translateX(2px) rotate(1deg); }
5194
- 80% { -moz-transform: translateX(-2px) rotate(-1deg); }
5195
- 90% { -moz-transform: translateX(1px) rotate(0); }
5196
- 100% { -moz-transform: translateX(-1px) rotate(0); }
5197
- }
5198
-
5199
- @-o-keyframes buzzOut {
5200
- 10% { -o-transform: translateX(3px) rotate(2deg); }
5201
- 20% { -o-transform: translateX(-3px) rotate(-2deg); }
5202
- 30% { -o-transform: translateX(3px) rotate(2deg); }
5203
- 40% { -o-transform: translateX(-3px) rotate(-2deg); }
5204
- 50% { -o-transform: translateX(2px) rotate(1deg); }
5205
- 60% { -o-transform: translateX(-2px) rotate(-1deg); }
5206
- 70% { -o-transform: translateX(2px) rotate(1deg); }
5207
- 80% { -o-transform: translateX(-2px) rotate(-1deg); }
5208
- 90% { -o-transform: translateX(1px) rotate(0); }
5209
- 100% { -o-transform: translateX(-1px) rotate(0); }
5210
- }
5211
-
5212
- @keyframes buzzOut {
5213
- 10% { transform: translateX(3px) rotate(2deg); }
5214
- 20% { transform: translateX(-3px) rotate(-2deg); }
5215
- 30% { transform: translateX(3px) rotate(2deg); }
5216
- 40% { transform: translateX(-3px) rotate(-2deg); }
5217
- 50% { transform: translateX(2px) rotate(1deg); }
5218
- 60% { transform: translateX(-2px) rotate(-1deg); }
5219
- 70% { transform: translateX(2px) rotate(1deg); }
5220
- 80% { transform: translateX(-2px) rotate(-1deg); }
5221
- 90% { transform: translateX(1px) rotate(0); }
5222
- 100% { transform: translateX(-1px) rotate(0); }
5223
- }
5224
-
5225
- .animated.buzzOut {
5226
- -webkit-animation-name: buzzOut;
5227
- -moz-animation-name: buzzOut;
5228
- -o-animation-name: buzzOut;
5229
- animation-name: buzzOut;
5230
- }
5231
-
5232
- /* Forward */
5233
- @-webkit-keyframes forward {
5234
- 100% { -webkit-transform: translateX(8px); }
5235
- }
5236
-
5237
- @-moz-keyframes forward {
5238
- 100% { -moz-transform: translateX(8px); }
5239
- }
5240
-
5241
- @-o-keyframes forward {
5242
- 100% { -o-transform: translateX(8px); }
5243
- }
5244
-
5245
- @keyframes forward {
5246
- 100% { transform: translateX(8px); }
5247
- }
5248
-
5249
- .animated.forward {
5250
- -webkit-animation-name: forward;
5251
- -moz-animation-name: forward;
5252
- -o-animation-name: forward;
5253
- animation-name: forward;
5254
- }
5255
-
5256
- /* Backward */
5257
- @-webkit-keyframes backward {
5258
- 100% { -webkit-transform: translateX(-8px); }
5259
- }
5260
-
5261
- @-moz-keyframes backward {
5262
- 100% { -moz-transform: translateX(-8px); }
5263
- }
5264
-
5265
- @-o-keyframes backward {
5266
- 100% { -o-transform: translateX(-8px); }
5267
- }
5268
-
5269
- @keyframes backward {
5270
- 100% { transform: translateX(-8px); }
5271
- }
5272
-
5273
- .animated.backward {
5274
- -webkit-animation-name: backward;
5275
- -moz-animation-name: backward;
5276
- -o-animation-name: backward;
5277
- animation-name: backward;
5278
- }
1
+ @charset "UTF-8";
2
+ /*
3
+ Animate.css - http://daneden.me/animate
4
+ Licensed under the MIT license
5
+
6
+ Copyright (c) 2013 Daniel Eden
7
+
8
+ Permission 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:
9
+
10
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
+
12
+ THE 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.
13
+ */
14
+
15
+ .eds-animate {
16
+ overflow: hidden;
17
+ }
18
+
19
+ .edsanimate-sis-hidden, .eds-scroll-hidden {
20
+ opacity:0;
21
+ }
22
+
23
+ .eds-scroll-visible {
24
+ opacity:1;
25
+ }
26
+
27
+ .animated {
28
+ -webkit-animation-duration: 1s;
29
+ -moz-animation-duration: 1s;
30
+ -ms-animation-duration: 1s;
31
+ -o-animation-duration: 1s;
32
+ animation-duration: 1s;
33
+ }
34
+
35
+ /*Delay classes*/
36
+ .delay1 {
37
+ -webkit-animation-delay: .5s;
38
+ -moz-animation-delay: .5s;
39
+ -ms-animation-delay: .5s;
40
+ -o-animation-delay: .5s;
41
+ animation-delay: .5s;
42
+ }
43
+
44
+ .delay2 {
45
+ -webkit-animation-delay: 1s;
46
+ -moz-animation-delay: 1s;
47
+ -ms-animation-delay: 1s;
48
+ -o-animation-delay: 1s;
49
+ animation-delay: 1s;
50
+ }
51
+
52
+ .delay3 {
53
+ -webkit-animation-delay: 1.5s;
54
+ -moz-animation-delay: 1.5s;
55
+ -ms-animation-delay: 1.5s;
56
+ -o-animation-delay: 1.5s;
57
+ animation-delay: 1.5s;
58
+ }
59
+
60
+ .delay4 {
61
+ -webkit-animation-delay: 2s;
62
+ -moz-animation-delay: 2s;
63
+ -ms-animation-delay: 2s;
64
+ -o-animation-delay: 2s;
65
+ animation-delay: 2s;
66
+ }
67
+
68
+ .delay5 {
69
+ -webkit-animation-delay: 2.5s;
70
+ -moz-animation-delay: 2.5s;
71
+ -ms-animation-delay: 2.5s;
72
+ -o-animation-delay: 2.5s;
73
+ animation-delay: 2.5s;
74
+ }
75
+
76
+ .delay6 {
77
+ -webkit-animation-delay: 3s;
78
+ -moz-animation-delay: 3s;
79
+ -ms-animation-delay: 3s;
80
+ -o-animation-delay: 3s;
81
+ animation-delay: 3s;
82
+ }
83
+
84
+ .delay7 {
85
+ -webkit-animation-delay: 3.5s;
86
+ -moz-animation-delay: 3.5s;
87
+ -ms-animation-delay: 3.5s;
88
+ -o-animation-delay: 3.5s;
89
+ animation-delay: 3.5s;
90
+ }
91
+
92
+ .delay8 {
93
+ -webkit-animation-delay: 4s;
94
+ -moz-animation-delay: 4s;
95
+ -ms-animation-delay: 4s;
96
+ -o-animation-delay: 4s;
97
+ animation-delay: 4s;
98
+ }
99
+
100
+ .delay9 {
101
+ -webkit-animation-delay: 4.5s;
102
+ -moz-animation-delay: 4.5s;
103
+ -ms-animation-delay: 4.5s;
104
+ -o-animation-delay: 4.5s;
105
+ animation-delay: 4.5s;
106
+ }
107
+
108
+ .delay10 {
109
+ -webkit-animation-delay: 5s;
110
+ -moz-animation-delay: 5s;
111
+ -ms-animation-delay: 5s;
112
+ -o-animation-delay: 5s;
113
+ animation-delay: 5s;
114
+ }
115
+
116
+ .delay11 {
117
+ -webkit-animation-delay: 5.5s;
118
+ -moz-animation-delay: 5.5s;
119
+ -ms-animation-delay: 5.5s;
120
+ -o-animation-delay: 5.5s;
121
+ animation-delay: 5.5s;
122
+ }
123
+
124
+ .delay12 {
125
+ -webkit-animation-delay: 6s;
126
+ -moz-animation-delay: 6s;
127
+ -ms-animation-delay: 6s;
128
+ -o-animation-delay: 6s;
129
+ animation-delay: 6s;
130
+ }
131
+
132
+ /*Duration Classes*/
133
+ .duration1 {
134
+ -webkit-animation-duration: .5s !important;
135
+ -moz-animation-duration: .5s !important;
136
+ -ms-animation-duration: .5s !important;
137
+ -o-animation-duration: .5s !important;
138
+ animation-duration: .5s !important;
139
+ }
140
+
141
+ .duration2 {
142
+ -webkit-animation-duration: 1s !important;
143
+ -moz-animation-duration: 1s !important;
144
+ -ms-animation-duration: 1s !important;
145
+ -o-animation-duration: 1s !important;
146
+ animation-duration: 1s !important;
147
+ }
148
+
149
+ .duration3 {
150
+ -webkit-animation-duration: 1.5s !important;
151
+ -moz-animation-duration: 1.5s !important;
152
+ -ms-animation-duration: 1.5s !important;
153
+ -o-animation-duration: 1.5s !important;
154
+ animation-duration: 1.5s !important;
155
+ }
156
+
157
+ .duration4 {
158
+ -webkit-animation-duration: 2s !important;
159
+ -moz-animation-duration: 2s !important;
160
+ -ms-animation-duration: 2s !important;
161
+ -o-animation-duration: 2s !important;
162
+ animation-duration: 2s !important;
163
+ }
164
+
165
+ .duration5 {
166
+ -webkit-animation-duration: 2.5s !important;
167
+ -moz-animation-duration: 2.5s !important;
168
+ -ms-animation-duration: 2.5s !important;
169
+ -o-animation-duration: 2.5s !important;
170
+ animation-duration: 2.5s !important;
171
+ }
172
+
173
+ .duration6 {
174
+ -webkit-animation-duration: 3s !important;
175
+ -moz-animation-duration: 3s !important;
176
+ -ms-animation-duration: 3s !important;
177
+ -o-animation-duration: 3s !important;
178
+ animation-duration: 3s !important;
179
+ }
180
+
181
+ .duration7 {
182
+ -webkit-animation-duration: 3.5s !important;
183
+ -moz-animation-duration: 3.5s !important;
184
+ -ms-animation-duration: 3.5s !important;
185
+ -o-animation-duration: 3.5s !important;
186
+ animation-duration: 3.5s !important;
187
+ }
188
+
189
+ .duration8 {
190
+ -webkit-animation-duration: 4s !important;
191
+ -moz-animation-duration: 4s !important;
192
+ -ms-animation-duration: 4s !important;
193
+ -o-animation-duration: 4s !important;
194
+ animation-duration: 4s !important;
195
+ }
196
+
197
+ .duration9 {
198
+ -webkit-animation-duration: 4.5s !important;
199
+ -moz-animation-duration: 4.5s !important;
200
+ -ms-animation-duration: 4.5s !important;
201
+ -o-animation-duration: 4.5s !important;
202
+ animation-duration: 4.5s !important;
203
+ }
204
+
205
+ .duration10 {
206
+ -webkit-animation-duration: 5s !important;
207
+ -moz-animation-duration: 5s !important;
208
+ -ms-animation-duration: 5s !important;
209
+ -o-animation-duration: 5s !important;
210
+ animation-duration: 5s !important;
211
+ }
212
+
213
+ .duration11 {
214
+ -webkit-animation-duration: 5.5s !important;
215
+ -moz-animation-duration: 5.5s !important;
216
+ -ms-animation-duration: 5.5s !important;
217
+ -o-animation-duration: 5.5s !important;
218
+ animation-duration: 5.5s !important;
219
+ }
220
+
221
+ .duration12 {
222
+ -webkit-animation-duration: 6s !important;
223
+ -moz-animation-duration: 6s !important;
224
+ -ms-animation-duration: 6s !important;
225
+ -o-animation-duration: 6s !important;
226
+ animation-duration: 6s !important;
227
+ }
228
+
229
+ .duration13 {
230
+ -webkit-animation-duration: 6.5s !important;
231
+ -moz-animation-duration: 6.5s !important;
232
+ -ms-animation-duration: 6.5s !important;
233
+ -o-animation-duration: 6.5s !important;
234
+ animation-duration: 6.5s !important;
235
+ }
236
+
237
+ .duration14 {
238
+ -webkit-animation-duration: 7s !important;
239
+ -moz-animation-duration: 7s !important;
240
+ -ms-animation-duration: 7s !important;
241
+ -o-animation-duration: 7s !important;
242
+ animation-duration: 7s !important;
243
+ }
244
+
245
+ .duration15 {
246
+ -webkit-animation-duration: 7.5s !important;
247
+ -moz-animation-duration: 7.5s !important;
248
+ -ms-animation-duration: 7.5s !important;
249
+ -o-animation-duration: 7.5s !important;
250
+ animation-duration: 7.5s !important;
251
+ }
252
+
253
+ .duration16 {
254
+ -webkit-animation-duration: 8s !important;
255
+ -moz-animation-duration: 8s !important;
256
+ -ms-animation-duration: 8s !important;
257
+ -o-animation-duration: 8s !important;
258
+ animation-duration: 8s !important;
259
+ }
260
+
261
+ .duration17 {
262
+ -webkit-animation-duration: 8.5s !important;
263
+ -moz-animation-duration: 8.5s !important;
264
+ -ms-animation-duration: 8.5s !important;
265
+ -o-animation-duration: 8.5s !important;
266
+ animation-duration: 8.5s !important;
267
+ }
268
+
269
+ .duration18 {
270
+ -webkit-animation-duration: 9s !important;
271
+ -moz-animation-duration: 9s !important;
272
+ -ms-animation-duration: 9s !important;
273
+ -o-animation-duration: 9s !important;
274
+ animation-duration: 9s !important;
275
+ }
276
+
277
+ .duration19 {
278
+ -webkit-animation-duration: 9.5s !important;
279
+ -moz-animation-duration: 9.5s !important;
280
+ -ms-animation-duration: 9.5s !important;
281
+ -o-animation-duration: 9.5s !important;
282
+ animation-duration: 9.5s !important;
283
+ }
284
+
285
+ .duration20 {
286
+ -webkit-animation-duration: 10s !important;
287
+ -moz-animation-duration: 10s !important;
288
+ -ms-animation-duration: 10s !important;
289
+ -o-animation-duration: 10s !important;
290
+ animation-duration: 10s !important;
291
+ }
292
+
293
+ .animated {
294
+ /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
295
+ backface-visibility: hidden;
296
+ -o-backface-visibility: hidden;
297
+ -moz-backface-visibility: hidden;
298
+ -webkit-backface-visibility: hidden;
299
+
300
+ animation-fill-mode: both;
301
+ transform: translate3d(0, 0, 0);
302
+
303
+ -o-animation-fill-mode: both;
304
+ -o-transform: translate3d(0, 0, 0);
305
+
306
+ -moz-animation-fill-mode: both;
307
+ -moz-transform: translate3d(0, 0, 0);
308
+
309
+ -webkit-animation-fill-mode: both;
310
+ -webkit-transform: translate3d(0, 0, 0);
311
+ }
312
+
313
+ .animated.infinite {
314
+ -webkit-animation-iteration-count: infinite;
315
+ -moz-animation-iteration-count: infinite;
316
+ -ms-animation-iteration-count: infinite;
317
+ -o-animation-iteration-count: infinite;
318
+ animation-iteration-count: infinite;
319
+ }
320
+
321
+ @-webkit-keyframes flash {
322
+ 0%, 50%, 100% {opacity: 1;}
323
+ 25%, 75% {opacity: 0;}
324
+ }
325
+
326
+ @-moz-keyframes flash {
327
+ 0%, 50%, 100% {opacity: 1;}
328
+ 25%, 75% {opacity: 0;}
329
+ }
330
+
331
+ @-o-keyframes flash {
332
+ 0%, 50%, 100% {opacity: 1;}
333
+ 25%, 75% {opacity: 0;}
334
+ }
335
+
336
+ @keyframes flash {
337
+ 0%, 50%, 100% {opacity: 1;}
338
+ 25%, 75% {opacity: 0;}
339
+ }
340
+
341
+ .animated.flash {
342
+ -webkit-animation-name: flash;
343
+ -moz-animation-name: flash;
344
+ -o-animation-name: flash;
345
+ animation-name: flash;
346
+ }
347
+ @-webkit-keyframes shake {
348
+ 0%, 100% {-webkit-transform: translateX(0);}
349
+ 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
350
+ 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
351
+ }
352
+
353
+ @-moz-keyframes shake {
354
+ 0%, 100% {-moz-transform: translateX(0);}
355
+ 10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
356
+ 20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
357
+ }
358
+
359
+ @-o-keyframes shake {
360
+ 0%, 100% {-o-transform: translateX(0);}
361
+ 10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
362
+ 20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
363
+ }
364
+
365
+ @keyframes shake {
366
+ 0%, 100% {transform: translateX(0);}
367
+ 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
368
+ 20%, 40%, 60%, 80% {transform: translateX(10px);}
369
+ }
370
+
371
+ .animated.shake {
372
+ -webkit-animation-name: shake;
373
+ -moz-animation-name: shake;
374
+ -o-animation-name: shake;
375
+ animation-name: shake;
376
+ }
377
+ @-webkit-keyframes bounce {
378
+ 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
379
+ 40% {-webkit-transform: translateY(-30px);}
380
+ 60% {-webkit-transform: translateY(-15px);}
381
+ }
382
+
383
+ @-moz-keyframes bounce {
384
+ 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
385
+ 40% {-moz-transform: translateY(-30px);}
386
+ 60% {-moz-transform: translateY(-15px);}
387
+ }
388
+
389
+ @-o-keyframes bounce {
390
+ 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
391
+ 40% {-o-transform: translateY(-30px);}
392
+ 60% {-o-transform: translateY(-15px);}
393
+ }
394
+ @keyframes bounce {
395
+ 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
396
+ 40% {transform: translateY(-30px);}
397
+ 60% {transform: translateY(-15px);}
398
+ }
399
+
400
+ .animated.bounce {
401
+ -webkit-animation-name: bounce;
402
+ -moz-animation-name: bounce;
403
+ -o-animation-name: bounce;
404
+ animation-name: bounce;
405
+ }
406
+ @-webkit-keyframes tada {
407
+ 0% {-webkit-transform: scale(1);}
408
+ 10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
409
+ 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
410
+ 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
411
+ 100% {-webkit-transform: scale(1) rotate(0);}
412
+ }
413
+
414
+ @-moz-keyframes tada {
415
+ 0% {-moz-transform: scale(1);}
416
+ 10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
417
+ 30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
418
+ 40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
419
+ 100% {-moz-transform: scale(1) rotate(0);}
420
+ }
421
+
422
+ @-o-keyframes tada {
423
+ 0% {-o-transform: scale(1);}
424
+ 10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
425
+ 30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
426
+ 40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
427
+ 100% {-o-transform: scale(1) rotate(0);}
428
+ }
429
+
430
+ @keyframes tada {
431
+ 0% {transform: scale(1);}
432
+ 10%, 20% {transform: scale(0.9) rotate(-3deg);}
433
+ 30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
434
+ 40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
435
+ 100% {transform: scale(1) rotate(0);}
436
+ }
437
+
438
+ .animated.tada {
439
+ -webkit-animation-name: tada;
440
+ -moz-animation-name: tada;
441
+ -o-animation-name: tada;
442
+ animation-name: tada;
443
+ }
444
+ @-webkit-keyframes swing {
445
+ 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
446
+ 20% { -webkit-transform: rotate(15deg); }
447
+ 40% { -webkit-transform: rotate(-10deg); }
448
+ 60% { -webkit-transform: rotate(5deg); }
449
+ 80% { -webkit-transform: rotate(-5deg); }
450
+ 100% { -webkit-transform: rotate(0deg); }
451
+ }
452
+
453
+ @-moz-keyframes swing {
454
+ 20% { -moz-transform: rotate(15deg); }
455
+ 40% { -moz-transform: rotate(-10deg); }
456
+ 60% { -moz-transform: rotate(5deg); }
457
+ 80% { -moz-transform: rotate(-5deg); }
458
+ 100% { -moz-transform: rotate(0deg); }
459
+ }
460
+
461
+ @-o-keyframes swing {
462
+ 20% { -o-transform: rotate(15deg); }
463
+ 40% { -o-transform: rotate(-10deg); }
464
+ 60% { -o-transform: rotate(5deg); }
465
+ 80% { -o-transform: rotate(-5deg); }
466
+ 100% { -o-transform: rotate(0deg); }
467
+ }
468
+
469
+ @keyframes swing {
470
+ 20% { transform: rotate(15deg); }
471
+ 40% { transform: rotate(-10deg); }
472
+ 60% { transform: rotate(5deg); }
473
+ 80% { transform: rotate(-5deg); }
474
+ 100% { transform: rotate(0deg); }
475
+ }
476
+
477
+ .animated.swing {
478
+ -webkit-transform-origin: top center;
479
+ -moz-transform-origin: top center;
480
+ -o-transform-origin: top center;
481
+ transform-origin: top center;
482
+ -webkit-animation-name: swing;
483
+ -moz-animation-name: swing;
484
+ -o-animation-name: swing;
485
+ animation-name: swing;
486
+ }
487
+
488
+ @-webkit-keyframes rubberBand {
489
+ 0% {
490
+ -webkit-transform: scale3d(1, 1, 1);
491
+ transform: scale3d(1, 1, 1);
492
+ }
493
+
494
+ 30% {
495
+ -webkit-transform: scale3d(1.25, 0.75, 1);
496
+ transform: scale3d(1.25, 0.75, 1);
497
+ }
498
+
499
+ 40% {
500
+ -webkit-transform: scale3d(0.75, 1.25, 1);
501
+ transform: scale3d(0.75, 1.25, 1);
502
+ }
503
+
504
+ 50% {
505
+ -webkit-transform: scale3d(1.15, 0.85, 1);
506
+ transform: scale3d(1.15, 0.85, 1);
507
+ }
508
+
509
+ 65% {
510
+ -webkit-transform: scale3d(.95, 1.05, 1);
511
+ transform: scale3d(.95, 1.05, 1);
512
+ }
513
+
514
+ 75% {
515
+ -webkit-transform: scale3d(1.05, .95, 1);
516
+ transform: scale3d(1.05, .95, 1);
517
+ }
518
+
519
+ 100% {
520
+ -webkit-transform: scale3d(1, 1, 1);
521
+ transform: scale3d(1, 1, 1);
522
+ }
523
+ }
524
+
525
+ @keyframes rubberBand {
526
+ 0% {
527
+ -webkit-transform: scale3d(1, 1, 1);
528
+ transform: scale3d(1, 1, 1);
529
+ }
530
+
531
+ 30% {
532
+ -webkit-transform: scale3d(1.25, 0.75, 1);
533
+ transform: scale3d(1.25, 0.75, 1);
534
+ }
535
+
536
+ 40% {
537
+ -webkit-transform: scale3d(0.75, 1.25, 1);
538
+ transform: scale3d(0.75, 1.25, 1);
539
+ }
540
+
541
+ 50% {
542
+ -webkit-transform: scale3d(1.15, 0.85, 1);
543
+ transform: scale3d(1.15, 0.85, 1);
544
+ }
545
+
546
+ 65% {
547
+ -webkit-transform: scale3d(.95, 1.05, 1);
548
+ transform: scale3d(.95, 1.05, 1);
549
+ }
550
+
551
+ 75% {
552
+ -webkit-transform: scale3d(1.05, .95, 1);
553
+ transform: scale3d(1.05, .95, 1);
554
+ }
555
+
556
+ 100% {
557
+ -webkit-transform: scale3d(1, 1, 1);
558
+ transform: scale3d(1, 1, 1);
559
+ }
560
+ }
561
+
562
+ .animated.rubberBand {
563
+ -webkit-animation-name: rubberBand;
564
+ animation-name: rubberBand;
565
+ }
566
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
567
+
568
+ @-webkit-keyframes wobble {
569
+ 0% { -webkit-transform: translateX(0%); }
570
+ 15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
571
+ 30% { -webkit-transform: translateX(20%) rotate(3deg); }
572
+ 45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
573
+ 60% { -webkit-transform: translateX(10%) rotate(2deg); }
574
+ 75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
575
+ 100% { -webkit-transform: translateX(0%); }
576
+ }
577
+
578
+ @-moz-keyframes wobble {
579
+ 0% { -moz-transform: translateX(0%); }
580
+ 15% { -moz-transform: translateX(-25%) rotate(-5deg); }
581
+ 30% { -moz-transform: translateX(20%) rotate(3deg); }
582
+ 45% { -moz-transform: translateX(-15%) rotate(-3deg); }
583
+ 60% { -moz-transform: translateX(10%) rotate(2deg); }
584
+ 75% { -moz-transform: translateX(-5%) rotate(-1deg); }
585
+ 100% { -moz-transform: translateX(0%); }
586
+ }
587
+
588
+ @-o-keyframes wobble {
589
+ 0% { -o-transform: translateX(0%); }
590
+ 15% { -o-transform: translateX(-25%) rotate(-5deg); }
591
+ 30% { -o-transform: translateX(20%) rotate(3deg); }
592
+ 45% { -o-transform: translateX(-15%) rotate(-3deg); }
593
+ 60% { -o-transform: translateX(10%) rotate(2deg); }
594
+ 75% { -o-transform: translateX(-5%) rotate(-1deg); }
595
+ 100% { -o-transform: translateX(0%); }
596
+ }
597
+
598
+ @keyframes wobble {
599
+ 0% { transform: translateX(0%); }
600
+ 15% { transform: translateX(-25%) rotate(-5deg); }
601
+ 30% { transform: translateX(20%) rotate(3deg); }
602
+ 45% { transform: translateX(-15%) rotate(-3deg); }
603
+ 60% { transform: translateX(10%) rotate(2deg); }
604
+ 75% { transform: translateX(-5%) rotate(-1deg); }
605
+ 100% { transform: translateX(0%); }
606
+ }
607
+
608
+ .animated.wobble {
609
+ -webkit-animation-name: wobble;
610
+ -moz-animation-name: wobble;
611
+ -o-animation-name: wobble;
612
+ animation-name: wobble;
613
+ }
614
+
615
+ @-webkit-keyframes jello {
616
+ 0%, 11.1%, 100% {
617
+ -webkit-transform: none;
618
+ transform: none;
619
+ }
620
+
621
+ 22.2% {
622
+ -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
623
+ transform: skewX(-12.5deg) skewY(-12.5deg);
624
+ }
625
+
626
+ 33.3% {
627
+ -webkit-transform: skewX(6.25deg) skewY(6.25deg);
628
+ transform: skewX(6.25deg) skewY(6.25deg);
629
+ }
630
+
631
+ 44.4% {
632
+ -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
633
+ transform: skewX(-3.125deg) skewY(-3.125deg);
634
+ }
635
+
636
+ 55.5% {
637
+ -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
638
+ transform: skewX(1.5625deg) skewY(1.5625deg);
639
+ }
640
+
641
+ 66.6% {
642
+ -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
643
+ transform: skewX(-0.78125deg) skewY(-0.78125deg);
644
+ }
645
+
646
+ 77.7% {
647
+ -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
648
+ transform: skewX(0.390625deg) skewY(0.390625deg);
649
+ }
650
+
651
+ 88.8% {
652
+ -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
653
+ transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
654
+ }
655
+ }
656
+
657
+ @keyframes jello {
658
+ 0%, 11.1%, 100% {
659
+ -webkit-transform: none;
660
+ transform: none;
661
+ }
662
+
663
+ 22.2% {
664
+ -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
665
+ transform: skewX(-12.5deg) skewY(-12.5deg);
666
+ }
667
+
668
+ 33.3% {
669
+ -webkit-transform: skewX(6.25deg) skewY(6.25deg);
670
+ transform: skewX(6.25deg) skewY(6.25deg);
671
+ }
672
+
673
+ 44.4% {
674
+ -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
675
+ transform: skewX(-3.125deg) skewY(-3.125deg);
676
+ }
677
+
678
+ 55.5% {
679
+ -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
680
+ transform: skewX(1.5625deg) skewY(1.5625deg);
681
+ }
682
+
683
+ 66.6% {
684
+ -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
685
+ transform: skewX(-0.78125deg) skewY(-0.78125deg);
686
+ }
687
+
688
+ 77.7% {
689
+ -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
690
+ transform: skewX(0.390625deg) skewY(0.390625deg);
691
+ }
692
+
693
+ 88.8% {
694
+ -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
695
+ transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
696
+ }
697
+ }
698
+
699
+ .animated.jello {
700
+ -webkit-animation-name: jello;
701
+ animation-name: jello;
702
+ -webkit-transform-origin: center;
703
+ transform-origin: center;
704
+ }
705
+
706
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
707
+
708
+ @-webkit-keyframes pulse {
709
+ 0% { -webkit-transform: scale(1); }
710
+ 50% { -webkit-transform: scale(1.1); }
711
+ 100% { -webkit-transform: scale(1); }
712
+ }
713
+ @-moz-keyframes pulse {
714
+ 0% { -moz-transform: scale(1); }
715
+ 50% { -moz-transform: scale(1.1); }
716
+ 100% { -moz-transform: scale(1); }
717
+ }
718
+ @-o-keyframes pulse {
719
+ 0% { -o-transform: scale(1); }
720
+ 50% { -o-transform: scale(1.1); }
721
+ 100% { -o-transform: scale(1); }
722
+ }
723
+ @keyframes pulse {
724
+ 0% { transform: scale(1); }
725
+ 50% { transform: scale(1.1); }
726
+ 100% { transform: scale(1); }
727
+ }
728
+
729
+ .animated.pulse {
730
+ -webkit-animation-name: pulse;
731
+ -moz-animation-name: pulse;
732
+ -o-animation-name: pulse;
733
+ animation-name: pulse;
734
+ }
735
+ @-webkit-keyframes flip {
736
+ 0% {
737
+ -webkit-transform: perspective(400px) rotateY(0);
738
+ -webkit-animation-timing-function: ease-out;
739
+ }
740
+ 40% {
741
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
742
+ -webkit-animation-timing-function: ease-out;
743
+ }
744
+ 50% {
745
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
746
+ -webkit-animation-timing-function: ease-in;
747
+ }
748
+ 80% {
749
+ -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
750
+ -webkit-animation-timing-function: ease-in;
751
+ }
752
+ 100% {
753
+ -webkit-transform: perspective(400px) scale(1);
754
+ -webkit-animation-timing-function: ease-in;
755
+ }
756
+ }
757
+ @-moz-keyframes flip {
758
+ 0% {
759
+ -moz-transform: perspective(400px) rotateY(0);
760
+ -moz-animation-timing-function: ease-out;
761
+ }
762
+ 40% {
763
+ -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
764
+ -moz-animation-timing-function: ease-out;
765
+ }
766
+ 50% {
767
+ -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
768
+ -moz-animation-timing-function: ease-in;
769
+ }
770
+ 80% {
771
+ -moz-transform: perspective(400px) rotateY(360deg) scale(.95);
772
+ -moz-animation-timing-function: ease-in;
773
+ }
774
+ 100% {
775
+ -moz-transform: perspective(400px) scale(1);
776
+ -moz-animation-timing-function: ease-in;
777
+ }
778
+ }
779
+ @-o-keyframes flip {
780
+ 0% {
781
+ -o-transform: perspective(400px) rotateY(0);
782
+ -o-animation-timing-function: ease-out;
783
+ }
784
+ 40% {
785
+ -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
786
+ -o-animation-timing-function: ease-out;
787
+ }
788
+ 50% {
789
+ -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
790
+ -o-animation-timing-function: ease-in;
791
+ }
792
+ 80% {
793
+ -o-transform: perspective(400px) rotateY(360deg) scale(.95);
794
+ -o-animation-timing-function: ease-in;
795
+ }
796
+ 100% {
797
+ -o-transform: perspective(400px) scale(1);
798
+ -o-animation-timing-function: ease-in;
799
+ }
800
+ }
801
+ @keyframes flip {
802
+ 0% {
803
+ transform: perspective(400px) rotateY(0);
804
+ animation-timing-function: ease-out;
805
+ }
806
+ 40% {
807
+ transform: perspective(400px) translateZ(150px) rotateY(170deg);
808
+ animation-timing-function: ease-out;
809
+ }
810
+ 50% {
811
+ transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
812
+ animation-timing-function: ease-in;
813
+ }
814
+ 80% {
815
+ transform: perspective(400px) rotateY(360deg) scale(.95);
816
+ animation-timing-function: ease-in;
817
+ }
818
+ 100% {
819
+ transform: perspective(400px) scale(1);
820
+ animation-timing-function: ease-in;
821
+ }
822
+ }
823
+
824
+ .animated.flip {
825
+ -webkit-backface-visibility: visible !important;
826
+ -webkit-animation-name: flip;
827
+ -moz-backface-visibility: visible !important;
828
+ -moz-animation-name: flip;
829
+ -o-backface-visibility: visible !important;
830
+ -o-animation-name: flip;
831
+ backface-visibility: visible !important;
832
+ animation-name: flip;
833
+ }
834
+ @-webkit-keyframes flipInX {
835
+ 0% {
836
+ -webkit-transform: perspective(400px) rotateX(90deg);
837
+ opacity: 0;
838
+ }
839
+
840
+ 40% {
841
+ -webkit-transform: perspective(400px) rotateX(-10deg);
842
+ }
843
+
844
+ 70% {
845
+ -webkit-transform: perspective(400px) rotateX(10deg);
846
+ }
847
+
848
+ 100% {
849
+ -webkit-transform: perspective(400px) rotateX(0deg);
850
+ opacity: 1;
851
+ }
852
+ }
853
+ @-moz-keyframes flipInX {
854
+ 0% {
855
+ -moz-transform: perspective(400px) rotateX(90deg);
856
+ opacity: 0;
857
+ }
858
+
859
+ 40% {
860
+ -moz-transform: perspective(400px) rotateX(-10deg);
861
+ }
862
+
863
+ 70% {
864
+ -moz-transform: perspective(400px) rotateX(10deg);
865
+ }
866
+
867
+ 100% {
868
+ -moz-transform: perspective(400px) rotateX(0deg);
869
+ opacity: 1;
870
+ }
871
+ }
872
+ @-o-keyframes flipInX {
873
+ 0% {
874
+ -o-transform: perspective(400px) rotateX(90deg);
875
+ opacity: 0;
876
+ }
877
+
878
+ 40% {
879
+ -o-transform: perspective(400px) rotateX(-10deg);
880
+ }
881
+
882
+ 70% {
883
+ -o-transform: perspective(400px) rotateX(10deg);
884
+ }
885
+
886
+ 100% {
887
+ -o-transform: perspective(400px) rotateX(0deg);
888
+ opacity: 1;
889
+ }
890
+ }
891
+ @keyframes flipInX {
892
+ 0% {
893
+ transform: perspective(400px) rotateX(90deg);
894
+ opacity: 0;
895
+ }
896
+
897
+ 40% {
898
+ transform: perspective(400px) rotateX(-10deg);
899
+ }
900
+
901
+ 70% {
902
+ transform: perspective(400px) rotateX(10deg);
903
+ }
904
+
905
+ 100% {
906
+ transform: perspective(400px) rotateX(0deg);
907
+ opacity: 1;
908
+ }
909
+ }
910
+
911
+ .animated.flipInX {
912
+ -webkit-backface-visibility: visible !important;
913
+ -webkit-animation-name: flipInX;
914
+ -moz-backface-visibility: visible !important;
915
+ -moz-animation-name: flipInX;
916
+ -o-backface-visibility: visible !important;
917
+ -o-animation-name: flipInX;
918
+ backface-visibility: visible !important;
919
+ animation-name: flipInX;
920
+ }
921
+ @-webkit-keyframes flipOutX {
922
+ 0% {
923
+ -webkit-transform: perspective(400px) rotateX(0deg);
924
+ opacity: 1;
925
+ }
926
+ 100% {
927
+ -webkit-transform: perspective(400px) rotateX(90deg);
928
+ opacity: 0;
929
+ }
930
+ }
931
+
932
+ @-moz-keyframes flipOutX {
933
+ 0% {
934
+ -moz-transform: perspective(400px) rotateX(0deg);
935
+ opacity: 1;
936
+ }
937
+ 100% {
938
+ -moz-transform: perspective(400px) rotateX(90deg);
939
+ opacity: 0;
940
+ }
941
+ }
942
+
943
+ @-o-keyframes flipOutX {
944
+ 0% {
945
+ -o-transform: perspective(400px) rotateX(0deg);
946
+ opacity: 1;
947
+ }
948
+ 100% {
949
+ -o-transform: perspective(400px) rotateX(90deg);
950
+ opacity: 0;
951
+ }
952
+ }
953
+
954
+ @keyframes flipOutX {
955
+ 0% {
956
+ transform: perspective(400px) rotateX(0deg);
957
+ opacity: 1;
958
+ }
959
+ 100% {
960
+ transform: perspective(400px) rotateX(90deg);
961
+ opacity: 0;
962
+ }
963
+ }
964
+
965
+ .animated.flipOutX {
966
+ -webkit-animation-name: flipOutX;
967
+ -webkit-backface-visibility: visible !important;
968
+ -moz-animation-name: flipOutX;
969
+ -moz-backface-visibility: visible !important;
970
+ -o-animation-name: flipOutX;
971
+ -o-backface-visibility: visible !important;
972
+ animation-name: flipOutX;
973
+ backface-visibility: visible !important;
974
+ }
975
+ @-webkit-keyframes flipInY {
976
+ 0% {
977
+ -webkit-transform: perspective(400px) rotateY(90deg);
978
+ opacity: 0;
979
+ }
980
+
981
+ 40% {
982
+ -webkit-transform: perspective(400px) rotateY(-10deg);
983
+ }
984
+
985
+ 70% {
986
+ -webkit-transform: perspective(400px) rotateY(10deg);
987
+ }
988
+
989
+ 100% {
990
+ -webkit-transform: perspective(400px) rotateY(0deg);
991
+ opacity: 1;
992
+ }
993
+ }
994
+ @-moz-keyframes flipInY {
995
+ 0% {
996
+ -moz-transform: perspective(400px) rotateY(90deg);
997
+ opacity: 0;
998
+ }
999
+
1000
+ 40% {
1001
+ -moz-transform: perspective(400px) rotateY(-10deg);
1002
+ }
1003
+
1004
+ 70% {
1005
+ -moz-transform: perspective(400px) rotateY(10deg);
1006
+ }
1007
+
1008
+ 100% {
1009
+ -moz-transform: perspective(400px) rotateY(0deg);
1010
+ opacity: 1;
1011
+ }
1012
+ }
1013
+ @-o-keyframes flipInY {
1014
+ 0% {
1015
+ -o-transform: perspective(400px) rotateY(90deg);
1016
+ opacity: 0;
1017
+ }
1018
+
1019
+ 40% {
1020
+ -o-transform: perspective(400px) rotateY(-10deg);
1021
+ }
1022
+
1023
+ 70% {
1024
+ -o-transform: perspective(400px) rotateY(10deg);
1025
+ }
1026
+
1027
+ 100% {
1028
+ -o-transform: perspective(400px) rotateY(0deg);
1029
+ opacity: 1;
1030
+ }
1031
+ }
1032
+ @keyframes flipInY {
1033
+ 0% {
1034
+ transform: perspective(400px) rotateY(90deg);
1035
+ opacity: 0;
1036
+ }
1037
+
1038
+ 40% {
1039
+ transform: perspective(400px) rotateY(-10deg);
1040
+ }
1041
+
1042
+ 70% {
1043
+ transform: perspective(400px) rotateY(10deg);
1044
+ }
1045
+
1046
+ 100% {
1047
+ transform: perspective(400px) rotateY(0deg);
1048
+ opacity: 1;
1049
+ }
1050
+ }
1051
+
1052
+ .animated.flipInY {
1053
+ -webkit-backface-visibility: visible !important;
1054
+ -webkit-animation-name: flipInY;
1055
+ -moz-backface-visibility: visible !important;
1056
+ -moz-animation-name: flipInY;
1057
+ -o-backface-visibility: visible !important;
1058
+ -o-animation-name: flipInY;
1059
+ backface-visibility: visible !important;
1060
+ animation-name: flipInY;
1061
+ }
1062
+ @-webkit-keyframes flipOutY {
1063
+ 0% {
1064
+ -webkit-transform: perspective(400px) rotateY(0deg);
1065
+ opacity: 1;
1066
+ }
1067
+ 100% {
1068
+ -webkit-transform: perspective(400px) rotateY(90deg);
1069
+ opacity: 0;
1070
+ }
1071
+ }
1072
+ @-moz-keyframes flipOutY {
1073
+ 0% {
1074
+ -moz-transform: perspective(400px) rotateY(0deg);
1075
+ opacity: 1;
1076
+ }
1077
+ 100% {
1078
+ -moz-transform: perspective(400px) rotateY(90deg);
1079
+ opacity: 0;
1080
+ }
1081
+ }
1082
+ @-o-keyframes flipOutY {
1083
+ 0% {
1084
+ -o-transform: perspective(400px) rotateY(0deg);
1085
+ opacity: 1;
1086
+ }
1087
+ 100% {
1088
+ -o-transform: perspective(400px) rotateY(90deg);
1089
+ opacity: 0;
1090
+ }
1091
+ }
1092
+ @keyframes flipOutY {
1093
+ 0% {
1094
+ transform: perspective(400px) rotateY(0deg);
1095
+ opacity: 1;
1096
+ }
1097
+ 100% {
1098
+ transform: perspective(400px) rotateY(90deg);
1099
+ opacity: 0;
1100
+ }
1101
+ }
1102
+
1103
+ .animated.flipOutY {
1104
+ -webkit-backface-visibility: visible !important;
1105
+ -webkit-animation-name: flipOutY;
1106
+ -moz-backface-visibility: visible !important;
1107
+ -moz-animation-name: flipOutY;
1108
+ -o-backface-visibility: visible !important;
1109
+ -o-animation-name: flipOutY;
1110
+ backface-visibility: visible !important;
1111
+ animation-name: flipOutY;
1112
+ }
1113
+ @-webkit-keyframes fadeIn {
1114
+ 0% {opacity: 0;}
1115
+ 100% {opacity: 1;}
1116
+ }
1117
+
1118
+ @-moz-keyframes fadeIn {
1119
+ 0% {opacity: 0;}
1120
+ 100% {opacity: 1;}
1121
+ }
1122
+
1123
+ @-o-keyframes fadeIn {
1124
+ 0% {opacity: 0;}
1125
+ 100% {opacity: 1;}
1126
+ }
1127
+
1128
+ @keyframes fadeIn {
1129
+ 0% {opacity: 0;}
1130
+ 100% {opacity: 1;}
1131
+ }
1132
+
1133
+ .animated.fadeIn {
1134
+ -webkit-animation-name: fadeIn;
1135
+ -moz-animation-name: fadeIn;
1136
+ -o-animation-name: fadeIn;
1137
+ animation-name: fadeIn;
1138
+ }
1139
+ @-webkit-keyframes fadeInUp {
1140
+ 0% {
1141
+ opacity: 0;
1142
+ -webkit-transform: translateY(20px);
1143
+ }
1144
+
1145
+ 100% {
1146
+ opacity: 1;
1147
+ -webkit-transform: translateY(0);
1148
+ }
1149
+ }
1150
+
1151
+ @-moz-keyframes fadeInUp {
1152
+ 0% {
1153
+ opacity: 0;
1154
+ -moz-transform: translateY(20px);
1155
+ }
1156
+
1157
+ 100% {
1158
+ opacity: 1;
1159
+ -moz-transform: translateY(0);
1160
+ }
1161
+ }
1162
+
1163
+ @-o-keyframes fadeInUp {
1164
+ 0% {
1165
+ opacity: 0;
1166
+ -o-transform: translateY(20px);
1167
+ }
1168
+
1169
+ 100% {
1170
+ opacity: 1;
1171
+ -o-transform: translateY(0);
1172
+ }
1173
+ }
1174
+
1175
+ @keyframes fadeInUp {
1176
+ 0% {
1177
+ opacity: 0;
1178
+ transform: translateY(20px);
1179
+ }
1180
+
1181
+ 100% {
1182
+ opacity: 1;
1183
+ transform: translateY(0);
1184
+ }
1185
+ }
1186
+
1187
+ .animated.fadeInUp {
1188
+ -webkit-animation-name: fadeInUp;
1189
+ -moz-animation-name: fadeInUp;
1190
+ -o-animation-name: fadeInUp;
1191
+ animation-name: fadeInUp;
1192
+ }
1193
+ @-webkit-keyframes fadeInDown {
1194
+ 0% {
1195
+ opacity: 0;
1196
+ -webkit-transform: translateY(-20px);
1197
+ }
1198
+
1199
+ 100% {
1200
+ opacity: 1;
1201
+ -webkit-transform: translateY(0);
1202
+ }
1203
+ }
1204
+
1205
+ @-moz-keyframes fadeInDown {
1206
+ 0% {
1207
+ opacity: 0;
1208
+ -moz-transform: translateY(-20px);
1209
+ }
1210
+
1211
+ 100% {
1212
+ opacity: 1;
1213
+ -moz-transform: translateY(0);
1214
+ }
1215
+ }
1216
+
1217
+ @-o-keyframes fadeInDown {
1218
+ 0% {
1219
+ opacity: 0;
1220
+ -o-transform: translateY(-20px);
1221
+ }
1222
+
1223
+ 100% {
1224
+ opacity: 1;
1225
+ -o-transform: translateY(0);
1226
+ }
1227
+ }
1228
+
1229
+ @keyframes fadeInDown {
1230
+ 0% {
1231
+ opacity: 0;
1232
+ transform: translateY(-20px);
1233
+ }
1234
+
1235
+ 100% {
1236
+ opacity: 1;
1237
+ transform: translateY(0);
1238
+ }
1239
+ }
1240
+
1241
+ .animated.fadeInDown {
1242
+ -webkit-animation-name: fadeInDown;
1243
+ -moz-animation-name: fadeInDown;
1244
+ -o-animation-name: fadeInDown;
1245
+ animation-name: fadeInDown;
1246
+ }
1247
+ @-webkit-keyframes fadeInLeft {
1248
+ 0% {
1249
+ opacity: 0;
1250
+ -webkit-transform: translateX(-20px);
1251
+ }
1252
+
1253
+ 100% {
1254
+ opacity: 1;
1255
+ -webkit-transform: translateX(0);
1256
+ }
1257
+ }
1258
+
1259
+ @-moz-keyframes fadeInLeft {
1260
+ 0% {
1261
+ opacity: 0;
1262
+ -moz-transform: translateX(-20px);
1263
+ }
1264
+
1265
+ 100% {
1266
+ opacity: 1;
1267
+ -moz-transform: translateX(0);
1268
+ }
1269
+ }
1270
+
1271
+ @-o-keyframes fadeInLeft {
1272
+ 0% {
1273
+ opacity: 0;
1274
+ -o-transform: translateX(-20px);
1275
+ }
1276
+
1277
+ 100% {
1278
+ opacity: 1;
1279
+ -o-transform: translateX(0);
1280
+ }
1281
+ }
1282
+
1283
+ @keyframes fadeInLeft {
1284
+ 0% {
1285
+ opacity: 0;
1286
+ transform: translateX(-20px);
1287
+ }
1288
+
1289
+ 100% {
1290
+ opacity: 1;
1291
+ transform: translateX(0);
1292
+ }
1293
+ }
1294
+
1295
+ .animated.fadeInLeft {
1296
+ -webkit-animation-name: fadeInLeft;
1297
+ -moz-animation-name: fadeInLeft;
1298
+ -o-animation-name: fadeInLeft;
1299
+ animation-name: fadeInLeft;
1300
+ }
1301
+ @-webkit-keyframes fadeInRight {
1302
+ 0% {
1303
+ opacity: 0;
1304
+ -webkit-transform: translateX(20px);
1305
+ }
1306
+
1307
+ 100% {
1308
+ opacity: 1;
1309
+ -webkit-transform: translateX(0);
1310
+ }
1311
+ }
1312
+
1313
+ @-moz-keyframes fadeInRight {
1314
+ 0% {
1315
+ opacity: 0;
1316
+ -moz-transform: translateX(20px);
1317
+ }
1318
+
1319
+ 100% {
1320
+ opacity: 1;
1321
+ -moz-transform: translateX(0);
1322
+ }
1323
+ }
1324
+
1325
+ @-o-keyframes fadeInRight {
1326
+ 0% {
1327
+ opacity: 0;
1328
+ -o-transform: translateX(20px);
1329
+ }
1330
+
1331
+ 100% {
1332
+ opacity: 1;
1333
+ -o-transform: translateX(0);
1334
+ }
1335
+ }
1336
+
1337
+ @keyframes fadeInRight {
1338
+ 0% {
1339
+ opacity: 0;
1340
+ transform: translateX(20px);
1341
+ }
1342
+
1343
+ 100% {
1344
+ opacity: 1;
1345
+ transform: translateX(0);
1346
+ }
1347
+ }
1348
+
1349
+ .animated.fadeInRight {
1350
+ -webkit-animation-name: fadeInRight;
1351
+ -moz-animation-name: fadeInRight;
1352
+ -o-animation-name: fadeInRight;
1353
+ animation-name: fadeInRight;
1354
+ }
1355
+ @-webkit-keyframes fadeInUpBig {
1356
+ 0% {
1357
+ opacity: 0;
1358
+ -webkit-transform: translateY(1080px);
1359
+ }
1360
+
1361
+ 100% {
1362
+ opacity: 1;
1363
+ -webkit-transform: translateY(0);
1364
+ }
1365
+ }
1366
+
1367
+ @-moz-keyframes fadeInUpBig {
1368
+ 0% {
1369
+ opacity: 0;
1370
+ -moz-transform: translateY(1080px);
1371
+ }
1372
+
1373
+ 100% {
1374
+ opacity: 1;
1375
+ -moz-transform: translateY(0);
1376
+ }
1377
+ }
1378
+
1379
+ @-o-keyframes fadeInUpBig {
1380
+ 0% {
1381
+ opacity: 0;
1382
+ -o-transform: translateY(1080px);
1383
+ }
1384
+
1385
+ 100% {
1386
+ opacity: 1;
1387
+ -o-transform: translateY(0);
1388
+ }
1389
+ }
1390
+
1391
+ @keyframes fadeInUpBig {
1392
+ 0% {
1393
+ opacity: 0;
1394
+ transform: translateY(1080px);
1395
+ }
1396
+
1397
+ 100% {
1398
+ opacity: 1;
1399
+ transform: translateY(0);
1400
+ }
1401
+ }
1402
+
1403
+ .animated.fadeInUpBig {
1404
+ -webkit-animation-name: fadeInUpBig;
1405
+ -moz-animation-name: fadeInUpBig;
1406
+ -o-animation-name: fadeInUpBig;
1407
+ animation-name: fadeInUpBig;
1408
+ }
1409
+ @-webkit-keyframes fadeInDownBig {
1410
+ 0% {
1411
+ opacity: 0;
1412
+ -webkit-transform: translateY(-1080px);
1413
+ }
1414
+
1415
+ 100% {
1416
+ opacity: 1;
1417
+ -webkit-transform: translateY(0);
1418
+ }
1419
+ }
1420
+
1421
+ @-moz-keyframes fadeInDownBig {
1422
+ 0% {
1423
+ opacity: 0;
1424
+ -moz-transform: translateY(-1080px);
1425
+ }
1426
+
1427
+ 100% {
1428
+ opacity: 1;
1429
+ -moz-transform: translateY(0);
1430
+ }
1431
+ }
1432
+
1433
+ @-o-keyframes fadeInDownBig {
1434
+ 0% {
1435
+ opacity: 0;
1436
+ -o-transform: translateY(-1080px);
1437
+ }
1438
+
1439
+ 100% {
1440
+ opacity: 1;
1441
+ -o-transform: translateY(0);
1442
+ }
1443
+ }
1444
+
1445
+ @keyframes fadeInDownBig {
1446
+ 0% {
1447
+ opacity: 0;
1448
+ transform: translateY(-1080px);
1449
+ }
1450
+
1451
+ 100% {
1452
+ opacity: 1;
1453
+ transform: translateY(0);
1454
+ }
1455
+ }
1456
+
1457
+ .animated.fadeInDownBig {
1458
+ -webkit-animation-name: fadeInDownBig;
1459
+ -moz-animation-name: fadeInDownBig;
1460
+ -o-animation-name: fadeInDownBig;
1461
+ animation-name: fadeInDownBig;
1462
+ }
1463
+ @-webkit-keyframes fadeInLeftBig {
1464
+ 0% {
1465
+ opacity: 0;
1466
+ -webkit-transform: translateX(-2000px);
1467
+ }
1468
+
1469
+ 100% {
1470
+ opacity: 1;
1471
+ -webkit-transform: translateX(0);
1472
+ }
1473
+ }
1474
+ @-moz-keyframes fadeInLeftBig {
1475
+ 0% {
1476
+ opacity: 0;
1477
+ -moz-transform: translateX(-2000px);
1478
+ }
1479
+
1480
+ 100% {
1481
+ opacity: 1;
1482
+ -moz-transform: translateX(0);
1483
+ }
1484
+ }
1485
+ @-o-keyframes fadeInLeftBig {
1486
+ 0% {
1487
+ opacity: 0;
1488
+ -o-transform: translateX(-2000px);
1489
+ }
1490
+
1491
+ 100% {
1492
+ opacity: 1;
1493
+ -o-transform: translateX(0);
1494
+ }
1495
+ }
1496
+ @keyframes fadeInLeftBig {
1497
+ 0% {
1498
+ opacity: 0;
1499
+ transform: translateX(-2000px);
1500
+ }
1501
+
1502
+ 100% {
1503
+ opacity: 1;
1504
+ transform: translateX(0);
1505
+ }
1506
+ }
1507
+
1508
+ .animated.fadeInLeftBig {
1509
+ -webkit-animation-name: fadeInLeftBig;
1510
+ -moz-animation-name: fadeInLeftBig;
1511
+ -o-animation-name: fadeInLeftBig;
1512
+ animation-name: fadeInLeftBig;
1513
+ }
1514
+ @-webkit-keyframes fadeInRightBig {
1515
+ 0% {
1516
+ opacity: 0;
1517
+ -webkit-transform: translateX(2000px);
1518
+ }
1519
+
1520
+ 100% {
1521
+ opacity: 1;
1522
+ -webkit-transform: translateX(0);
1523
+ }
1524
+ }
1525
+
1526
+ @-moz-keyframes fadeInRightBig {
1527
+ 0% {
1528
+ opacity: 0;
1529
+ -moz-transform: translateX(2000px);
1530
+ }
1531
+
1532
+ 100% {
1533
+ opacity: 1;
1534
+ -moz-transform: translateX(0);
1535
+ }
1536
+ }
1537
+
1538
+ @-o-keyframes fadeInRightBig {
1539
+ 0% {
1540
+ opacity: 0;
1541
+ -o-transform: translateX(2000px);
1542
+ }
1543
+
1544
+ 100% {
1545
+ opacity: 1;
1546
+ -o-transform: translateX(0);
1547
+ }
1548
+ }
1549
+
1550
+ @keyframes fadeInRightBig {
1551
+ 0% {
1552
+ opacity: 0;
1553
+ transform: translateX(2000px);
1554
+ }
1555
+
1556
+ 100% {
1557
+ opacity: 1;
1558
+ transform: translateX(0);
1559
+ }
1560
+ }
1561
+
1562
+ .animated.fadeInRightBig {
1563
+ -webkit-animation-name: fadeInRightBig;
1564
+ -moz-animation-name: fadeInRightBig;
1565
+ -o-animation-name: fadeInRightBig;
1566
+ animation-name: fadeInRightBig;
1567
+ }
1568
+ @-webkit-keyframes fadeOut {
1569
+ 0% {opacity: 1;}
1570
+ 100% {opacity: 0;}
1571
+ }
1572
+
1573
+ @-moz-keyframes fadeOut {
1574
+ 0% {opacity: 1;}
1575
+ 100% {opacity: 0;}
1576
+ }
1577
+
1578
+ @-o-keyframes fadeOut {
1579
+ 0% {opacity: 1;}
1580
+ 100% {opacity: 0;}
1581
+ }
1582
+
1583
+ @keyframes fadeOut {
1584
+ 0% {opacity: 1;}
1585
+ 100% {opacity: 0;}
1586
+ }
1587
+
1588
+ .animated.fadeOut {
1589
+ -webkit-animation-name: fadeOut;
1590
+ -moz-animation-name: fadeOut;
1591
+ -o-animation-name: fadeOut;
1592
+ animation-name: fadeOut;
1593
+ }
1594
+ @-webkit-keyframes fadeOutUp {
1595
+ 0% {
1596
+ opacity: 1;
1597
+ -webkit-transform: translateY(0);
1598
+ }
1599
+
1600
+ 100% {
1601
+ opacity: 0;
1602
+ -webkit-transform: translateY(-20px);
1603
+ }
1604
+ }
1605
+ @-moz-keyframes fadeOutUp {
1606
+ 0% {
1607
+ opacity: 1;
1608
+ -moz-transform: translateY(0);
1609
+ }
1610
+
1611
+ 100% {
1612
+ opacity: 0;
1613
+ -moz-transform: translateY(-20px);
1614
+ }
1615
+ }
1616
+ @-o-keyframes fadeOutUp {
1617
+ 0% {
1618
+ opacity: 1;
1619
+ -o-transform: translateY(0);
1620
+ }
1621
+
1622
+ 100% {
1623
+ opacity: 0;
1624
+ -o-transform: translateY(-20px);
1625
+ }
1626
+ }
1627
+ @keyframes fadeOutUp {
1628
+ 0% {
1629
+ opacity: 1;
1630
+ transform: translateY(0);
1631
+ }
1632
+
1633
+ 100% {
1634
+ opacity: 0;
1635
+ transform: translateY(-20px);
1636
+ }
1637
+ }
1638
+
1639
+ .animated.fadeOutUp {
1640
+ -webkit-animation-name: fadeOutUp;
1641
+ -moz-animation-name: fadeOutUp;
1642
+ -o-animation-name: fadeOutUp;
1643
+ animation-name: fadeOutUp;
1644
+ }
1645
+ @-webkit-keyframes fadeOutDown {
1646
+ 0% {
1647
+ opacity: 1;
1648
+ -webkit-transform: translateY(0);
1649
+ }
1650
+
1651
+ 100% {
1652
+ opacity: 0;
1653
+ -webkit-transform: translateY(20px);
1654
+ }
1655
+ }
1656
+
1657
+ @-moz-keyframes fadeOutDown {
1658
+ 0% {
1659
+ opacity: 1;
1660
+ -moz-transform: translateY(0);
1661
+ }
1662
+
1663
+ 100% {
1664
+ opacity: 0;
1665
+ -moz-transform: translateY(20px);
1666
+ }
1667
+ }
1668
+
1669
+ @-o-keyframes fadeOutDown {
1670
+ 0% {
1671
+ opacity: 1;
1672
+ -o-transform: translateY(0);
1673
+ }
1674
+
1675
+ 100% {
1676
+ opacity: 0;
1677
+ -o-transform: translateY(20px);
1678
+ }
1679
+ }
1680
+
1681
+ @keyframes fadeOutDown {
1682
+ 0% {
1683
+ opacity: 1;
1684
+ transform: translateY(0);
1685
+ }
1686
+
1687
+ 100% {
1688
+ opacity: 0;
1689
+ transform: translateY(20px);
1690
+ }
1691
+ }
1692
+
1693
+ .animated.fadeOutDown {
1694
+ -webkit-animation-name: fadeOutDown;
1695
+ -moz-animation-name: fadeOutDown;
1696
+ -o-animation-name: fadeOutDown;
1697
+ animation-name: fadeOutDown;
1698
+ }
1699
+ @-webkit-keyframes fadeOutLeft {
1700
+ 0% {
1701
+ opacity: 1;
1702
+ -webkit-transform: translateX(0);
1703
+ }
1704
+
1705
+ 100% {
1706
+ opacity: 0;
1707
+ -webkit-transform: translateX(-20px);
1708
+ }
1709
+ }
1710
+
1711
+ @-moz-keyframes fadeOutLeft {
1712
+ 0% {
1713
+ opacity: 1;
1714
+ -moz-transform: translateX(0);
1715
+ }
1716
+
1717
+ 100% {
1718
+ opacity: 0;
1719
+ -moz-transform: translateX(-20px);
1720
+ }
1721
+ }
1722
+
1723
+ @-o-keyframes fadeOutLeft {
1724
+ 0% {
1725
+ opacity: 1;
1726
+ -o-transform: translateX(0);
1727
+ }
1728
+
1729
+ 100% {
1730
+ opacity: 0;
1731
+ -o-transform: translateX(-20px);
1732
+ }
1733
+ }
1734
+
1735
+ @keyframes fadeOutLeft {
1736
+ 0% {
1737
+ opacity: 1;
1738
+ transform: translateX(0);
1739
+ }
1740
+
1741
+ 100% {
1742
+ opacity: 0;
1743
+ transform: translateX(-20px);
1744
+ }
1745
+ }
1746
+
1747
+ .animated.fadeOutLeft {
1748
+ -webkit-animation-name: fadeOutLeft;
1749
+ -moz-animation-name: fadeOutLeft;
1750
+ -o-animation-name: fadeOutLeft;
1751
+ animation-name: fadeOutLeft;
1752
+ }
1753
+ @-webkit-keyframes fadeOutRight {
1754
+ 0% {
1755
+ opacity: 1;
1756
+ -webkit-transform: translateX(0);
1757
+ }
1758
+
1759
+ 100% {
1760
+ opacity: 0;
1761
+ -webkit-transform: translateX(20px);
1762
+ }
1763
+ }
1764
+
1765
+ @-moz-keyframes fadeOutRight {
1766
+ 0% {
1767
+ opacity: 1;
1768
+ -moz-transform: translateX(0);
1769
+ }
1770
+
1771
+ 100% {
1772
+ opacity: 0;
1773
+ -moz-transform: translateX(20px);
1774
+ }
1775
+ }
1776
+
1777
+ @-o-keyframes fadeOutRight {
1778
+ 0% {
1779
+ opacity: 1;
1780
+ -o-transform: translateX(0);
1781
+ }
1782
+
1783
+ 100% {
1784
+ opacity: 0;
1785
+ -o-transform: translateX(20px);
1786
+ }
1787
+ }
1788
+
1789
+ @keyframes fadeOutRight {
1790
+ 0% {
1791
+ opacity: 1;
1792
+ transform: translateX(0);
1793
+ }
1794
+
1795
+ 100% {
1796
+ opacity: 0;
1797
+ transform: translateX(20px);
1798
+ }
1799
+ }
1800
+
1801
+ .animated.fadeOutRight {
1802
+ -webkit-animation-name: fadeOutRight;
1803
+ -moz-animation-name: fadeOutRight;
1804
+ -o-animation-name: fadeOutRight;
1805
+ animation-name: fadeOutRight;
1806
+ }
1807
+ @-webkit-keyframes fadeOutUpBig {
1808
+ 0% {
1809
+ opacity: 1;
1810
+ -webkit-transform: translateY(0);
1811
+ }
1812
+
1813
+ 100% {
1814
+ opacity: 0;
1815
+ -webkit-transform: translateY(-1080px);
1816
+ }
1817
+ }
1818
+
1819
+ @-moz-keyframes fadeOutUpBig {
1820
+ 0% {
1821
+ opacity: 1;
1822
+ -moz-transform: translateY(0);
1823
+ }
1824
+
1825
+ 100% {
1826
+ opacity: 0;
1827
+ -moz-transform: translateY(-1080px);
1828
+ }
1829
+ }
1830
+
1831
+ @-o-keyframes fadeOutUpBig {
1832
+ 0% {
1833
+ opacity: 1;
1834
+ -o-transform: translateY(0);
1835
+ }
1836
+
1837
+ 100% {
1838
+ opacity: 0;
1839
+ -o-transform: translateY(-1080px);
1840
+ }
1841
+ }
1842
+
1843
+ @keyframes fadeOutUpBig {
1844
+ 0% {
1845
+ opacity: 1;
1846
+ transform: translateY(0);
1847
+ }
1848
+
1849
+ 100% {
1850
+ opacity: 0;
1851
+ transform: translateY(-1080px);
1852
+ }
1853
+ }
1854
+
1855
+ .animated.fadeOutUpBig {
1856
+ -webkit-animation-name: fadeOutUpBig;
1857
+ -moz-animation-name: fadeOutUpBig;
1858
+ -o-animation-name: fadeOutUpBig;
1859
+ animation-name: fadeOutUpBig;
1860
+ }
1861
+ @-webkit-keyframes fadeOutDownBig {
1862
+ 0% {
1863
+ opacity: 1;
1864
+ -webkit-transform: translateY(0);
1865
+ }
1866
+
1867
+ 100% {
1868
+ opacity: 0;
1869
+ -webkit-transform: translateY(1080px);
1870
+ }
1871
+ }
1872
+
1873
+ @-moz-keyframes fadeOutDownBig {
1874
+ 0% {
1875
+ opacity: 1;
1876
+ -moz-transform: translateY(0);
1877
+ }
1878
+
1879
+ 100% {
1880
+ opacity: 0;
1881
+ -moz-transform: translateY(1080px);
1882
+ }
1883
+ }
1884
+
1885
+ @-o-keyframes fadeOutDownBig {
1886
+ 0% {
1887
+ opacity: 1;
1888
+ -o-transform: translateY(0);
1889
+ }
1890
+
1891
+ 100% {
1892
+ opacity: 0;
1893
+ -o-transform: translateY(1080px);
1894
+ }
1895
+ }
1896
+
1897
+ @keyframes fadeOutDownBig {
1898
+ 0% {
1899
+ opacity: 1;
1900
+ transform: translateY(0);
1901
+ }
1902
+
1903
+ 100% {
1904
+ opacity: 0;
1905
+ transform: translateY(1080px);
1906
+ }
1907
+ }
1908
+
1909
+ .animated.fadeOutDownBig {
1910
+ -webkit-animation-name: fadeOutDownBig;
1911
+ -moz-animation-name: fadeOutDownBig;
1912
+ -o-animation-name: fadeOutDownBig;
1913
+ animation-name: fadeOutDownBig;
1914
+ }
1915
+ @-webkit-keyframes fadeOutLeftBig {
1916
+ 0% {
1917
+ opacity: 1;
1918
+ -webkit-transform: translateX(0);
1919
+ }
1920
+
1921
+ 100% {
1922
+ opacity: 0;
1923
+ -webkit-transform: translateX(-2000px);
1924
+ }
1925
+ }
1926
+
1927
+ @-moz-keyframes fadeOutLeftBig {
1928
+ 0% {
1929
+ opacity: 1;
1930
+ -moz-transform: translateX(0);
1931
+ }
1932
+
1933
+ 100% {
1934
+ opacity: 0;
1935
+ -moz-transform: translateX(-2000px);
1936
+ }
1937
+ }
1938
+
1939
+ @-o-keyframes fadeOutLeftBig {
1940
+ 0% {
1941
+ opacity: 1;
1942
+ -o-transform: translateX(0);
1943
+ }
1944
+
1945
+ 100% {
1946
+ opacity: 0;
1947
+ -o-transform: translateX(-2000px);
1948
+ }
1949
+ }
1950
+
1951
+ @keyframes fadeOutLeftBig {
1952
+ 0% {
1953
+ opacity: 1;
1954
+ transform: translateX(0);
1955
+ }
1956
+
1957
+ 100% {
1958
+ opacity: 0;
1959
+ transform: translateX(-2000px);
1960
+ }
1961
+ }
1962
+
1963
+ .animated.fadeOutLeftBig {
1964
+ -webkit-animation-name: fadeOutLeftBig;
1965
+ -moz-animation-name: fadeOutLeftBig;
1966
+ -o-animation-name: fadeOutLeftBig;
1967
+ animation-name: fadeOutLeftBig;
1968
+ }
1969
+ @-webkit-keyframes fadeOutRightBig {
1970
+ 0% {
1971
+ opacity: 1;
1972
+ -webkit-transform: translateX(0);
1973
+ }
1974
+
1975
+ 100% {
1976
+ opacity: 0;
1977
+ -webkit-transform: translateX(2000px);
1978
+ }
1979
+ }
1980
+ @-moz-keyframes fadeOutRightBig {
1981
+ 0% {
1982
+ opacity: 1;
1983
+ -moz-transform: translateX(0);
1984
+ }
1985
+
1986
+ 100% {
1987
+ opacity: 0;
1988
+ -moz-transform: translateX(2000px);
1989
+ }
1990
+ }
1991
+ @-o-keyframes fadeOutRightBig {
1992
+ 0% {
1993
+ opacity: 1;
1994
+ -o-transform: translateX(0);
1995
+ }
1996
+
1997
+ 100% {
1998
+ opacity: 0;
1999
+ -o-transform: translateX(2000px);
2000
+ }
2001
+ }
2002
+ @keyframes fadeOutRightBig {
2003
+ 0% {
2004
+ opacity: 1;
2005
+ transform: translateX(0);
2006
+ }
2007
+
2008
+ 100% {
2009
+ opacity: 0;
2010
+ transform: translateX(2000px);
2011
+ }
2012
+ }
2013
+
2014
+ .animated.fadeOutRightBig {
2015
+ -webkit-animation-name: fadeOutRightBig;
2016
+ -moz-animation-name: fadeOutRightBig;
2017
+ -o-animation-name: fadeOutRightBig;
2018
+ animation-name: fadeOutRightBig;
2019
+ }
2020
+ @-webkit-keyframes bounceIn {
2021
+ 0% {
2022
+ opacity: 0;
2023
+ -webkit-transform: scale(.3);
2024
+ }
2025
+
2026
+ 50% {
2027
+ opacity: 1;
2028
+ -webkit-transform: scale(1.05);
2029
+ }
2030
+
2031
+ 70% {
2032
+ -webkit-transform: scale(.9);
2033
+ }
2034
+
2035
+ 100% {
2036
+ -webkit-transform: scale(1);
2037
+ }
2038
+ }
2039
+
2040
+ @-moz-keyframes bounceIn {
2041
+ 0% {
2042
+ opacity: 0;
2043
+ -moz-transform: scale(.3);
2044
+ }
2045
+
2046
+ 50% {
2047
+ opacity: 1;
2048
+ -moz-transform: scale(1.05);
2049
+ }
2050
+
2051
+ 70% {
2052
+ -moz-transform: scale(.9);
2053
+ }
2054
+
2055
+ 100% {
2056
+ -moz-transform: scale(1);
2057
+ }
2058
+ }
2059
+
2060
+ @-o-keyframes bounceIn {
2061
+ 0% {
2062
+ opacity: 0;
2063
+ -o-transform: scale(.3);
2064
+ }
2065
+
2066
+ 50% {
2067
+ opacity: 1;
2068
+ -o-transform: scale(1.05);
2069
+ }
2070
+
2071
+ 70% {
2072
+ -o-transform: scale(.9);
2073
+ }
2074
+
2075
+ 100% {
2076
+ -o-transform: scale(1);
2077
+ }
2078
+ }
2079
+
2080
+ @keyframes bounceIn {
2081
+ 0% {
2082
+ opacity: 0;
2083
+ transform: scale(.3);
2084
+ }
2085
+
2086
+ 50% {
2087
+ opacity: 1;
2088
+ transform: scale(1.05);
2089
+ }
2090
+
2091
+ 70% {
2092
+ transform: scale(.9);
2093
+ }
2094
+
2095
+ 100% {
2096
+ transform: scale(1);
2097
+ }
2098
+ }
2099
+
2100
+ .animated.bounceIn {
2101
+ -webkit-animation-name: bounceIn;
2102
+ -moz-animation-name: bounceIn;
2103
+ -o-animation-name: bounceIn;
2104
+ animation-name: bounceIn;
2105
+ }
2106
+ @-webkit-keyframes bounceInUp {
2107
+ 0% {
2108
+ opacity: 0;
2109
+ -webkit-transform: translateY(1080px);
2110
+ }
2111
+
2112
+ 60% {
2113
+ opacity: 1;
2114
+ -webkit-transform: translateY(-30px);
2115
+ }
2116
+
2117
+ 80% {
2118
+ -webkit-transform: translateY(10px);
2119
+ }
2120
+
2121
+ 100% {
2122
+ -webkit-transform: translateY(0);
2123
+ }
2124
+ }
2125
+ @-moz-keyframes bounceInUp {
2126
+ 0% {
2127
+ opacity: 0;
2128
+ -moz-transform: translateY(1080px);
2129
+ }
2130
+
2131
+ 60% {
2132
+ opacity: 1;
2133
+ -moz-transform: translateY(-30px);
2134
+ }
2135
+
2136
+ 80% {
2137
+ -moz-transform: translateY(10px);
2138
+ }
2139
+
2140
+ 100% {
2141
+ -moz-transform: translateY(0);
2142
+ }
2143
+ }
2144
+
2145
+ @-o-keyframes bounceInUp {
2146
+ 0% {
2147
+ opacity: 0;
2148
+ -o-transform: translateY(1080px);
2149
+ }
2150
+
2151
+ 60% {
2152
+ opacity: 1;
2153
+ -o-transform: translateY(-30px);
2154
+ }
2155
+
2156
+ 80% {
2157
+ -o-transform: translateY(10px);
2158
+ }
2159
+
2160
+ 100% {
2161
+ -o-transform: translateY(0);
2162
+ }
2163
+ }
2164
+
2165
+ @keyframes bounceInUp {
2166
+ 0% {
2167
+ opacity: 0;
2168
+ transform: translateY(1080px);
2169
+ }
2170
+
2171
+ 60% {
2172
+ opacity: 1;
2173
+ transform: translateY(-30px);
2174
+ }
2175
+
2176
+ 80% {
2177
+ transform: translateY(10px);
2178
+ }
2179
+
2180
+ 100% {
2181
+ transform: translateY(0);
2182
+ }
2183
+ }
2184
+
2185
+ .animated.bounceInUp {
2186
+ -webkit-animation-name: bounceInUp;
2187
+ -moz-animation-name: bounceInUp;
2188
+ -o-animation-name: bounceInUp;
2189
+ animation-name: bounceInUp;
2190
+ }
2191
+ @-webkit-keyframes bounceInDown {
2192
+ 0% {
2193
+ opacity: 0;
2194
+ -webkit-transform: translateY(-1080px);
2195
+ }
2196
+
2197
+ 60% {
2198
+ opacity: 1;
2199
+ -webkit-transform: translateY(30px);
2200
+ }
2201
+
2202
+ 80% {
2203
+ -webkit-transform: translateY(-10px);
2204
+ }
2205
+
2206
+ 100% {
2207
+ -webkit-transform: translateY(0);
2208
+ }
2209
+ }
2210
+
2211
+ @-moz-keyframes bounceInDown {
2212
+ 0% {
2213
+ opacity: 0;
2214
+ -moz-transform: translateY(-1080px);
2215
+ }
2216
+
2217
+ 60% {
2218
+ opacity: 1;
2219
+ -moz-transform: translateY(30px);
2220
+ }
2221
+
2222
+ 80% {
2223
+ -moz-transform: translateY(-10px);
2224
+ }
2225
+
2226
+ 100% {
2227
+ -moz-transform: translateY(0);
2228
+ }
2229
+ }
2230
+
2231
+ @-o-keyframes bounceInDown {
2232
+ 0% {
2233
+ opacity: 0;
2234
+ -o-transform: translateY(-1080px);
2235
+ }
2236
+
2237
+ 60% {
2238
+ opacity: 1;
2239
+ -o-transform: translateY(30px);
2240
+ }
2241
+
2242
+ 80% {
2243
+ -o-transform: translateY(-10px);
2244
+ }
2245
+
2246
+ 100% {
2247
+ -o-transform: translateY(0);
2248
+ }
2249
+ }
2250
+
2251
+ @keyframes bounceInDown {
2252
+ 0% {
2253
+ opacity: 0;
2254
+ transform: translateY(-1080px);
2255
+ }
2256
+
2257
+ 60% {
2258
+ opacity: 1;
2259
+ transform: translateY(30px);
2260
+ }
2261
+
2262
+ 80% {
2263
+ transform: translateY(-10px);
2264
+ }
2265
+
2266
+ 100% {
2267
+ transform: translateY(0);
2268
+ }
2269
+ }
2270
+
2271
+ .animated.bounceInDown {
2272
+ -webkit-animation-name: bounceInDown;
2273
+ -moz-animation-name: bounceInDown;
2274
+ -o-animation-name: bounceInDown;
2275
+ animation-name: bounceInDown;
2276
+ }
2277
+ @-webkit-keyframes bounceInLeft {
2278
+ 0% {
2279
+ opacity: 0;
2280
+ -webkit-transform: translateX(-2000px);
2281
+ }
2282
+
2283
+ 60% {
2284
+ opacity: 1;
2285
+ -webkit-transform: translateX(30px);
2286
+ }
2287
+
2288
+ 80% {
2289
+ -webkit-transform: translateX(-10px);
2290
+ }
2291
+
2292
+ 100% {
2293
+ -webkit-transform: translateX(0);
2294
+ }
2295
+ }
2296
+
2297
+ @-moz-keyframes bounceInLeft {
2298
+ 0% {
2299
+ opacity: 0;
2300
+ -moz-transform: translateX(-2000px);
2301
+ }
2302
+
2303
+ 60% {
2304
+ opacity: 1;
2305
+ -moz-transform: translateX(30px);
2306
+ }
2307
+
2308
+ 80% {
2309
+ -moz-transform: translateX(-10px);
2310
+ }
2311
+
2312
+ 100% {
2313
+ -moz-transform: translateX(0);
2314
+ }
2315
+ }
2316
+
2317
+ @-o-keyframes bounceInLeft {
2318
+ 0% {
2319
+ opacity: 0;
2320
+ -o-transform: translateX(-2000px);
2321
+ }
2322
+
2323
+ 60% {
2324
+ opacity: 1;
2325
+ -o-transform: translateX(30px);
2326
+ }
2327
+
2328
+ 80% {
2329
+ -o-transform: translateX(-10px);
2330
+ }
2331
+
2332
+ 100% {
2333
+ -o-transform: translateX(0);
2334
+ }
2335
+ }
2336
+
2337
+ @keyframes bounceInLeft {
2338
+ 0% {
2339
+ opacity: 0;
2340
+ transform: translateX(-2000px);
2341
+ }
2342
+
2343
+ 60% {
2344
+ opacity: 1;
2345
+ transform: translateX(30px);
2346
+ }
2347
+
2348
+ 80% {
2349
+ transform: translateX(-10px);
2350
+ }
2351
+
2352
+ 100% {
2353
+ transform: translateX(0);
2354
+ }
2355
+ }
2356
+
2357
+ .animated.bounceInLeft {
2358
+ -webkit-animation-name: bounceInLeft;
2359
+ -moz-animation-name: bounceInLeft;
2360
+ -o-animation-name: bounceInLeft;
2361
+ animation-name: bounceInLeft;
2362
+ }
2363
+ @-webkit-keyframes bounceInRight {
2364
+ 0% {
2365
+ opacity: 0;
2366
+ -webkit-transform: translateX(2000px);
2367
+ }
2368
+
2369
+ 60% {
2370
+ opacity: 1;
2371
+ -webkit-transform: translateX(-30px);
2372
+ }
2373
+
2374
+ 80% {
2375
+ -webkit-transform: translateX(10px);
2376
+ }
2377
+
2378
+ 100% {
2379
+ -webkit-transform: translateX(0);
2380
+ }
2381
+ }
2382
+
2383
+ @-moz-keyframes bounceInRight {
2384
+ 0% {
2385
+ opacity: 0;
2386
+ -moz-transform: translateX(2000px);
2387
+ }
2388
+
2389
+ 60% {
2390
+ opacity: 1;
2391
+ -moz-transform: translateX(-30px);
2392
+ }
2393
+
2394
+ 80% {
2395
+ -moz-transform: translateX(10px);
2396
+ }
2397
+
2398
+ 100% {
2399
+ -moz-transform: translateX(0);
2400
+ }
2401
+ }
2402
+
2403
+ @-o-keyframes bounceInRight {
2404
+ 0% {
2405
+ opacity: 0;
2406
+ -o-transform: translateX(2000px);
2407
+ }
2408
+
2409
+ 60% {
2410
+ opacity: 1;
2411
+ -o-transform: translateX(-30px);
2412
+ }
2413
+
2414
+ 80% {
2415
+ -o-transform: translateX(10px);
2416
+ }
2417
+
2418
+ 100% {
2419
+ -o-transform: translateX(0);
2420
+ }
2421
+ }
2422
+
2423
+ @keyframes bounceInRight {
2424
+ 0% {
2425
+ opacity: 0;
2426
+ transform: translateX(2000px);
2427
+ }
2428
+
2429
+ 60% {
2430
+ opacity: 1;
2431
+ transform: translateX(-30px);
2432
+ }
2433
+
2434
+ 80% {
2435
+ transform: translateX(10px);
2436
+ }
2437
+
2438
+ 100% {
2439
+ transform: translateX(0);
2440
+ }
2441
+ }
2442
+
2443
+ .animated.bounceInRight {
2444
+ -webkit-animation-name: bounceInRight;
2445
+ -moz-animation-name: bounceInRight;
2446
+ -o-animation-name: bounceInRight;
2447
+ animation-name: bounceInRight;
2448
+ }
2449
+ @-webkit-keyframes bounceOut {
2450
+ 0% {
2451
+ -webkit-transform: scale(1);
2452
+ }
2453
+
2454
+ 25% {
2455
+ -webkit-transform: scale(.95);
2456
+ }
2457
+
2458
+ 50% {
2459
+ opacity: 1;
2460
+ -webkit-transform: scale(1.1);
2461
+ }
2462
+
2463
+ 100% {
2464
+ opacity: 0;
2465
+ -webkit-transform: scale(.3);
2466
+ }
2467
+ }
2468
+
2469
+ @-moz-keyframes bounceOut {
2470
+ 0% {
2471
+ -moz-transform: scale(1);
2472
+ }
2473
+
2474
+ 25% {
2475
+ -moz-transform: scale(.95);
2476
+ }
2477
+
2478
+ 50% {
2479
+ opacity: 1;
2480
+ -moz-transform: scale(1.1);
2481
+ }
2482
+
2483
+ 100% {
2484
+ opacity: 0;
2485
+ -moz-transform: scale(.3);
2486
+ }
2487
+ }
2488
+
2489
+ @-o-keyframes bounceOut {
2490
+ 0% {
2491
+ -o-transform: scale(1);
2492
+ }
2493
+
2494
+ 25% {
2495
+ -o-transform: scale(.95);
2496
+ }
2497
+
2498
+ 50% {
2499
+ opacity: 1;
2500
+ -o-transform: scale(1.1);
2501
+ }
2502
+
2503
+ 100% {
2504
+ opacity: 0;
2505
+ -o-transform: scale(.3);
2506
+ }
2507
+ }
2508
+
2509
+ @keyframes bounceOut {
2510
+ 0% {
2511
+ transform: scale(1);
2512
+ }
2513
+
2514
+ 25% {
2515
+ transform: scale(.95);
2516
+ }
2517
+
2518
+ 50% {
2519
+ opacity: 1;
2520
+ transform: scale(1.1);
2521
+ }
2522
+
2523
+ 100% {
2524
+ opacity: 0;
2525
+ transform: scale(.3);
2526
+ }
2527
+ }
2528
+
2529
+ .animated.bounceOut {
2530
+ -webkit-animation-name: bounceOut;
2531
+ -moz-animation-name: bounceOut;
2532
+ -o-animation-name: bounceOut;
2533
+ animation-name: bounceOut;
2534
+ }
2535
+ @-webkit-keyframes bounceOutUp {
2536
+ 0% {
2537
+ -webkit-transform: translateY(0);
2538
+ }
2539
+
2540
+ 20% {
2541
+ opacity: 1;
2542
+ -webkit-transform: translateY(20px);
2543
+ }
2544
+
2545
+ 100% {
2546
+ opacity: 0;
2547
+ -webkit-transform: translateY(-1080px);
2548
+ }
2549
+ }
2550
+
2551
+ @-moz-keyframes bounceOutUp {
2552
+ 0% {
2553
+ -moz-transform: translateY(0);
2554
+ }
2555
+
2556
+ 20% {
2557
+ opacity: 1;
2558
+ -moz-transform: translateY(20px);
2559
+ }
2560
+
2561
+ 100% {
2562
+ opacity: 0;
2563
+ -moz-transform: translateY(-1080px);
2564
+ }
2565
+ }
2566
+
2567
+ @-o-keyframes bounceOutUp {
2568
+ 0% {
2569
+ -o-transform: translateY(0);
2570
+ }
2571
+
2572
+ 20% {
2573
+ opacity: 1;
2574
+ -o-transform: translateY(20px);
2575
+ }
2576
+
2577
+ 100% {
2578
+ opacity: 0;
2579
+ -o-transform: translateY(-1080px);
2580
+ }
2581
+ }
2582
+
2583
+ @keyframes bounceOutUp {
2584
+ 0% {
2585
+ transform: translateY(0);
2586
+ }
2587
+
2588
+ 20% {
2589
+ opacity: 1;
2590
+ transform: translateY(20px);
2591
+ }
2592
+
2593
+ 100% {
2594
+ opacity: 0;
2595
+ transform: translateY(-1080px);
2596
+ }
2597
+ }
2598
+
2599
+ .animated.bounceOutUp {
2600
+ -webkit-animation-name: bounceOutUp;
2601
+ -moz-animation-name: bounceOutUp;
2602
+ -o-animation-name: bounceOutUp;
2603
+ animation-name: bounceOutUp;
2604
+ }
2605
+ @-webkit-keyframes bounceOutDown {
2606
+ 0% {
2607
+ -webkit-transform: translateY(0);
2608
+ }
2609
+
2610
+ 20% {
2611
+ opacity: 1;
2612
+ -webkit-transform: translateY(-20px);
2613
+ }
2614
+
2615
+ 100% {
2616
+ opacity: 0;
2617
+ -webkit-transform: translateY(1080px);
2618
+ }
2619
+ }
2620
+
2621
+ @-moz-keyframes bounceOutDown {
2622
+ 0% {
2623
+ -moz-transform: translateY(0);
2624
+ }
2625
+
2626
+ 20% {
2627
+ opacity: 1;
2628
+ -moz-transform: translateY(-20px);
2629
+ }
2630
+
2631
+ 100% {
2632
+ opacity: 0;
2633
+ -moz-transform: translateY(1080px);
2634
+ }
2635
+ }
2636
+
2637
+ @-o-keyframes bounceOutDown {
2638
+ 0% {
2639
+ -o-transform: translateY(0);
2640
+ }
2641
+
2642
+ 20% {
2643
+ opacity: 1;
2644
+ -o-transform: translateY(-20px);
2645
+ }
2646
+
2647
+ 100% {
2648
+ opacity: 0;
2649
+ -o-transform: translateY(1080px);
2650
+ }
2651
+ }
2652
+
2653
+ @keyframes bounceOutDown {
2654
+ 0% {
2655
+ transform: translateY(0);
2656
+ }
2657
+
2658
+ 20% {
2659
+ opacity: 1;
2660
+ transform: translateY(-20px);
2661
+ }
2662
+
2663
+ 100% {
2664
+ opacity: 0;
2665
+ transform: translateY(1080px);
2666
+ }
2667
+ }
2668
+
2669
+ .animated.bounceOutDown {
2670
+ -webkit-animation-name: bounceOutDown;
2671
+ -moz-animation-name: bounceOutDown;
2672
+ -o-animation-name: bounceOutDown;
2673
+ animation-name: bounceOutDown;
2674
+ }
2675
+ @-webkit-keyframes bounceOutLeft {
2676
+ 0% {
2677
+ -webkit-transform: translateX(0);
2678
+ }
2679
+
2680
+ 20% {
2681
+ opacity: 1;
2682
+ -webkit-transform: translateX(20px);
2683
+ }
2684
+
2685
+ 100% {
2686
+ opacity: 0;
2687
+ -webkit-transform: translateX(-2000px);
2688
+ }
2689
+ }
2690
+
2691
+ @-moz-keyframes bounceOutLeft {
2692
+ 0% {
2693
+ -moz-transform: translateX(0);
2694
+ }
2695
+
2696
+ 20% {
2697
+ opacity: 1;
2698
+ -moz-transform: translateX(20px);
2699
+ }
2700
+
2701
+ 100% {
2702
+ opacity: 0;
2703
+ -moz-transform: translateX(-2000px);
2704
+ }
2705
+ }
2706
+
2707
+ @-o-keyframes bounceOutLeft {
2708
+ 0% {
2709
+ -o-transform: translateX(0);
2710
+ }
2711
+
2712
+ 20% {
2713
+ opacity: 1;
2714
+ -o-transform: translateX(20px);
2715
+ }
2716
+
2717
+ 100% {
2718
+ opacity: 0;
2719
+ -o-transform: translateX(-2000px);
2720
+ }
2721
+ }
2722
+
2723
+ @keyframes bounceOutLeft {
2724
+ 0% {
2725
+ transform: translateX(0);
2726
+ }
2727
+
2728
+ 20% {
2729
+ opacity: 1;
2730
+ transform: translateX(20px);
2731
+ }
2732
+
2733
+ 100% {
2734
+ opacity: 0;
2735
+ transform: translateX(-2000px);
2736
+ }
2737
+ }
2738
+
2739
+ .animated.bounceOutLeft {
2740
+ -webkit-animation-name: bounceOutLeft;
2741
+ -moz-animation-name: bounceOutLeft;
2742
+ -o-animation-name: bounceOutLeft;
2743
+ animation-name: bounceOutLeft;
2744
+ }
2745
+ @-webkit-keyframes bounceOutRight {
2746
+ 0% {
2747
+ -webkit-transform: translateX(0);
2748
+ }
2749
+
2750
+ 20% {
2751
+ opacity: 1;
2752
+ -webkit-transform: translateX(-20px);
2753
+ }
2754
+
2755
+ 100% {
2756
+ opacity: 0;
2757
+ -webkit-transform: translateX(2000px);
2758
+ }
2759
+ }
2760
+
2761
+ @-moz-keyframes bounceOutRight {
2762
+ 0% {
2763
+ -moz-transform: translateX(0);
2764
+ }
2765
+
2766
+ 20% {
2767
+ opacity: 1;
2768
+ -moz-transform: translateX(-20px);
2769
+ }
2770
+
2771
+ 100% {
2772
+ opacity: 0;
2773
+ -moz-transform: translateX(2000px);
2774
+ }
2775
+ }
2776
+
2777
+ @-o-keyframes bounceOutRight {
2778
+ 0% {
2779
+ -o-transform: translateX(0);
2780
+ }
2781
+
2782
+ 20% {
2783
+ opacity: 1;
2784
+ -o-transform: translateX(-20px);
2785
+ }
2786
+
2787
+ 100% {
2788
+ opacity: 0;
2789
+ -o-transform: translateX(2000px);
2790
+ }
2791
+ }
2792
+
2793
+ @keyframes bounceOutRight {
2794
+ 0% {
2795
+ transform: translateX(0);
2796
+ }
2797
+
2798
+ 20% {
2799
+ opacity: 1;
2800
+ transform: translateX(-20px);
2801
+ }
2802
+
2803
+ 100% {
2804
+ opacity: 0;
2805
+ transform: translateX(2000px);
2806
+ }
2807
+ }
2808
+
2809
+ .animated.bounceOutRight {
2810
+ -webkit-animation-name: bounceOutRight;
2811
+ -moz-animation-name: bounceOutRight;
2812
+ -o-animation-name: bounceOutRight;
2813
+ animation-name: bounceOutRight;
2814
+ }
2815
+ @-webkit-keyframes rotateIn {
2816
+ 0% {
2817
+ -webkit-transform-origin: center center;
2818
+ -webkit-transform: rotate(-200deg);
2819
+ opacity: 0;
2820
+ }
2821
+
2822
+ 100% {
2823
+ -webkit-transform-origin: center center;
2824
+ -webkit-transform: rotate(0);
2825
+ opacity: 1;
2826
+ }
2827
+ }
2828
+ @-moz-keyframes rotateIn {
2829
+ 0% {
2830
+ -moz-transform-origin: center center;
2831
+ -moz-transform: rotate(-200deg);
2832
+ opacity: 0;
2833
+ }
2834
+
2835
+ 100% {
2836
+ -moz-transform-origin: center center;
2837
+ -moz-transform: rotate(0);
2838
+ opacity: 1;
2839
+ }
2840
+ }
2841
+ @-o-keyframes rotateIn {
2842
+ 0% {
2843
+ -o-transform-origin: center center;
2844
+ -o-transform: rotate(-200deg);
2845
+ opacity: 0;
2846
+ }
2847
+
2848
+ 100% {
2849
+ -o-transform-origin: center center;
2850
+ -o-transform: rotate(0);
2851
+ opacity: 1;
2852
+ }
2853
+ }
2854
+ @keyframes rotateIn {
2855
+ 0% {
2856
+ transform-origin: center center;
2857
+ transform: rotate(-200deg);
2858
+ opacity: 0;
2859
+ }
2860
+
2861
+ 100% {
2862
+ transform-origin: center center;
2863
+ transform: rotate(0);
2864
+ opacity: 1;
2865
+ }
2866
+ }
2867
+
2868
+ .animated.rotateIn {
2869
+ -webkit-animation-name: rotateIn;
2870
+ -moz-animation-name: rotateIn;
2871
+ -o-animation-name: rotateIn;
2872
+ animation-name: rotateIn;
2873
+ }
2874
+ @-webkit-keyframes rotateInUpLeft {
2875
+ 0% {
2876
+ -webkit-transform-origin: left bottom;
2877
+ -webkit-transform: rotate(90deg);
2878
+ opacity: 0;
2879
+ }
2880
+
2881
+ 100% {
2882
+ -webkit-transform-origin: left bottom;
2883
+ -webkit-transform: rotate(0);
2884
+ opacity: 1;
2885
+ }
2886
+ }
2887
+
2888
+ @-moz-keyframes rotateInUpLeft {
2889
+ 0% {
2890
+ -moz-transform-origin: left bottom;
2891
+ -moz-transform: rotate(90deg);
2892
+ opacity: 0;
2893
+ }
2894
+
2895
+ 100% {
2896
+ -moz-transform-origin: left bottom;
2897
+ -moz-transform: rotate(0);
2898
+ opacity: 1;
2899
+ }
2900
+ }
2901
+
2902
+ @-o-keyframes rotateInUpLeft {
2903
+ 0% {
2904
+ -o-transform-origin: left bottom;
2905
+ -o-transform: rotate(90deg);
2906
+ opacity: 0;
2907
+ }
2908
+
2909
+ 100% {
2910
+ -o-transform-origin: left bottom;
2911
+ -o-transform: rotate(0);
2912
+ opacity: 1;
2913
+ }
2914
+ }
2915
+
2916
+ @keyframes rotateInUpLeft {
2917
+ 0% {
2918
+ transform-origin: left bottom;
2919
+ transform: rotate(90deg);
2920
+ opacity: 0;
2921
+ }
2922
+
2923
+ 100% {
2924
+ transform-origin: left bottom;
2925
+ transform: rotate(0);
2926
+ opacity: 1;
2927
+ }
2928
+ }
2929
+
2930
+ .animated.rotateInUpLeft {
2931
+ -webkit-animation-name: rotateInUpLeft;
2932
+ -moz-animation-name: rotateInUpLeft;
2933
+ -o-animation-name: rotateInUpLeft;
2934
+ animation-name: rotateInUpLeft;
2935
+ }
2936
+ @-webkit-keyframes rotateInDownLeft {
2937
+ 0% {
2938
+ -webkit-transform-origin: left bottom;
2939
+ -webkit-transform: rotate(-90deg);
2940
+ opacity: 0;
2941
+ }
2942
+
2943
+ 100% {
2944
+ -webkit-transform-origin: left bottom;
2945
+ -webkit-transform: rotate(0);
2946
+ opacity: 1;
2947
+ }
2948
+ }
2949
+
2950
+ @-moz-keyframes rotateInDownLeft {
2951
+ 0% {
2952
+ -moz-transform-origin: left bottom;
2953
+ -moz-transform: rotate(-90deg);
2954
+ opacity: 0;
2955
+ }
2956
+
2957
+ 100% {
2958
+ -moz-transform-origin: left bottom;
2959
+ -moz-transform: rotate(0);
2960
+ opacity: 1;
2961
+ }
2962
+ }
2963
+
2964
+ @-o-keyframes rotateInDownLeft {
2965
+ 0% {
2966
+ -o-transform-origin: left bottom;
2967
+ -o-transform: rotate(-90deg);
2968
+ opacity: 0;
2969
+ }
2970
+
2971
+ 100% {
2972
+ -o-transform-origin: left bottom;
2973
+ -o-transform: rotate(0);
2974
+ opacity: 1;
2975
+ }
2976
+ }
2977
+
2978
+ @keyframes rotateInDownLeft {
2979
+ 0% {
2980
+ transform-origin: left bottom;
2981
+ transform: rotate(-90deg);
2982
+ opacity: 0;
2983
+ }
2984
+
2985
+ 100% {
2986
+ transform-origin: left bottom;
2987
+ transform: rotate(0);
2988
+ opacity: 1;
2989
+ }
2990
+ }
2991
+
2992
+ .animated.rotateInDownLeft {
2993
+ -webkit-animation-name: rotateInDownLeft;
2994
+ -moz-animation-name: rotateInDownLeft;
2995
+ -o-animation-name: rotateInDownLeft;
2996
+ animation-name: rotateInDownLeft;
2997
+ }
2998
+ @-webkit-keyframes rotateInUpRight {
2999
+ 0% {
3000
+ -webkit-transform-origin: right bottom;
3001
+ -webkit-transform: rotate(-90deg);
3002
+ opacity: 0;
3003
+ }
3004
+
3005
+ 100% {
3006
+ -webkit-transform-origin: right bottom;
3007
+ -webkit-transform: rotate(0);
3008
+ opacity: 1;
3009
+ }
3010
+ }
3011
+
3012
+ @-moz-keyframes rotateInUpRight {
3013
+ 0% {
3014
+ -moz-transform-origin: right bottom;
3015
+ -moz-transform: rotate(-90deg);
3016
+ opacity: 0;
3017
+ }
3018
+
3019
+ 100% {
3020
+ -moz-transform-origin: right bottom;
3021
+ -moz-transform: rotate(0);
3022
+ opacity: 1;
3023
+ }
3024
+ }
3025
+
3026
+ @-o-keyframes rotateInUpRight {
3027
+ 0% {
3028
+ -o-transform-origin: right bottom;
3029
+ -o-transform: rotate(-90deg);
3030
+ opacity: 0;
3031
+ }
3032
+
3033
+ 100% {
3034
+ -o-transform-origin: right bottom;
3035
+ -o-transform: rotate(0);
3036
+ opacity: 1;
3037
+ }
3038
+ }
3039
+
3040
+ @keyframes rotateInUpRight {
3041
+ 0% {
3042
+ transform-origin: right bottom;
3043
+ transform: rotate(-90deg);
3044
+ opacity: 0;
3045
+ }
3046
+
3047
+ 100% {
3048
+ transform-origin: right bottom;
3049
+ transform: rotate(0);
3050
+ opacity: 1;
3051
+ }
3052
+ }
3053
+
3054
+ .animated.rotateInUpRight {
3055
+ -webkit-animation-name: rotateInUpRight;
3056
+ -moz-animation-name: rotateInUpRight;
3057
+ -o-animation-name: rotateInUpRight;
3058
+ animation-name: rotateInUpRight;
3059
+ }
3060
+ @-webkit-keyframes rotateInDownRight {
3061
+ 0% {
3062
+ -webkit-transform-origin: right bottom;
3063
+ -webkit-transform: rotate(90deg);
3064
+ opacity: 0;
3065
+ }
3066
+
3067
+ 100% {
3068
+ -webkit-transform-origin: right bottom;
3069
+ -webkit-transform: rotate(0);
3070
+ opacity: 1;
3071
+ }
3072
+ }
3073
+
3074
+ @-moz-keyframes rotateInDownRight {
3075
+ 0% {
3076
+ -moz-transform-origin: right bottom;
3077
+ -moz-transform: rotate(90deg);
3078
+ opacity: 0;
3079
+ }
3080
+
3081
+ 100% {
3082
+ -moz-transform-origin: right bottom;
3083
+ -moz-transform: rotate(0);
3084
+ opacity: 1;
3085
+ }
3086
+ }
3087
+
3088
+ @-o-keyframes rotateInDownRight {
3089
+ 0% {
3090
+ -o-transform-origin: right bottom;
3091
+ -o-transform: rotate(90deg);
3092
+ opacity: 0;
3093
+ }
3094
+
3095
+ 100% {
3096
+ -o-transform-origin: right bottom;
3097
+ -o-transform: rotate(0);
3098
+ opacity: 1;
3099
+ }
3100
+ }
3101
+
3102
+ @keyframes rotateInDownRight {
3103
+ 0% {
3104
+ transform-origin: right bottom;
3105
+ transform: rotate(90deg);
3106
+ opacity: 0;
3107
+ }
3108
+
3109
+ 100% {
3110
+ transform-origin: right bottom;
3111
+ transform: rotate(0);
3112
+ opacity: 1;
3113
+ }
3114
+ }
3115
+
3116
+ .animated.rotateInDownRight {
3117
+ -webkit-animation-name: rotateInDownRight;
3118
+ -moz-animation-name: rotateInDownRight;
3119
+ -o-animation-name: rotateInDownRight;
3120
+ animation-name: rotateInDownRight;
3121
+ }
3122
+ @-webkit-keyframes rotateOut {
3123
+ 0% {
3124
+ -webkit-transform-origin: center center;
3125
+ -webkit-transform: rotate(0);
3126
+ opacity: 1;
3127
+ }
3128
+
3129
+ 100% {
3130
+ -webkit-transform-origin: center center;
3131
+ -webkit-transform: rotate(200deg);
3132
+ opacity: 0;
3133
+ }
3134
+ }
3135
+
3136
+ @-moz-keyframes rotateOut {
3137
+ 0% {
3138
+ -moz-transform-origin: center center;
3139
+ -moz-transform: rotate(0);
3140
+ opacity: 1;
3141
+ }
3142
+
3143
+ 100% {
3144
+ -moz-transform-origin: center center;
3145
+ -moz-transform: rotate(200deg);
3146
+ opacity: 0;
3147
+ }
3148
+ }
3149
+
3150
+ @-o-keyframes rotateOut {
3151
+ 0% {
3152
+ -o-transform-origin: center center;
3153
+ -o-transform: rotate(0);
3154
+ opacity: 1;
3155
+ }
3156
+
3157
+ 100% {
3158
+ -o-transform-origin: center center;
3159
+ -o-transform: rotate(200deg);
3160
+ opacity: 0;
3161
+ }
3162
+ }
3163
+
3164
+ @keyframes rotateOut {
3165
+ 0% {
3166
+ transform-origin: center center;
3167
+ transform: rotate(0);
3168
+ opacity: 1;
3169
+ }
3170
+
3171
+ 100% {
3172
+ transform-origin: center center;
3173
+ transform: rotate(200deg);
3174
+ opacity: 0;
3175
+ }
3176
+ }
3177
+
3178
+ .animated.rotateOut {
3179
+ -webkit-animation-name: rotateOut;
3180
+ -moz-animation-name: rotateOut;
3181
+ -o-animation-name: rotateOut;
3182
+ animation-name: rotateOut;
3183
+ }
3184
+ @-webkit-keyframes rotateOutUpLeft {
3185
+ 0% {
3186
+ -webkit-transform-origin: left bottom;
3187
+ -webkit-transform: rotate(0);
3188
+ opacity: 1;
3189
+ }
3190
+
3191
+ 100% {
3192
+ -webkit-transform-origin: left bottom;
3193
+ -webkit-transform: rotate(-90deg);
3194
+ opacity: 0;
3195
+ }
3196
+ }
3197
+
3198
+ @-moz-keyframes rotateOutUpLeft {
3199
+ 0% {
3200
+ -moz-transform-origin: left bottom;
3201
+ -moz-transform: rotate(0);
3202
+ opacity: 1;
3203
+ }
3204
+
3205
+ 100% {
3206
+ -moz-transform-origin: left bottom;
3207
+ -moz-transform: rotate(-90deg);
3208
+ opacity: 0;
3209
+ }
3210
+ }
3211
+
3212
+ @-o-keyframes rotateOutUpLeft {
3213
+ 0% {
3214
+ -o-transform-origin: left bottom;
3215
+ -o-transform: rotate(0);
3216
+ opacity: 1;
3217
+ }
3218
+
3219
+ 100% {
3220
+ -o-transform-origin: left bottom;
3221
+ -o-transform: rotate(-90deg);
3222
+ opacity: 0;
3223
+ }
3224
+ }
3225
+
3226
+ @keyframes rotateOutUpLeft {
3227
+ 0% {
3228
+ transform-origin: left bottom;
3229
+ transform: rotate(0);
3230
+ opacity: 1;
3231
+ }
3232
+
3233
+ 100% {
3234
+ transform-origin: left bottom;
3235
+ transform: rotate(-90deg);
3236
+ opacity: 0;
3237
+ }
3238
+ }
3239
+
3240
+ .animated.rotateOutUpLeft {
3241
+ -webkit-animation-name: rotateOutUpLeft;
3242
+ -moz-animation-name: rotateOutUpLeft;
3243
+ -o-animation-name: rotateOutUpLeft;
3244
+ animation-name: rotateOutUpLeft;
3245
+ }
3246
+ @-webkit-keyframes rotateOutDownLeft {
3247
+ 0% {
3248
+ -webkit-transform-origin: left bottom;
3249
+ -webkit-transform: rotate(0);
3250
+ opacity: 1;
3251
+ }
3252
+
3253
+ 100% {
3254
+ -webkit-transform-origin: left bottom;
3255
+ -webkit-transform: rotate(90deg);
3256
+ opacity: 0;
3257
+ }
3258
+ }
3259
+
3260
+ @-moz-keyframes rotateOutDownLeft {
3261
+ 0% {
3262
+ -moz-transform-origin: left bottom;
3263
+ -moz-transform: rotate(0);
3264
+ opacity: 1;
3265
+ }
3266
+
3267
+ 100% {
3268
+ -moz-transform-origin: left bottom;
3269
+ -moz-transform: rotate(90deg);
3270
+ opacity: 0;
3271
+ }
3272
+ }
3273
+
3274
+ @-o-keyframes rotateOutDownLeft {
3275
+ 0% {
3276
+ -o-transform-origin: left bottom;
3277
+ -o-transform: rotate(0);
3278
+ opacity: 1;
3279
+ }
3280
+
3281
+ 100% {
3282
+ -o-transform-origin: left bottom;
3283
+ -o-transform: rotate(90deg);
3284
+ opacity: 0;
3285
+ }
3286
+ }
3287
+
3288
+ @keyframes rotateOutDownLeft {
3289
+ 0% {
3290
+ transform-origin: left bottom;
3291
+ transform: rotate(0);
3292
+ opacity: 1;
3293
+ }
3294
+
3295
+ 100% {
3296
+ transform-origin: left bottom;
3297
+ transform: rotate(90deg);
3298
+ opacity: 0;
3299
+ }
3300
+ }
3301
+
3302
+ .animated.rotateOutDownLeft {
3303
+ -webkit-animation-name: rotateOutDownLeft;
3304
+ -moz-animation-name: rotateOutDownLeft;
3305
+ -o-animation-name: rotateOutDownLeft;
3306
+ animation-name: rotateOutDownLeft;
3307
+ }
3308
+ @-webkit-keyframes rotateOutUpRight {
3309
+ 0% {
3310
+ -webkit-transform-origin: right bottom;
3311
+ -webkit-transform: rotate(0);
3312
+ opacity: 1;
3313
+ }
3314
+
3315
+ 100% {
3316
+ -webkit-transform-origin: right bottom;
3317
+ -webkit-transform: rotate(90deg);
3318
+ opacity: 0;
3319
+ }
3320
+ }
3321
+
3322
+ @-moz-keyframes rotateOutUpRight {
3323
+ 0% {
3324
+ -moz-transform-origin: right bottom;
3325
+ -moz-transform: rotate(0);
3326
+ opacity: 1;
3327
+ }
3328
+
3329
+ 100% {
3330
+ -moz-transform-origin: right bottom;
3331
+ -moz-transform: rotate(90deg);
3332
+ opacity: 0;
3333
+ }
3334
+ }
3335
+
3336
+ @-o-keyframes rotateOutUpRight {
3337
+ 0% {
3338
+ -o-transform-origin: right bottom;
3339
+ -o-transform: rotate(0);
3340
+ opacity: 1;
3341
+ }
3342
+
3343
+ 100% {
3344
+ -o-transform-origin: right bottom;
3345
+ -o-transform: rotate(90deg);
3346
+ opacity: 0;
3347
+ }
3348
+ }
3349
+
3350
+ @keyframes rotateOutUpRight {
3351
+ 0% {
3352
+ transform-origin: right bottom;
3353
+ transform: rotate(0);
3354
+ opacity: 1;
3355
+ }
3356
+
3357
+ 100% {
3358
+ transform-origin: right bottom;
3359
+ transform: rotate(90deg);
3360
+ opacity: 0;
3361
+ }
3362
+ }
3363
+
3364
+ .animated.rotateOutUpRight {
3365
+ -webkit-animation-name: rotateOutUpRight;
3366
+ -moz-animation-name: rotateOutUpRight;
3367
+ -o-animation-name: rotateOutUpRight;
3368
+ animation-name: rotateOutUpRight;
3369
+ }
3370
+ @-webkit-keyframes rotateOutDownRight {
3371
+ 0% {
3372
+ -webkit-transform-origin: right bottom;
3373
+ -webkit-transform: rotate(0);
3374
+ opacity: 1;
3375
+ }
3376
+
3377
+ 100% {
3378
+ -webkit-transform-origin: right bottom;
3379
+ -webkit-transform: rotate(-90deg);
3380
+ opacity: 0;
3381
+ }
3382
+ }
3383
+
3384
+ @-moz-keyframes rotateOutDownRight {
3385
+ 0% {
3386
+ -moz-transform-origin: right bottom;
3387
+ -moz-transform: rotate(0);
3388
+ opacity: 1;
3389
+ }
3390
+
3391
+ 100% {
3392
+ -moz-transform-origin: right bottom;
3393
+ -moz-transform: rotate(-90deg);
3394
+ opacity: 0;
3395
+ }
3396
+ }
3397
+
3398
+ @-o-keyframes rotateOutDownRight {
3399
+ 0% {
3400
+ -o-transform-origin: right bottom;
3401
+ -o-transform: rotate(0);
3402
+ opacity: 1;
3403
+ }
3404
+
3405
+ 100% {
3406
+ -o-transform-origin: right bottom;
3407
+ -o-transform: rotate(-90deg);
3408
+ opacity: 0;
3409
+ }
3410
+ }
3411
+
3412
+ @keyframes rotateOutDownRight {
3413
+ 0% {
3414
+ transform-origin: right bottom;
3415
+ transform: rotate(0);
3416
+ opacity: 1;
3417
+ }
3418
+
3419
+ 100% {
3420
+ transform-origin: right bottom;
3421
+ transform: rotate(-90deg);
3422
+ opacity: 0;
3423
+ }
3424
+ }
3425
+
3426
+ .animated.rotateOutDownRight {
3427
+ -webkit-animation-name: rotateOutDownRight;
3428
+ -moz-animation-name: rotateOutDownRight;
3429
+ -o-animation-name: rotateOutDownRight;
3430
+ animation-name: rotateOutDownRight;
3431
+ }
3432
+
3433
+ @-webkit-keyframes zoomIn {
3434
+ 0% {
3435
+ opacity: 0;
3436
+ -webkit-transform: scale3d(.3, .3, .3);
3437
+ transform: scale3d(.3, .3, .3);
3438
+ }
3439
+
3440
+ 50% {
3441
+ opacity: 1;
3442
+ }
3443
+ }
3444
+
3445
+ @keyframes zoomIn {
3446
+ 0% {
3447
+ opacity: 0;
3448
+ -webkit-transform: scale3d(.3, .3, .3);
3449
+ transform: scale3d(.3, .3, .3);
3450
+ }
3451
+
3452
+ 50% {
3453
+ opacity: 1;
3454
+ }
3455
+ }
3456
+
3457
+ .animated.zoomIn {
3458
+ -webkit-animation-name: zoomIn;
3459
+ animation-name: zoomIn;
3460
+ }
3461
+
3462
+ @-webkit-keyframes zoomInDown {
3463
+ 0% {
3464
+ opacity: 0;
3465
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3466
+ transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3467
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3468
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3469
+ }
3470
+
3471
+ 60% {
3472
+ opacity: 1;
3473
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3474
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3475
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3476
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3477
+ }
3478
+ }
3479
+
3480
+ @keyframes zoomInDown {
3481
+ 0% {
3482
+ opacity: 0;
3483
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3484
+ transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3485
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3486
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3487
+ }
3488
+
3489
+ 60% {
3490
+ opacity: 1;
3491
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3492
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3493
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3494
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3495
+ }
3496
+ }
3497
+
3498
+ .animated.zoomInDown {
3499
+ -webkit-animation-name: zoomInDown;
3500
+ animation-name: zoomInDown;
3501
+ }
3502
+
3503
+ @-webkit-keyframes zoomInLeft {
3504
+ 0% {
3505
+ opacity: 0;
3506
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3507
+ transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3508
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3509
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3510
+ }
3511
+
3512
+ 60% {
3513
+ opacity: 1;
3514
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3515
+ transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3516
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3517
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3518
+ }
3519
+ }
3520
+
3521
+ @keyframes zoomInLeft {
3522
+ 0% {
3523
+ opacity: 0;
3524
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3525
+ transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3526
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3527
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3528
+ }
3529
+
3530
+ 60% {
3531
+ opacity: 1;
3532
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3533
+ transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3534
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3535
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3536
+ }
3537
+ }
3538
+
3539
+ .animated.zoomInLeft {
3540
+ -webkit-animation-name: zoomInLeft;
3541
+ animation-name: zoomInLeft;
3542
+ }
3543
+
3544
+ @-webkit-keyframes zoomInRight {
3545
+ 0% {
3546
+ opacity: 0;
3547
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3548
+ transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3549
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3550
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3551
+ }
3552
+
3553
+ 60% {
3554
+ opacity: 1;
3555
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3556
+ transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3557
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3558
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3559
+ }
3560
+ }
3561
+
3562
+ @keyframes zoomInRight {
3563
+ 0% {
3564
+ opacity: 0;
3565
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3566
+ transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3567
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3568
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3569
+ }
3570
+
3571
+ 60% {
3572
+ opacity: 1;
3573
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3574
+ transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3575
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3576
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3577
+ }
3578
+ }
3579
+
3580
+ .animated.zoomInRight {
3581
+ -webkit-animation-name: zoomInRight;
3582
+ animation-name: zoomInRight;
3583
+ }
3584
+
3585
+ @-webkit-keyframes zoomInUp {
3586
+ 0% {
3587
+ opacity: 0;
3588
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3589
+ transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3590
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3591
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3592
+ }
3593
+
3594
+ 60% {
3595
+ opacity: 1;
3596
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3597
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3598
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3599
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3600
+ }
3601
+ }
3602
+
3603
+ @keyframes zoomInUp {
3604
+ 0% {
3605
+ opacity: 0;
3606
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3607
+ transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3608
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3609
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3610
+ }
3611
+
3612
+ 60% {
3613
+ opacity: 1;
3614
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3615
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3616
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3617
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3618
+ }
3619
+ }
3620
+
3621
+ .animated.zoomInUp {
3622
+ -webkit-animation-name: zoomInUp;
3623
+ animation-name: zoomInUp;
3624
+ }
3625
+
3626
+ @-webkit-keyframes zoomOut {
3627
+ 0% {
3628
+ opacity: 1;
3629
+ }
3630
+
3631
+ 50% {
3632
+ opacity: 0;
3633
+ -webkit-transform: scale3d(.3, .3, .3);
3634
+ transform: scale3d(.3, .3, .3);
3635
+ }
3636
+
3637
+ 100% {
3638
+ opacity: 0;
3639
+ }
3640
+ }
3641
+
3642
+ @keyframes zoomOut {
3643
+ 0% {
3644
+ opacity: 1;
3645
+ }
3646
+
3647
+ 50% {
3648
+ opacity: 0;
3649
+ -webkit-transform: scale3d(.3, .3, .3);
3650
+ transform: scale3d(.3, .3, .3);
3651
+ }
3652
+
3653
+ 100% {
3654
+ opacity: 0;
3655
+ }
3656
+ }
3657
+
3658
+ .animated.zoomOut {
3659
+ -webkit-animation-name: zoomOut;
3660
+ animation-name: zoomOut;
3661
+ }
3662
+
3663
+ @-webkit-keyframes zoomOutDown {
3664
+ 40% {
3665
+ opacity: 1;
3666
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3667
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3668
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3669
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3670
+ }
3671
+
3672
+ 100% {
3673
+ opacity: 0;
3674
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
3675
+ transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
3676
+ -webkit-transform-origin: center bottom;
3677
+ transform-origin: center bottom;
3678
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3679
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3680
+ }
3681
+ }
3682
+
3683
+ @keyframes zoomOutDown {
3684
+ 40% {
3685
+ opacity: 1;
3686
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3687
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3688
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3689
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3690
+ }
3691
+
3692
+ 100% {
3693
+ opacity: 0;
3694
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
3695
+ transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
3696
+ -webkit-transform-origin: center bottom;
3697
+ transform-origin: center bottom;
3698
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3699
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3700
+ }
3701
+ }
3702
+
3703
+ .animated.zoomOutDown {
3704
+ -webkit-animation-name: zoomOutDown;
3705
+ animation-name: zoomOutDown;
3706
+ }
3707
+
3708
+ @-webkit-keyframes zoomOutLeft {
3709
+ 40% {
3710
+ opacity: 1;
3711
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3712
+ transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3713
+ }
3714
+
3715
+ 100% {
3716
+ opacity: 0;
3717
+ -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3718
+ transform: scale(.1) translate3d(-2000px, 0, 0);
3719
+ -webkit-transform-origin: left center;
3720
+ transform-origin: left center;
3721
+ }
3722
+ }
3723
+
3724
+ @keyframes zoomOutLeft {
3725
+ 40% {
3726
+ opacity: 1;
3727
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3728
+ transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3729
+ }
3730
+
3731
+ 100% {
3732
+ opacity: 0;
3733
+ -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3734
+ transform: scale(.1) translate3d(-2000px, 0, 0);
3735
+ -webkit-transform-origin: left center;
3736
+ transform-origin: left center;
3737
+ }
3738
+ }
3739
+
3740
+ .animated.zoomOutLeft {
3741
+ -webkit-animation-name: zoomOutLeft;
3742
+ animation-name: zoomOutLeft;
3743
+ }
3744
+
3745
+ @-webkit-keyframes zoomOutRight {
3746
+ 40% {
3747
+ opacity: 1;
3748
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3749
+ transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3750
+ }
3751
+
3752
+ 100% {
3753
+ opacity: 0;
3754
+ -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3755
+ transform: scale(.1) translate3d(2000px, 0, 0);
3756
+ -webkit-transform-origin: right center;
3757
+ transform-origin: right center;
3758
+ }
3759
+ }
3760
+
3761
+ @keyframes zoomOutRight {
3762
+ 40% {
3763
+ opacity: 1;
3764
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3765
+ transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3766
+ }
3767
+
3768
+ 100% {
3769
+ opacity: 0;
3770
+ -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3771
+ transform: scale(.1) translate3d(2000px, 0, 0);
3772
+ -webkit-transform-origin: right center;
3773
+ transform-origin: right center;
3774
+ }
3775
+ }
3776
+
3777
+ .animated.zoomOutRight {
3778
+ -webkit-animation-name: zoomOutRight;
3779
+ animation-name: zoomOutRight;
3780
+ }
3781
+
3782
+ @-webkit-keyframes zoomOutUp {
3783
+ 40% {
3784
+ opacity: 1;
3785
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3786
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3787
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3788
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3789
+ }
3790
+
3791
+ 100% {
3792
+ opacity: 0;
3793
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
3794
+ transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
3795
+ -webkit-transform-origin: center bottom;
3796
+ transform-origin: center bottom;
3797
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3798
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3799
+ }
3800
+ }
3801
+
3802
+ @keyframes zoomOutUp {
3803
+ 40% {
3804
+ opacity: 1;
3805
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3806
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3807
+ -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3808
+ animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
3809
+ }
3810
+
3811
+ 100% {
3812
+ opacity: 0;
3813
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
3814
+ transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
3815
+ -webkit-transform-origin: center bottom;
3816
+ transform-origin: center bottom;
3817
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3818
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
3819
+ }
3820
+ }
3821
+
3822
+ .animated.zoomOutUp {
3823
+ -webkit-animation-name: zoomOutUp;
3824
+ animation-name: zoomOutUp;
3825
+ }
3826
+
3827
+ @-webkit-keyframes slideInDown {
3828
+ 0% {
3829
+ -webkit-transform: translate3d(0, -1080px, 0);
3830
+ transform: translate3d(0, -1080px, 0);
3831
+ opacity: 1;
3832
+ }
3833
+
3834
+ 100% {
3835
+ -webkit-transform: translate3d(0, 0, 0);
3836
+ transform: translate3d(0, 0, 0);
3837
+ }
3838
+ }
3839
+
3840
+ @keyframes slideInDown {
3841
+ 0% {
3842
+ -webkit-transform: translate3d(0, -1080px, 0);
3843
+ transform: translate3d(0, -1080px, 0);
3844
+ opacity: 1;
3845
+ }
3846
+
3847
+ 100% {
3848
+ -webkit-transform: translate3d(0, 0, 0);
3849
+ transform: translate3d(0, 0, 0);
3850
+ }
3851
+ }
3852
+
3853
+ .animated.slideInDown {
3854
+ -webkit-animation-name: slideInDown;
3855
+ animation-name: slideInDown;
3856
+ }
3857
+
3858
+ @-webkit-keyframes slideInLeft {
3859
+ 0% {
3860
+ -webkit-transform: translate3d(-3000px, 0, 0);
3861
+ transform: translate3d(-3000px, 0, 0);
3862
+ opacity: 1;
3863
+ }
3864
+
3865
+ 100% {
3866
+ -webkit-transform: translate3d(0, 0, 0);
3867
+ transform: translate3d(0, 0, 0);
3868
+ }
3869
+ }
3870
+
3871
+ @keyframes slideInLeft {
3872
+ 0% {
3873
+ -webkit-transform: translate3d(-3000px, 0, 0);
3874
+ transform: translate3d(-3000px, 0, 0);
3875
+ opacity: 1;
3876
+ }
3877
+
3878
+ 100% {
3879
+ -webkit-transform: translate3d(0, 0, 0);
3880
+ transform: translate3d(0, 0, 0);
3881
+ }
3882
+ }
3883
+
3884
+ .animated.slideInLeft {
3885
+ -webkit-animation-name: slideInLeft;
3886
+ animation-name: slideInLeft;
3887
+ }
3888
+
3889
+ @-webkit-keyframes slideInRight {
3890
+ 0% {
3891
+ -webkit-transform: translate3d(3000px, 0, 0);
3892
+ transform: translate3d(3000px, 0, 0);
3893
+ opacity: 1;
3894
+ }
3895
+
3896
+ 100% {
3897
+ -webkit-transform: translate3d(0, 0, 0);
3898
+ transform: translate3d(0, 0, 0);
3899
+ }
3900
+ }
3901
+
3902
+ @keyframes slideInRight {
3903
+ 0% {
3904
+ -webkit-transform: translate3d(3000px, 0, 0);
3905
+ transform: translate3d(3000px, 0, 0);
3906
+ opacity: 1;
3907
+ }
3908
+
3909
+ 100% {
3910
+ -webkit-transform: translate3d(0, 0, 0);
3911
+ transform: translate3d(0, 0, 0);
3912
+ }
3913
+ }
3914
+
3915
+ .animated.slideInRight {
3916
+ -webkit-animation-name: slideInRight;
3917
+ animation-name: slideInRight;
3918
+ }
3919
+
3920
+ @-webkit-keyframes slideInUp {
3921
+ 0% {
3922
+ -webkit-transform: translate3d(0, 1080px, 0);
3923
+ transform: translate3d(0, 1080px, 0);
3924
+ opacity: 1;
3925
+ }
3926
+
3927
+ 100% {
3928
+ -webkit-transform: translate3d(0, 0, 0);
3929
+ transform: translate3d(0, 0, 0);
3930
+ }
3931
+ }
3932
+
3933
+ @keyframes slideInUp {
3934
+ 0% {
3935
+ -webkit-transform: translate3d(0, 1080px, 0);
3936
+ transform: translate3d(0, 1080px, 0);
3937
+ opacity: 1;
3938
+ }
3939
+
3940
+ 100% {
3941
+ -webkit-transform: translate3d(0, 0, 0);
3942
+ transform: translate3d(0, 0, 0);
3943
+ }
3944
+ }
3945
+
3946
+ .animated.slideInUp {
3947
+ -webkit-animation-name: slideInUp;
3948
+ animation-name: slideInUp;
3949
+ }
3950
+
3951
+ @-webkit-keyframes slideOutDown {
3952
+ 0% {
3953
+ -webkit-transform: translate3d(0, 0, 0);
3954
+ transform: translate3d(0, 0, 0);
3955
+ }
3956
+
3957
+ 100% {
3958
+ opacity: 0;
3959
+ -webkit-transform: translate3d(0, 1080px, 0);
3960
+ transform: translate3d(0, 1080px, 0);
3961
+ }
3962
+ }
3963
+
3964
+ @keyframes slideOutDown {
3965
+ 0% {
3966
+ -webkit-transform: translate3d(0, 0, 0);
3967
+ transform: translate3d(0, 0, 0);
3968
+ }
3969
+
3970
+ 100% {
3971
+ opacity: 0;
3972
+ -webkit-transform: translate3d(0, 1080px, 0);
3973
+ transform: translate3d(0, 1080px, 0);
3974
+ }
3975
+ }
3976
+
3977
+ .animated.slideOutDown {
3978
+ -webkit-animation-name: slideOutDown;
3979
+ animation-name: slideOutDown;
3980
+ }
3981
+
3982
+ @-webkit-keyframes slideOutLeft {
3983
+ 0% {
3984
+ -webkit-transform: translate3d(0, 0, 0);
3985
+ transform: translate3d(0, 0, 0);
3986
+ }
3987
+
3988
+ 100% {
3989
+ opacity: 0;
3990
+ -webkit-transform: translate3d(-3000px, 0, 0);
3991
+ transform: translate3d(-3000px, 0, 0);
3992
+ }
3993
+ }
3994
+
3995
+ @keyframes slideOutLeft {
3996
+ 0% {
3997
+ -webkit-transform: translate3d(0, 0, 0);
3998
+ transform: translate3d(0, 0, 0);
3999
+ }
4000
+
4001
+ 100% {
4002
+ opacity: 0;
4003
+ -webkit-transform: translate3d(-3000px, 0, 0);
4004
+ transform: translate3d(-3000px, 0, 0);
4005
+ }
4006
+ }
4007
+
4008
+ .animated.slideOutLeft {
4009
+ -webkit-animation-name: slideOutLeft;
4010
+ animation-name: slideOutLeft;
4011
+ }
4012
+
4013
+ @-webkit-keyframes slideOutRight {
4014
+ 0% {
4015
+ -webkit-transform: translate3d(0, 0, 0);
4016
+ transform: translate3d(0, 0, 0);
4017
+ }
4018
+
4019
+ 100% {
4020
+ opacity: 0;
4021
+ -webkit-transform: translate3d(3000px, 0, 0);
4022
+ transform: translate3d(3000px, 0, 0);
4023
+ }
4024
+ }
4025
+
4026
+ @keyframes slideOutRight {
4027
+ 0% {
4028
+ -webkit-transform: translate3d(0, 0, 0);
4029
+ transform: translate3d(0, 0, 0);
4030
+ }
4031
+
4032
+ 100% {
4033
+ opacity: 0;
4034
+ -webkit-transform: translate3d(3000px, 0, 0);
4035
+ transform: translate3d(3000px, 0, 0);
4036
+ }
4037
+ }
4038
+
4039
+ .animated.slideOutRight {
4040
+ -webkit-animation-name: slideOutRight;
4041
+ animation-name: slideOutRight;
4042
+ }
4043
+
4044
+ @-webkit-keyframes slideOutUp {
4045
+ 0% {
4046
+ -webkit-transform: translate3d(0, 0, 0);
4047
+ transform: translate3d(0, 0, 0);
4048
+ }
4049
+
4050
+ 100% {
4051
+ opacity: 0;
4052
+ -webkit-transform: translate3d(0, -1080px, 0);
4053
+ transform: translate3d(0, -1080px, 0);
4054
+ }
4055
+ }
4056
+
4057
+ @keyframes slideOutUp {
4058
+ 0% {
4059
+ -webkit-transform: translate3d(0, 0, 0);
4060
+ transform: translate3d(0, 0, 0);
4061
+ }
4062
+
4063
+ 100% {
4064
+ opacity: 0;
4065
+ -webkit-transform: translate3d(0, -1080px, 0);
4066
+ transform: translate3d(0, -1080px, 0);
4067
+ }
4068
+ }
4069
+
4070
+ .animated.slideOutUp {
4071
+ -webkit-animation-name: slideOutUp;
4072
+ animation-name: slideOutUp;
4073
+ }
4074
+
4075
+ @-webkit-keyframes hinge {
4076
+ 0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
4077
+ 20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
4078
+ 40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
4079
+ 80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
4080
+ 100% { -webkit-transform: translateY(700px); opacity: 0; }
4081
+ }
4082
+
4083
+ @-moz-keyframes hinge {
4084
+ 0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
4085
+ 20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
4086
+ 40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
4087
+ 80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
4088
+ 100% { -moz-transform: translateY(700px); opacity: 0; }
4089
+ }
4090
+
4091
+ @-o-keyframes hinge {
4092
+ 0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
4093
+ 20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
4094
+ 40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
4095
+ 80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
4096
+ 100% { -o-transform: translateY(700px); opacity: 0; }
4097
+ }
4098
+
4099
+ @keyframes hinge {
4100
+ 0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
4101
+ 20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
4102
+ 40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
4103
+ 80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
4104
+ 100% { transform: translateY(700px); opacity: 0; }
4105
+ }
4106
+
4107
+ .animated.hinge {
4108
+ -webkit-animation-name: hinge;
4109
+ -moz-animation-name: hinge;
4110
+ -o-animation-name: hinge;
4111
+ animation-name: hinge;
4112
+ }
4113
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
4114
+
4115
+ @-webkit-keyframes rollIn {
4116
+ 0% { opacity: 0; -webkit-transform: translateX(-3000px) rotate(-120deg); }
4117
+ 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
4118
+ }
4119
+
4120
+ @-moz-keyframes rollIn {
4121
+ 0% { opacity: 0; -moz-transform: translateX(-3000px) rotate(-120deg); }
4122
+ 100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
4123
+ }
4124
+
4125
+ @-o-keyframes rollIn {
4126
+ 0% { opacity: 0; -o-transform: translateX(-3000px) rotate(-120deg); }
4127
+ 100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
4128
+ }
4129
+
4130
+ @keyframes rollIn {
4131
+ 0% { opacity: 0; transform: translateX(-3000px) rotate(-120deg); }
4132
+ 100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
4133
+ }
4134
+
4135
+ .animated.rollIn {
4136
+ -webkit-animation-name: rollIn;
4137
+ -moz-animation-name: rollIn;
4138
+ -o-animation-name: rollIn;
4139
+ animation-name: rollIn;
4140
+ }
4141
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
4142
+
4143
+ @-webkit-keyframes rollOut {
4144
+ 0% {
4145
+ opacity: 1;
4146
+ -webkit-transform: translateX(0px) rotate(0deg);
4147
+ }
4148
+
4149
+ 100% {
4150
+ opacity: 0;
4151
+ -webkit-transform: translateX(3000px) rotate(120deg);
4152
+ }
4153
+ }
4154
+
4155
+ @-moz-keyframes rollOut {
4156
+ 0% {
4157
+ opacity: 1;
4158
+ -moz-transform: translateX(0px) rotate(0deg);
4159
+ }
4160
+
4161
+ 100% {
4162
+ opacity: 0;
4163
+ -moz-transform: translateX(3000px) rotate(120deg);
4164
+ }
4165
+ }
4166
+
4167
+ @-o-keyframes rollOut {
4168
+ 0% {
4169
+ opacity: 1;
4170
+ -o-transform: translateX(0px) rotate(0deg);
4171
+ }
4172
+
4173
+ 100% {
4174
+ opacity: 0;
4175
+ -o-transform: translateX(3000px) rotate(120deg);
4176
+ }
4177
+ }
4178
+
4179
+ @keyframes rollOut {
4180
+ 0% {
4181
+ opacity: 1;
4182
+ transform: translateX(0px) rotate(0deg);
4183
+ }
4184
+
4185
+ 100% {
4186
+ opacity: 0;
4187
+ transform: translateX(3000px) rotate(120deg);
4188
+ }
4189
+ }
4190
+
4191
+ .animated.rollOut {
4192
+ -webkit-animation-name: rollOut;
4193
+ -moz-animation-name: rollOut;
4194
+ -o-animation-name: rollOut;
4195
+ animation-name: rollOut;
4196
+ }
4197
+
4198
+ /* originally authored by Angelo Rohit - https://github.com/angelorohit */
4199
+
4200
+ @-webkit-keyframes lightSpeedIn {
4201
+ 0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4202
+ 60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
4203
+ 80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
4204
+ 100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
4205
+ }
4206
+
4207
+ @-moz-keyframes lightSpeedIn {
4208
+ 0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4209
+ 60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
4210
+ 80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
4211
+ 100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
4212
+ }
4213
+
4214
+ @-o-keyframes lightSpeedIn {
4215
+ 0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4216
+ 60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
4217
+ 80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
4218
+ 100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
4219
+ }
4220
+
4221
+ @keyframes lightSpeedIn {
4222
+ 0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
4223
+ 60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
4224
+ 80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
4225
+ 100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
4226
+ }
4227
+
4228
+ .animated.lightSpeedIn {
4229
+ -webkit-animation-name: lightSpeedIn;
4230
+ -moz-animation-name: lightSpeedIn;
4231
+ -o-animation-name: lightSpeedIn;
4232
+ animation-name: lightSpeedIn;
4233
+
4234
+ -webkit-animation-timing-function: ease-out;
4235
+ -moz-animation-timing-function: ease-out;
4236
+ -o-animation-timing-function: ease-out;
4237
+ animation-timing-function: ease-out;
4238
+ }
4239
+
4240
+ /* originally authored by Angelo Rohit - https://github.com/angelorohit */
4241
+
4242
+ @-webkit-keyframes lightSpeedOut {
4243
+ 0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
4244
+ 100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4245
+ }
4246
+
4247
+ @-moz-keyframes lightSpeedOut {
4248
+ 0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
4249
+ 100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4250
+ }
4251
+
4252
+ @-o-keyframes lightSpeedOut {
4253
+ 0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
4254
+ 100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
4255
+ }
4256
+
4257
+ @keyframes lightSpeedOut {
4258
+ 0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
4259
+ 100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
4260
+ }
4261
+
4262
+ .animated.lightSpeedOut {
4263
+ -webkit-animation-name: lightSpeedOut;
4264
+ -moz-animation-name: lightSpeedOut;
4265
+ -o-animation-name: lightSpeedOut;
4266
+ animation-name: lightSpeedOut;
4267
+
4268
+ -webkit-animation-timing-function: ease-in;
4269
+ -moz-animation-timing-function: ease-in;
4270
+ -o-animation-timing-function: ease-in;
4271
+ animation-timing-function: ease-in;
4272
+ }
4273
+
4274
+ /* originally authored by Angelo Rohit - https://github.com/angelorohit */
4275
+
4276
+ @-webkit-keyframes wiggle {
4277
+ 0% { -webkit-transform: skewX(9deg); }
4278
+ 10% { -webkit-transform: skewX(-8deg); }
4279
+ 20% { -webkit-transform: skewX(7deg); }
4280
+ 30% { -webkit-transform: skewX(-6deg); }
4281
+ 40% { -webkit-transform: skewX(5deg); }
4282
+ 50% { -webkit-transform: skewX(-4deg); }
4283
+ 60% { -webkit-transform: skewX(3deg); }
4284
+ 70% { -webkit-transform: skewX(-2deg); }
4285
+ 80% { -webkit-transform: skewX(1deg); }
4286
+ 90% { -webkit-transform: skewX(0deg); }
4287
+ 100% { -webkit-transform: skewX(0deg); }
4288
+ }
4289
+
4290
+ @-moz-keyframes wiggle {
4291
+ 0% { -moz-transform: skewX(9deg); }
4292
+ 10% { -moz-transform: skewX(-8deg); }
4293
+ 20% { -moz-transform: skewX(7deg); }
4294
+ 30% { -moz-transform: skewX(-6deg); }
4295
+ 40% { -moz-transform: skewX(5deg); }
4296
+ 50% { -moz-transform: skewX(-4deg); }
4297
+ 60% { -moz-transform: skewX(3deg); }
4298
+ 70% { -moz-transform: skewX(-2deg); }
4299
+ 80% { -moz-transform: skewX(1deg); }
4300
+ 90% { -moz-transform: skewX(0deg); }
4301
+ 100% { -moz-transform: skewX(0deg); }
4302
+ }
4303
+
4304
+ @-o-keyframes wiggle {
4305
+ 0% { -o-transform: skewX(9deg); }
4306
+ 10% { -o-transform: skewX(-8deg); }
4307
+ 20% { -o-transform: skewX(7deg); }
4308
+ 30% { -o-transform: skewX(-6deg); }
4309
+ 40% { -o-transform: skewX(5deg); }
4310
+ 50% { -o-transform: skewX(-4deg); }
4311
+ 60% { -o-transform: skewX(3deg); }
4312
+ 70% { -o-transform: skewX(-2deg); }
4313
+ 80% { -o-transform: skewX(1deg); }
4314
+ 90% { -o-transform: skewX(0deg); }
4315
+ 100% { -o-transform: skewX(0deg); }
4316
+ }
4317
+
4318
+ @keyframes wiggle {
4319
+ 0% { transform: skewX(9deg); }
4320
+ 10% { transform: skewX(-8deg); }
4321
+ 20% { transform: skewX(7deg); }
4322
+ 30% { transform: skewX(-6deg); }
4323
+ 40% { transform: skewX(5deg); }
4324
+ 50% { transform: skewX(-4deg); }
4325
+ 60% { transform: skewX(3deg); }
4326
+ 70% { transform: skewX(-2deg); }
4327
+ 80% { transform: skewX(1deg); }
4328
+ 90% { transform: skewX(0deg); }
4329
+ 100% { transform: skewX(0deg); }
4330
+ }
4331
+
4332
+ .animated.wiggle {
4333
+ -webkit-animation-name: wiggle;
4334
+ -moz-animation-name: wiggle;
4335
+ -o-animation-name: wiggle;
4336
+ animation-name: wiggle;
4337
+
4338
+ -webkit-animation-timing-function: ease-in;
4339
+ -moz-animation-timing-function: ease-in;
4340
+ -o-animation-timing-function: ease-in;
4341
+ animation-timing-function: ease-in;
4342
+ }
4343
+
4344
+
4345
+
4346
+ /*
4347
+
4348
+ A couple of additions for the animo.js library
4349
+
4350
+ Daniel Raftery <@ThirvingKings>
4351
+
4352
+ */
4353
+
4354
+ .animated.fade {
4355
+ -webkit-animation-name: fade;
4356
+ -moz-animation-name: fade;
4357
+ -o-animation-name: fade;
4358
+ animation-name: fade;
4359
+ }
4360
+
4361
+ @-webkit-keyframes fade {
4362
+ 0% { opacity: 1; }
4363
+ 100% { opacity: 0; }
4364
+ }
4365
+
4366
+ @-moz-keyframes fade {
4367
+ 0% { opacity: 1; }
4368
+ 100% { opacity: 0; }
4369
+ }
4370
+
4371
+ @-o-keyframes fade {
4372
+ 0% { opacity: 1; }
4373
+ 100% { opacity: 0; }
4374
+ }
4375
+
4376
+ @keyframes fade {
4377
+ 0% { opacity: 1; }
4378
+ 100% { opacity: 0; }
4379
+ }
4380
+
4381
+ .animated.appear {
4382
+ -webkit-animation-name: appear;
4383
+ -moz-animation-name: appear;
4384
+ -o-animation-name: appear;
4385
+ animation-name: appear;
4386
+ }
4387
+
4388
+ @-webkit-keyframes appear {
4389
+ 0% { opacity: 0; }
4390
+ 100% { opacity: 1; }
4391
+ }
4392
+
4393
+ @-moz-keyframes appear {
4394
+ 0% { opacity: 0; }
4395
+ 100% { opacity: 1; }
4396
+ }
4397
+
4398
+ @-o-keyframes appear {
4399
+ 0% { opacity: 0; }
4400
+ 100% { opacity: 1; }
4401
+ }
4402
+
4403
+ @keyframes appear {
4404
+ 0% { opacity: 0; }
4405
+ 100% { opacity: 1; }
4406
+ }
4407
+
4408
+ .animated.spinner {
4409
+ -webkit-animation-name: spinner;
4410
+ -moz-animation-name: spinner;
4411
+ -o-animation-name: spinner;
4412
+ animation-name: spinner;
4413
+ }
4414
+
4415
+ @-webkit-keyframes spinner {
4416
+ 0% { -webkit-transform: rotate(0deg); }
4417
+ 100% { -webkit-transform: rotate(360deg); }
4418
+ }
4419
+
4420
+ @-moz-keyframes spinner {
4421
+ 0% { -moz-transform: rotate(0deg); }
4422
+ 100% { -moz-transform: rotate(360deg); }
4423
+ }
4424
+
4425
+ @-o-keyframes spinner {
4426
+ 0% { -o-transform: rotate(0deg); }
4427
+ 100% { -o-transform: rotate(360deg); }
4428
+ }
4429
+
4430
+ @keyframes spinner {
4431
+ 0% { transform: rotate(0deg); }
4432
+ 100% { transform: rotate(360deg); }
4433
+ }
4434
+
4435
+ .animated.twirlIn {
4436
+ -webkit-animation-name: twirlIn;
4437
+ -moz-animation-name: twirlIn;
4438
+ -o-animation-name: twirlIn;
4439
+ animation-name: twirlIn;
4440
+ }
4441
+
4442
+ @-webkit-keyframes twirlIn {
4443
+ 0% { -webkit-transform: rotate3d( 80,-70,10,180deg ); }
4444
+ 100% { -webkit-transform: rotate3d( 0,0,0,0deg ); }
4445
+ }
4446
+
4447
+ @-moz-keyframes twirlIn {
4448
+ 0% { -moz-transform: rotate3d( 80,70,10,180deg ); }
4449
+ 100% { -moz-transform: rotate3d( 0,0,0,0deg ); }
4450
+ }
4451
+
4452
+ @-o-keyframes twirlIn {
4453
+ 0% { -o-transform: rotate3d( 80,70,10,180deg ); }
4454
+ 100% { -o-transform: rotate3d( 0,0,0,0deg ); }
4455
+ }
4456
+
4457
+ @keyframes twirlIn {
4458
+ 0% { transform: rotate3d( 0,0,0,0deg ); }
4459
+ 100% { transform: rotate3d( 80,70,10,180deg ); }
4460
+ }
4461
+
4462
+ .animated.twirlOut {
4463
+ -webkit-animation-name: twirlOut;
4464
+ -moz-animation-name: twirlOut;
4465
+ -o-animation-name: twirlOut;
4466
+ animation-name: twirlOut;
4467
+ }
4468
+
4469
+ @-webkit-keyframes twirlOut {
4470
+ 0% { -webkit-transform: rotate3d( 0,0,0,0deg ); }
4471
+ 100% { -webkit-transform: rotate3d( 80,-70,10,180deg ); }
4472
+ }
4473
+
4474
+ @-moz-keyframes twirlOut {
4475
+ 0% { -moz-transform: rotate3d( 0,0,0,0deg ); }
4476
+ 100% { -moz-transform: rotate3d( 80,70,10,180deg ); }
4477
+ }
4478
+
4479
+ @-o-keyframes twirlOut {
4480
+ 0% { -o-transform: rotate3d( 0,0,0,0deg ); }
4481
+ 100% { -o-transform: rotate3d( 80,70,10,180deg ); }
4482
+ }
4483
+
4484
+ @keyframes twirlOut {
4485
+ 0% { transform: rotate3d( 0,0,0,0deg ); }
4486
+ 100% { transform: rotate3d( 80,70,10,180deg ); }
4487
+ }
4488
+
4489
+ .eds-animation-paused {
4490
+ -webkit-animation-play-state: paused;
4491
+ animation-play-state: paused;
4492
+ }
4493
+
4494
+ /* originally authored by Ian Lunn - https://github.com/IanLunn */
4495
+
4496
+ /* Grow */
4497
+ @-webkit-keyframes grow {
4498
+ 100% { -webkit-transform: scale(1.1); }
4499
+ }
4500
+
4501
+ @-moz-keyframes grow {
4502
+ 100% { -moz-transform: scale(1.1); }
4503
+ }
4504
+
4505
+ @-o-keyframes grow {
4506
+ 100% { -o-transform: scale(1.1); }
4507
+ }
4508
+
4509
+ @keyframes grow {
4510
+ 100% { transform: scale(1.1); }
4511
+ }
4512
+
4513
+ .animated.grow {
4514
+ -webkit-animation-name: grow;
4515
+ -moz-animation-name: grow;
4516
+ -o-animation-name: grow;
4517
+ animation-name: grow;
4518
+ }
4519
+
4520
+ /* Shrink */
4521
+ @-webkit-keyframes shrink {
4522
+ 100% { -webkit-transform: scale(0.9); }
4523
+ }
4524
+
4525
+ @-moz-keyframes shrink {
4526
+ 100% { -moz-transform: scale(0.9); }
4527
+ }
4528
+
4529
+ @-o-keyframes shrink {
4530
+ 100% { -o-transform: scale(0.9); }
4531
+ }
4532
+
4533
+ @keyframes shrink {
4534
+ 100% { transform: scale(0.9); }
4535
+ }
4536
+
4537
+ .animated.shrink {
4538
+ -webkit-animation-name: shrink;
4539
+ -moz-animation-name: shrink;
4540
+ -o-animation-name: shrink;
4541
+ animation-name: shrink;
4542
+ }
4543
+
4544
+ /* Pulse Grow */
4545
+ @-webkit-keyframes pulseGrow {
4546
+ 0% { -webkit-transform: scale(1.1); }
4547
+ }
4548
+
4549
+ @-moz-keyframes pulseGrow {
4550
+ 0% { -moz-transform: scale(1.1); }
4551
+ }
4552
+
4553
+ @-o-keyframes pulseGrow {
4554
+ 0% { -o-transform: scale(1.1); }
4555
+ }
4556
+
4557
+ @keyframes pulseGrow {
4558
+ 0% { transform: scale(1.1); }
4559
+ }
4560
+
4561
+ .animated.pulseGrow {
4562
+ -webkit-animation-direction: alternate;
4563
+ -moz-animation-direction: alternate;
4564
+ -o-animation-direction: alternate;
4565
+ animation-direction: alternate;
4566
+ -webkit-animation-name: pulseGrow;
4567
+ -moz-animation-name: pulseGrow;
4568
+ -o-animation-name: pulseGrow;
4569
+ animation-name: pulseGrow;
4570
+ }
4571
+
4572
+ /* Pulse Shrink */
4573
+ @-webkit-keyframes pulseShrink {
4574
+ 0% { -webkit-transform: scale(0.9); }
4575
+ }
4576
+
4577
+ @-moz-keyframes pulseShrink {
4578
+ 0% { -moz-transform: scale(0.9); }
4579
+ }
4580
+
4581
+ @-o-keyframes pulseShrink {
4582
+ 0% { -o-transform: scale(0.9); }
4583
+ }
4584
+
4585
+ @keyframes pulseShrink {
4586
+ 0% { transform: scale(0.9); }
4587
+ }
4588
+
4589
+ .animated.pulseShrink {
4590
+ -webkit-animation-direction: alternate;
4591
+ -moz-animation-direction: alternate;
4592
+ -o-animation-direction: alternate;
4593
+ animation-direction: alternate;
4594
+ -webkit-animation-name: pulseShrink;
4595
+ -moz-animation-name: pulseShrink;
4596
+ -o-animation-name: pulseShrink;
4597
+ animation-name: pulseShrink;
4598
+ }
4599
+
4600
+ /* Push */
4601
+ @-webkit-keyframes push {
4602
+ 50% { -webkit-transform: scale(0.8); }
4603
+ 100% { -webkit-transform: scale(1); }
4604
+ }
4605
+
4606
+ @-moz-keyframes push {
4607
+ 50% { -moz-transform: scale(0.8); }
4608
+ 100% { -moz-transform: scale(1); }
4609
+ }
4610
+
4611
+ @-o-keyframes push {
4612
+ 50% { -o-transform: scale(0.8); }
4613
+ 100% { -o-transform: scale(1); }
4614
+ }
4615
+
4616
+ @keyframes push {
4617
+ 50% { transform: scale(0.8); }
4618
+ 100% { transform: scale(1); }
4619
+ }
4620
+
4621
+ .animated.push {
4622
+ -webkit-animation-name: push;
4623
+ -moz-animation-name: push;
4624
+ -o-animation-name: push;
4625
+ animation-name: push;
4626
+ }
4627
+
4628
+ /* Pop */
4629
+ @-webkit-keyframes pop {
4630
+ 50% { -webkit-transform: scale(1.2); }
4631
+ }
4632
+
4633
+ @-moz-keyframes pop {
4634
+ 50% { -moz-transform: scale(1.2); }
4635
+ }
4636
+
4637
+ @-o-keyframes pop {
4638
+ 50% { -o-transform: scale(1.2); }
4639
+ }
4640
+
4641
+ @keyframes pop {
4642
+ 50% { transform: scale(1.2); }
4643
+ }
4644
+
4645
+ .animated.pop {
4646
+ -webkit-animation-name: pop;
4647
+ -moz-animation-name: pop;
4648
+ -o-animation-name: pop;
4649
+ animation-name: pop;
4650
+ }
4651
+
4652
+ /* Rotate */
4653
+ @-webkit-keyframes rotate {
4654
+ 100% { -webkit-transform: rotate(60deg); }
4655
+ }
4656
+
4657
+ @-moz-keyframes rotate {
4658
+ 100% { -moz-transform: rotate(60deg); }
4659
+ }
4660
+
4661
+ @-o-keyframes rotate {
4662
+ 100% { -o-transform: rotate(60deg); }
4663
+ }
4664
+
4665
+ @keyframes rotate {
4666
+ 100% { transform: rotate(60deg); }
4667
+ }
4668
+
4669
+ .animated.rotate {
4670
+ -webkit-animation-name: rotate;
4671
+ -moz-animation-name: rotate;
4672
+ -o-animation-name: rotate;
4673
+ animation-name: rotate;
4674
+ }
4675
+
4676
+ /* Grow Rotate */
4677
+ @-webkit-keyframes growRotate {
4678
+ 100% { -webkit-transform: scale(1.1) rotate(60deg); }
4679
+ }
4680
+
4681
+ @-moz-keyframes growRotate {
4682
+ 100% { -moz-transform: scale(1.1) rotate(60deg); }
4683
+ }
4684
+
4685
+ @-o-keyframes growRotate {
4686
+ 100% { -o-transform: scale(1.1) rotate(60deg); }
4687
+ }
4688
+
4689
+ @keyframes growRotate {
4690
+ 100% { transform: scale(1.1) rotate(60deg); }
4691
+ }
4692
+
4693
+ .animated.growRotate {
4694
+ -webkit-animation-name: growRotate;
4695
+ -moz-animation-name: growRotate;
4696
+ -o-animation-name: growRotate;
4697
+ animation-name: growRotate;
4698
+ }
4699
+
4700
+ /* Float */
4701
+ @-webkit-keyframes float {
4702
+ 100% { -webkit-transform: translateY(-8px); }
4703
+ }
4704
+
4705
+ @-moz-keyframes float {
4706
+ 100% { -moz-transform: translateY(-8px); }
4707
+ }
4708
+
4709
+ @-o-keyframes float {
4710
+ 100% { -o-transform: translateY(-8px); }
4711
+ }
4712
+
4713
+ @keyframes float {
4714
+ 100% { transform: translateY(-8px); }
4715
+ }
4716
+
4717
+ .animated.float {
4718
+ -webkit-animation-name: float;
4719
+ -moz-animation-name: float;
4720
+ -o-animation-name: float;
4721
+ animation-name: float;
4722
+ }
4723
+
4724
+ /* Sink */
4725
+ @-webkit-keyframes sink {
4726
+ 100% { -webkit-transform: translateY(8px); }
4727
+ }
4728
+
4729
+ @-moz-keyframes sink {
4730
+ 100% { -moz-transform: translateY(8px); }
4731
+ }
4732
+
4733
+ @-o-keyframes sink {
4734
+ 100% { -o-transform: translateY(8px); }
4735
+ }
4736
+
4737
+ @keyframes sink {
4738
+ 100% { transform: translateY(8px); }
4739
+ }
4740
+
4741
+ .animated.sink {
4742
+ -webkit-animation-name: sink;
4743
+ -moz-animation-name: sink;
4744
+ -o-animation-name: sink;
4745
+ animation-name: sink;
4746
+ }
4747
+
4748
+ /* Skew */
4749
+ @-webkit-keyframes skew {
4750
+ 100% { -webkit-transform: skew(-10deg); }
4751
+ }
4752
+
4753
+ @-moz-keyframes skew {
4754
+ 100% { -moz-transform: skew(-10deg); }
4755
+ }
4756
+
4757
+ @-o-keyframes skew {
4758
+ 100% { -o-transform: skew(-10deg); }
4759
+ }
4760
+
4761
+ @keyframes skew {
4762
+ 100% { transform: skew(-10deg); }
4763
+ }
4764
+
4765
+ .animated.skew {
4766
+ -webkit-animation-name: skew;
4767
+ -moz-animation-name: skew;
4768
+ -o-animation-name: skew;
4769
+ animation-name: skew;
4770
+ }
4771
+
4772
+ /* Skew Forward */
4773
+ @-webkit-keyframes skewForward {
4774
+ 100% { -webkit-transform: skew(-10deg); }
4775
+ }
4776
+
4777
+ @-moz-keyframes skewForward {
4778
+ 100% { -moz-transform: skew(-10deg); }
4779
+ }
4780
+
4781
+ @-o-keyframes skewForward {
4782
+ 100% { -o-transform: skew(-10deg); }
4783
+ }
4784
+
4785
+ @keyframes skewForward {
4786
+ 100% { transform: skew(-10deg); }
4787
+ }
4788
+
4789
+ .animated.skewForward {
4790
+ -webkit-transform-origin: 0 100%;
4791
+ -moz-transform-origin: 0 100%;
4792
+ -o-transform-origin: 0 100%;
4793
+ transform-origin: 0 100%;
4794
+ -webkit-animation-name: skewForward;
4795
+ -moz-animation-name: skewForward;
4796
+ -o-animation-name: skewForward;
4797
+ animation-name: skewForward;
4798
+ }
4799
+
4800
+ /* Skew Backward */
4801
+ @-webkit-keyframes skewBackward {
4802
+ 100% { -webkit-transform: skew(10deg); }
4803
+ }
4804
+
4805
+ @-moz-keyframes skewBackward {
4806
+ 100% { -moz-transform: skew(10deg); }
4807
+ }
4808
+
4809
+ @-o-keyframes skewBackward {
4810
+ 100% { -o-transform: skew(10deg); }
4811
+ }
4812
+
4813
+ @keyframes skewBackward {
4814
+ 100% { transform: skew(10deg); }
4815
+ }
4816
+
4817
+ .animated.skewBackward {
4818
+ -webkit-transform-origin: 0 100%;
4819
+ -moz-transform-origin: 0 100%;
4820
+ -o-transform-origin: 0 100%;
4821
+ transform-origin: 0 100%;
4822
+ -webkit-animation-name: skewBackward;
4823
+ -moz-animation-name: skewBackward;
4824
+ -o-animation-name: skewBackward;
4825
+ animation-name: skewBackward;
4826
+ }
4827
+
4828
+ /* Wobble Vertical */
4829
+ @-webkit-keyframes wobbleVertical {
4830
+ 16.65% { -webkit-transform: translateY(8px); }
4831
+ 33.3% { -webkit-transform: translateY(-6px); }
4832
+ 49.95% { -webkit-transform: translateY(4px); }
4833
+ 66.6% { -webkit-transform: translateY(-2px); }
4834
+ 83.25% { -webkit-transform: translateY(1px); }
4835
+ 100% { -webkit-transform: translateY(0); }
4836
+ }
4837
+
4838
+ @-moz-keyframes wobbleVertical {
4839
+ 16.65% { -moz-transform: translateY(8px); }
4840
+ 33.3% { -moz-transform: translateY(-6px); }
4841
+ 49.95% { -moz-transform: translateY(4px); }
4842
+ 66.6% { -moz-transform: translateY(-2px); }
4843
+ 83.25% { -moz-transform: translateY(1px); }
4844
+ 100% { -moz-transform: translateY(0); }
4845
+ }
4846
+
4847
+ @-o-keyframes wobbleVertical {
4848
+ 16.65% { -o-transform: translateY(8px); }
4849
+ 33.3% { -o-transform: translateY(-6px); }
4850
+ 49.95% { -o-transform: translateY(4px); }
4851
+ 66.6% { -o-transform: translateY(-2px); }
4852
+ 83.25% { -o-transform: translateY(1px); }
4853
+ 100% { -o-transform: translateY(0); }
4854
+ }
4855
+
4856
+ @keyframes wobbleVertical {
4857
+ 16.65% { transform: translateY(8px); }
4858
+ 33.3% { transform: translateY(-6px); }
4859
+ 49.95% { transform: translateY(4px); }
4860
+ 66.6% { transform: translateY(-2px); }
4861
+ 83.25% { transform: translateY(1px); }
4862
+ 100% { transform: translateY(0); }
4863
+ }
4864
+
4865
+ .animated.wobbleVertical {
4866
+ -webkit-animation-name: wobbleVertical;
4867
+ -moz-animation-name: wobbleVertical;
4868
+ -o-animation-name: wobbleVertical;
4869
+ animation-name: wobbleVertical;
4870
+ }
4871
+
4872
+ /* Wobble Horizontal */
4873
+ @-webkit-keyframes wobbleHorizontal {
4874
+ 16.65% { -webkit-transform: translateX(8px); }
4875
+ 33.3% { -webkit-transform: translateX(-6px); }
4876
+ 49.95% { -webkit-transform: translateX(4px); }
4877
+ 66.6% { -webkit-transform: translateX(-2px); }
4878
+ 83.25% { -webkit-transform: translateX(1px); }
4879
+ 100% { -webkit-transform: translateX(0); }
4880
+ }
4881
+
4882
+ @-moz-keyframes wobbleHorizontal {
4883
+ 16.65% { -moz-transform: translateX(8px); }
4884
+ 33.3% { -moz-transform: translateX(-6px); }
4885
+ 49.95% { -moz-transform: translateX(4px); }
4886
+ 66.6% { -moz-transform: translateX(-2px); }
4887
+ 83.25% { -moz-transform: translateX(1px); }
4888
+ 100% { -moz-transform: translateX(0); }
4889
+ }
4890
+
4891
+ @-o-keyframes wobbleHorizontal {
4892
+ 16.65% { -o-transform: translateX(8px); }
4893
+ 33.3% { -o-transform: translateX(-6px); }
4894
+ 49.95% { -o-transform: translateX(4px); }
4895
+ 66.6% { -o-transform: translateX(-2px); }
4896
+ 83.25% { -o-transform: translateX(1px); }
4897
+ 100% { -o-transform: translateX(0); }
4898
+ }
4899
+
4900
+ @keyframes wobbleHorizontal {
4901
+ 16.65% { transform: translateX(8px); }
4902
+ 33.3% { transform: translateX(-6px); }
4903
+ 49.95% { transform: translateX(4px); }
4904
+ 66.6% { transform: translateX(-2px); }
4905
+ 83.25% { transform: translateX(1px); }
4906
+ 100% { transform: translateX(0); }
4907
+ }
4908
+
4909
+ .animated.wobbleHorizontal {
4910
+ -webkit-animation-name: wobbleHorizontal;
4911
+ -moz-animation-name: wobbleHorizontal;
4912
+ -o-animation-name: wobbleHorizontal;
4913
+ animation-name: wobbleHorizontal;
4914
+ }
4915
+
4916
+ /* Wobble To Bottom Right */
4917
+ @-webkit-keyframes wobbleToBottomRight {
4918
+ 16.65% { -webkit-transform: translate(8px, 8px); }
4919
+ 33.3% { -webkit-transform: translate(-6px, -6px); }
4920
+ 49.95% { -webkit-transform: translate(4px, 4px); }
4921
+ 66.6% { -webkit-transform: translate(-2px, -2px); }
4922
+ 83.25% { -webkit-transform: translate(1px, 1px); }
4923
+ 100% { -webkit-transform: translate(0, 0); }
4924
+ }
4925
+
4926
+ @-moz-keyframes wobbleToBottomRight {
4927
+ 16.65% { -moz-transform: translate(8px, 8px); }
4928
+ 33.3% { -moz-transform: translate(-6px, -6px); }
4929
+ 49.95% { -moz-transform: translate(4px, 4px); }
4930
+ 66.6% { -moz-transform: translate(-2px, -2px); }
4931
+ 83.25% { -moz-transform: translate(1px, 1px); }
4932
+ 100% { -moz-transform: translate(0, 0); }
4933
+ }
4934
+
4935
+ @-o-keyframes wobbleToBottomRight {
4936
+ 16.65% { -o-transform: translate(8px, 8px); }
4937
+ 33.3% { -o-transform: translate(-6px, -6px); }
4938
+ 49.95% { -o-transform: translate(4px, 4px); }
4939
+ 66.6% { -o-transform: translate(-2px, -2px); }
4940
+ 83.25% { -o-transform: translate(1px, 1px); }
4941
+ 100% { -o-transform: translate(0, 0); }
4942
+ }
4943
+
4944
+ @keyframes wobbleToBottomRight {
4945
+ 16.65% { transform: translate(8px, 8px); }
4946
+ 33.3% { transform: translate(-6px, -6px); }
4947
+ 49.95% { transform: translate(4px, 4px); }
4948
+ 66.6% { transform: translate(-2px, -2px); }
4949
+ 83.25% { transform: translate(1px, 1px); }
4950
+ 100% { transform: translate(0, 0); }
4951
+ }
4952
+
4953
+ .animated.wobbleToBottomRight {
4954
+ -webkit-animation-name: wobbleToBottomRight;
4955
+ -moz-animation-name: wobbleToBottomRight;
4956
+ -o-animation-name: wobbleToBottomRight;
4957
+ animation-name: wobbleToBottomRight;
4958
+ }
4959
+
4960
+ /* Wobble To Top Right */
4961
+ @-webkit-keyframes wobbleToTopRight {
4962
+ 16.65% { -webkit-transform: translate(8px, -8px); }
4963
+ 33.3% { -webkit-transform: translate(-6px, 6px); }
4964
+ 49.95% { -webkit-transform: translate(4px, -4px); }
4965
+ 66.6% { -webkit-transform: translate(-2px, 2px); }
4966
+ 83.25% { -webkit-transform: translate(1px, -1px); }
4967
+ 100% { -webkit-transform: translate(0, 0); }
4968
+ }
4969
+
4970
+ @-moz-keyframes wobbleToTopRight {
4971
+ 16.65% { -moz-transform: translate(8px, -8px); }
4972
+ 33.3% { -moz-transform: translate(-6px, 6px); }
4973
+ 49.95% { -moz-transform: translate(4px, -4px); }
4974
+ 66.6% { -moz-transform: translate(-2px, 2px); }
4975
+ 83.25% { -moz-transform: translate(1px, -1px); }
4976
+ 100% { -moz-transform: translate(0, 0); }
4977
+ }
4978
+
4979
+ @-o-keyframes wobbleToTopRight {
4980
+ 16.65% { -o-transform: translate(8px, -8px); }
4981
+ 33.3% { -o-transform: translate(-6px, 6px); }
4982
+ 49.95% { -o-transform: translate(4px, -4px); }
4983
+ 66.6% { -o-transform: translate(-2px, 2px); }
4984
+ 83.25% { -o-transform: translate(1px, -1px); }
4985
+ 100% { -o-transform: translate(0, 0); }
4986
+ }
4987
+
4988
+ @keyframes wobbleToTopRight {
4989
+ 16.65% { transform: translate(8px, -8px); }
4990
+ 33.3% { transform: translate(-6px, 6px); }
4991
+ 49.95% { transform: translate(4px, -4px); }
4992
+ 66.6% { transform: translate(-2px, 2px); }
4993
+ 83.25% { transform: translate(1px, -1px); }
4994
+ 100% { transform: translate(0, 0); }
4995
+ }
4996
+
4997
+ .animated.wobbleToTopRight {
4998
+ -webkit-animation-name: wobbleToTopRight;
4999
+ -moz-animation-name: wobbleToTopRight;
5000
+ -o-animation-name: wobbleToTopRight;
5001
+ animation-name: wobbleToTopRight;
5002
+ }
5003
+
5004
+ /* Wobble Top */
5005
+ @-webkit-keyframes wobbleTop {
5006
+ 16.65% { -webkit-transform: skew(-12deg); }
5007
+ 33.3% { -webkit-transform: skew(10deg); }
5008
+ 49.95% { -webkit-transform: skew(-6deg); }
5009
+ 66.6% { -webkit-transform: skew(4deg); }
5010
+ 83.25% { -webkit-transform: skew(-2deg); }
5011
+ 100% { -webkit-transform: skew(0); }
5012
+ }
5013
+
5014
+ @-moz-keyframes wobbleTop {
5015
+ 16.65% { -moz-transform: skew(-12deg); }
5016
+ 33.3% { -moz-transform: skew(10deg); }
5017
+ 49.95% { -moz-transform: skew(-6deg); }
5018
+ 66.6% { -moz-transform: skew(4deg); }
5019
+ 83.25% { -moz-transform: skew(-2deg); }
5020
+ 100% { -moz-transform: skew(0); }
5021
+ }
5022
+
5023
+ @-o-keyframes wobbleTop {
5024
+ 16.65% { -o-transform: skew(-12deg); }
5025
+ 33.3% { -o-transform: skew(10deg); }
5026
+ 49.95% { -o-transform: skew(-6deg); }
5027
+ 66.6% { -o-transform: skew(4deg); }
5028
+ 83.25% { -o-transform: skew(-2deg); }
5029
+ 100% { -o-transform: skew(0); }
5030
+ }
5031
+
5032
+ @keyframes wobbleTop {
5033
+ 16.65% { transform: skew(-12deg); }
5034
+ 33.3% { transform: skew(10deg); }
5035
+ 49.95% { transform: skew(-6deg); }
5036
+ 66.6% { transform: skew(4deg); }
5037
+ 83.25% { transform: skew(-2deg); }
5038
+ 100% { transform: skew(0); }
5039
+ }
5040
+
5041
+ .animated.wobbleTop {
5042
+ -webkit-transform-origin: 0 100%;
5043
+ -moz-transform-origin: 0 100%;
5044
+ -o-transform-origin: 0 100%;
5045
+ transform-origin: 0 100%;
5046
+ -webkit-animation-name: wobbleTop;
5047
+ -moz-animation-name: wobbleTop;
5048
+ -o-animation-name: wobbleTop;
5049
+ animation-name: wobbleTop;
5050
+ }
5051
+
5052
+ /* Wobble Bottom */
5053
+ @-webkit-keyframes wobbleBottom {
5054
+ 16.65% { -webkit-transform: skew(-12deg); }
5055
+ 33.3% { -webkit-transform: skew(10deg); }
5056
+ 49.95% { -webkit-transform: skew(-6deg); }
5057
+ 66.6% { -webkit-transform: skew(4deg); }
5058
+ 83.25% { -webkit-transform: skew(-2deg); }
5059
+ 100% { -webkit-transform: skew(0); }
5060
+ }
5061
+
5062
+ @-moz-keyframes wobbleBottom {
5063
+ 16.65% { -moz-transform: skew(-12deg); }
5064
+ 33.3% { -moz-transform: skew(10deg); }
5065
+ 49.95% { -moz-transform: skew(-6deg); }
5066
+ 66.6% { -moz-transform: skew(4deg); }
5067
+ 83.25% { -moz-transform: skew(-2deg); }
5068
+ 100% { -moz-transform: skew(0); }
5069
+ }
5070
+
5071
+ @-o-keyframes wobbleBottom {
5072
+ 16.65% { -o-transform: skew(-12deg); }
5073
+ 33.3% { -o-transform: skew(10deg); }
5074
+ 49.95% { -o-transform: skew(-6deg); }
5075
+ 66.6% { -o-transform: skew(4deg); }
5076
+ 83.25% { -o-transform: skew(-2deg); }
5077
+ 100% { -o-transform: skew(0); }
5078
+ }
5079
+
5080
+ @keyframes wobbleBottom {
5081
+ 16.65% { transform: skew(-12deg); }
5082
+ 33.3% { transform: skew(10deg); }
5083
+ 49.95% { transform: skew(-6deg); }
5084
+ 66.6% { transform: skew(4deg); }
5085
+ 83.25% { transform: skew(-2deg); }
5086
+ 100% { transform: skew(0); }
5087
+ }
5088
+
5089
+ .animated.wobbleBottom {
5090
+ -webkit-transform-origin: 100% 0;
5091
+ -moz-transform-origin: 100% 0;
5092
+ -o-transform-origin: 100% 0;
5093
+ transform-origin: 100% 0;
5094
+ -webkit-animation-name: wobbleBottom;
5095
+ -moz-animation-name: wobbleBottom;
5096
+ -o-animation-name: wobbleBottom;
5097
+ animation-name: wobbleBottom;
5098
+ }
5099
+
5100
+ /* Wobble Skew */
5101
+ @-webkit-keyframes wobbleSkew {
5102
+ 16.65% { -webkit-transform: skew(-12deg); }
5103
+ 33.3% { -webkit-transform: skew(10deg); }
5104
+ 49.95% { -webkit-transform: skew(-6deg); }
5105
+ 66.6% { -webkit-transform: skew(4deg); }
5106
+ 83.25% { -webkit-transform: skew(-2deg); }
5107
+ 100% { -webkit-transform: skew(0); }
5108
+ }
5109
+
5110
+ @-moz-keyframes wobbleSkew {
5111
+ 16.65% { -moz-transform: skew(-12deg); }
5112
+ 33.3% { -moz-transform: skew(10deg); }
5113
+ 49.95% { -moz-transform: skew(-6deg); }
5114
+ 66.6% { -moz-transform: skew(4deg); }
5115
+ 83.25% { -moz-transform: skew(-2deg); }
5116
+ 100% { -moz-transform: skew(0); }
5117
+ }
5118
+
5119
+ @-o-keyframes wobbleSkew {
5120
+ 16.65% { -o-transform: skew(-12deg); }
5121
+ 33.3% { -o-transform: skew(10deg); }
5122
+ 49.95% { -o-transform: skew(-6deg); }
5123
+ 66.6% { -o-transform: skew(4deg); }
5124
+ 83.25% { -o-transform: skew(-2deg); }
5125
+ 100% { -o-transform: skew(0); }
5126
+ }
5127
+
5128
+ @keyframes wobbleSkew {
5129
+ 16.65% { transform: skew(-12deg); }
5130
+ 33.3% { transform: skew(10deg); }
5131
+ 49.95% { transform: skew(-6deg); }
5132
+ 66.6% { transform: skew(4deg); }
5133
+ 83.25% { transform: skew(-2deg); }
5134
+ 100% { transform: skew(0); }
5135
+ }
5136
+
5137
+ .animated.wobbleSkew {
5138
+ -webkit-animation-name: wobbleSkew;
5139
+ -moz-animation-name: wobbleSkew;
5140
+ -o-animation-name: wobbleSkew;
5141
+ animation-name: wobbleSkew;
5142
+ }
5143
+
5144
+ /* Buzz */
5145
+ @-webkit-keyframes buzz {
5146
+ 50% { -webkit-transform: translateX(3px) rotate(2deg); }
5147
+ 100% { -webkit-transform: translateX(-3px) rotate(-2deg); }
5148
+ }
5149
+
5150
+ @-moz-keyframes buzz {
5151
+ 50% { -moz-transform: translateX(3px) rotate(2deg); }
5152
+ 100% { -moz-transform: translateX(-3px) rotate(-2deg); }
5153
+ }
5154
+
5155
+ @-o-keyframes buzz {
5156
+ 50% { -o-transform: translateX(3px) rotate(2deg); }
5157
+ 100% { -o-transform: translateX(-3px) rotate(-2deg); }
5158
+ }
5159
+
5160
+ @keyframes buzz {
5161
+ 50% { transform: translateX(3px) rotate(2deg); }
5162
+ 100% { transform: translateX(-3px) rotate(-2deg); }
5163
+ }
5164
+
5165
+ .animated.buzz {
5166
+ -webkit-animation-name: buzz;
5167
+ -moz-animation-name: buzz;
5168
+ -o-animation-name: buzz;
5169
+ animation-name: buzz;
5170
+ }
5171
+
5172
+ /* Buzz Out */
5173
+ @-webkit-keyframes buzzOut {
5174
+ 10% { -webkit-transform: translateX(3px) rotate(2deg); }
5175
+ 20% { -webkit-transform: translateX(-3px) rotate(-2deg); }
5176
+ 30% { -webkit-transform: translateX(3px) rotate(2deg); }
5177
+ 40% { -webkit-transform: translateX(-3px) rotate(-2deg); }
5178
+ 50% { -webkit-transform: translateX(2px) rotate(1deg); }
5179
+ 60% { -webkit-transform: translateX(-2px) rotate(-1deg); }
5180
+ 70% { -webkit-transform: translateX(2px) rotate(1deg); }
5181
+ 80% { -webkit-transform: translateX(-2px) rotate(-1deg); }
5182
+ 90% { -webkit-transform: translateX(1px) rotate(0); }
5183
+ 100% { -webkit-transform: translateX(-1px) rotate(0); }
5184
+ }
5185
+
5186
+ @-moz-keyframes buzzOut {
5187
+ 10% { -moz-transform: translateX(3px) rotate(2deg); }
5188
+ 20% { -moz-transform: translateX(-3px) rotate(-2deg); }
5189
+ 30% { -moz-transform: translateX(3px) rotate(2deg); }
5190
+ 40% { -moz-transform: translateX(-3px) rotate(-2deg); }
5191
+ 50% { -moz-transform: translateX(2px) rotate(1deg); }
5192
+ 60% { -moz-transform: translateX(-2px) rotate(-1deg); }
5193
+ 70% { -moz-transform: translateX(2px) rotate(1deg); }
5194
+ 80% { -moz-transform: translateX(-2px) rotate(-1deg); }
5195
+ 90% { -moz-transform: translateX(1px) rotate(0); }
5196
+ 100% { -moz-transform: translateX(-1px) rotate(0); }
5197
+ }
5198
+
5199
+ @-o-keyframes buzzOut {
5200
+ 10% { -o-transform: translateX(3px) rotate(2deg); }
5201
+ 20% { -o-transform: translateX(-3px) rotate(-2deg); }
5202
+ 30% { -o-transform: translateX(3px) rotate(2deg); }
5203
+ 40% { -o-transform: translateX(-3px) rotate(-2deg); }
5204
+ 50% { -o-transform: translateX(2px) rotate(1deg); }
5205
+ 60% { -o-transform: translateX(-2px) rotate(-1deg); }
5206
+ 70% { -o-transform: translateX(2px) rotate(1deg); }
5207
+ 80% { -o-transform: translateX(-2px) rotate(-1deg); }
5208
+ 90% { -o-transform: translateX(1px) rotate(0); }
5209
+ 100% { -o-transform: translateX(-1px) rotate(0); }
5210
+ }
5211
+
5212
+ @keyframes buzzOut {
5213
+ 10% { transform: translateX(3px) rotate(2deg); }
5214
+ 20% { transform: translateX(-3px) rotate(-2deg); }
5215
+ 30% { transform: translateX(3px) rotate(2deg); }
5216
+ 40% { transform: translateX(-3px) rotate(-2deg); }
5217
+ 50% { transform: translateX(2px) rotate(1deg); }
5218
+ 60% { transform: translateX(-2px) rotate(-1deg); }
5219
+ 70% { transform: translateX(2px) rotate(1deg); }
5220
+ 80% { transform: translateX(-2px) rotate(-1deg); }
5221
+ 90% { transform: translateX(1px) rotate(0); }
5222
+ 100% { transform: translateX(-1px) rotate(0); }
5223
+ }
5224
+
5225
+ .animated.buzzOut {
5226
+ -webkit-animation-name: buzzOut;
5227
+ -moz-animation-name: buzzOut;
5228
+ -o-animation-name: buzzOut;
5229
+ animation-name: buzzOut;
5230
+ }
5231
+
5232
+ /* Forward */
5233
+ @-webkit-keyframes forward {
5234
+ 100% { -webkit-transform: translateX(8px); }
5235
+ }
5236
+
5237
+ @-moz-keyframes forward {
5238
+ 100% { -moz-transform: translateX(8px); }
5239
+ }
5240
+
5241
+ @-o-keyframes forward {
5242
+ 100% { -o-transform: translateX(8px); }
5243
+ }
5244
+
5245
+ @keyframes forward {
5246
+ 100% { transform: translateX(8px); }
5247
+ }
5248
+
5249
+ .animated.forward {
5250
+ -webkit-animation-name: forward;
5251
+ -moz-animation-name: forward;
5252
+ -o-animation-name: forward;
5253
+ animation-name: forward;
5254
+ }
5255
+
5256
+ /* Backward */
5257
+ @-webkit-keyframes backward {
5258
+ 100% { -webkit-transform: translateX(-8px); }
5259
+ }
5260
+
5261
+ @-moz-keyframes backward {
5262
+ 100% { -moz-transform: translateX(-8px); }
5263
+ }
5264
+
5265
+ @-o-keyframes backward {
5266
+ 100% { -o-transform: translateX(-8px); }
5267
+ }
5268
+
5269
+ @keyframes backward {
5270
+ 100% { transform: translateX(-8px); }
5271
+ }
5272
+
5273
+ .animated.backward {
5274
+ -webkit-animation-name: backward;
5275
+ -moz-animation-name: backward;
5276
+ -o-animation-name: backward;
5277
+ animation-name: backward;
5278
+ }
assets/css/blank.css CHANGED
@@ -1,2 +1,2 @@
1
- /*blank CSS just to create a handle for custom css file */
2
- body{}
1
+ /*blank CSS just to create a handle for custom css file */
2
+ body{}
assets/helper/edsanimate-tinymce-popup.php CHANGED
@@ -1,828 +1,828 @@
1
- <?php
2
- $scroll_offset = get_option ( 'eds_scroll_offset', '75' );
3
- ?>
4
- <!doctype html>
5
- <html lang="en">
6
- <head>
7
- <meta charset="utf-8">
8
- <title><?php _e( 'Select your Animation Style', 'eds-animate' ); ?>:</title>
9
- <meta name="viewport"
10
- content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
11
- <link rel="stylesheet"
12
- href="<?php echo plugin_dir_url(__FILE__).'../css/animate-animo.css'; ?>" />
13
- <link rel="stylesheet"
14
- href="<?php echo plugin_dir_url(__FILE__).'../css/style.css'; ?>" />
15
- </head>
16
- <body
17
- onload="document.body.style.display='';"
18
- dir="ltr">
19
- <div class="modal edsai-wrapper">
20
- <div class="edaai-body">
21
- <div class="preview-badge">
22
- <span id="animationSandbox">
23
- <h1 class="site__title mega animateit-icon"></h1>
24
- </span>
25
- </div>
26
- <form name="edsanimate_form" id="edsanimate_form">
27
- <div class="edsai-form-wrapper">
28
- <div class="edsai-tabs">
29
- <div class="edsai-tab edsai-tab-active">
30
- <a class="edsai-tab-handler" href="#tab-entry"><?php _e( 'Entry', 'eds-animate' ); ?></a>
31
- </div>
32
- <div class="edsai-tab">
33
- <a class="edsai-tab-handler" href="#tab-exit"><?php _e( 'Exit', 'eds-animate' ); ?></a>
34
- </div>
35
- <div class="edsai-tab">
36
- <a class="edsai-tab-handler" href="#tab-options"><?php _e( 'Options', 'eds-animate' ); ?></a>
37
- </div>
38
- </div>
39
- <div id="tab-entry" class="edsai-tab-content edsai-entry"
40
- style="display: block;">
41
- <div class="edsai-form-control-wrapper">
42
- <label for="entry-animation-type"><?php _e( 'Animation', 'eds-animate' ); ?>:</label>
43
- <div class="edsai-form-control">
44
- <select id="entry-animation-type" name="entry-animation-type"
45
- class="full-size">
46
- <option value="none"><?php _e( 'None', 'eds-animate' ); ?></option>
47
- <optgroup label="Bouncing Entrances">
48
- <option value="bounceIn">bounceIn</option>
49
- <option value="bounceInDown">bounceInDown</option>
50
- <option value="bounceInLeft">bounceInLeft</option>
51
- <option value="bounceInRight">bounceInRight</option>
52
- <option value="bounceInUp">bounceInUp</option>
53
- </optgroup>
54
- <optgroup label="Fading Entrances">
55
- <option value="fadeIn" selected>fadeIn</option>
56
- <option value="fadeInDown">fadeInDown</option>
57
- <option value="fadeInDownBig">fadeInDownBig</option>
58
- <option value="fadeInLeft">fadeInLeft</option>
59
- <option value="fadeInLeftBig">fadeInLeftBig</option>
60
- <option value="fadeInRight">fadeInRight</option>
61
- <option value="fadeInRightBig">fadeInRightBig</option>
62
- <option value="fadeInUp">fadeInUp</option>
63
- <option value="fadeInUpBig">fadeInUpBig</option>
64
- </optgroup>
65
- <optgroup label="Rotating Entrances">
66
- <option value="rotateIn">rotateIn</option>
67
- <option value="rotateInDownLeft">rotateInDownLeft</option>
68
- <option value="rotateInDownRight">rotateInDownRight</option>
69
- <option value="rotateInUpLeft">rotateInUpLeft</option>
70
- <option value="rotateInUpRight">rotateInUpRight</option>
71
- </optgroup>
72
- <optgroup label="Sliding Entrances">
73
- <option value="slideInUp">slideInUp</option>
74
- <option value="slideInDown">slideInDown</option>
75
- <option value="slideInLeft">slideInLeft</option>
76
- <option value="slideInRight">slideInRight</option>
77
- </optgroup>
78
- <optgroup label="Zoom Entrances">
79
- <option value="zoomIn">zoomIn</option>
80
- <option value="zoomInDown">zoomInDown</option>
81
- <option value="zoomInLeft">zoomInLeft</option>
82
- <option value="zoomInRight">zoomInRight</option>
83
- <option value="zoomInUp">zoomInUp</option>
84
- </optgroup>
85
- <optgroup label="Attention Seekers">
86
- <option value="spinner">Spin</option>
87
- <option value="bounce">bounce</option>
88
- <option value="flash">flash</option>
89
- <option value="rubberBand">rubberBand</option>
90
- <option value="shake">shake</option>
91
- <option value="swing">swing</option>
92
- <option value="tada">tada</option>
93
- <option value="wobble">wobble</option>
94
- <option value="jello">jello</option>
95
- <option value="wiggle">wiggle</option>
96
- <option value="fade">fade</option>
97
- <option value="appear">appear</option>
98
- <option value="grow">grow</option>
99
- <option value="shrink">shrink</option>
100
- <option value="push">push</option>
101
- <option value="pop">pop</option>
102
- <option value="float">float</option>
103
- <option value="sink">sink</option>
104
- <option value="forward">forward</option>
105
- <option value="backward">backward</option>
106
- </optgroup>
107
- <optgroup label="Pulse">
108
- <option value="pulse">pulse</option>
109
- <option value="pulseGrow">pulseGrow</option>
110
- <option value="pulseShrink">pulseShrink</option>
111
- </optgroup>
112
- <optgroup label="Rotate">
113
- <option value="rotate">rotate</option>
114
- <option value="growRotate">growRotate</option>
115
- </optgroup>
116
- <optgroup label="Skew">
117
- <option value="skew">skew</option>
118
- <option value="skewForward">skewForward</option>
119
- <option value="skewBackward">skewBackward</option>
120
- </optgroup>
121
- <optgroup label="Wobble">
122
- <option value="wobbleHorizontal">wobbleHorizontal</option>
123
- <option value="wobbleVertical">wobbleVertical</option>
124
- <option value="wobbleToBottomRight">wobbleToBottomRight</option>
125
- <option value="wobbleToTopRight">wobbleToTopRight</option>
126
- <option value="wobbleTop">wobbleTop</option>
127
- <option value="wobbleBottom">wobbleBottom</option>
128
- <option value="wobbleSkew">wobbleSkew</option>
129
- </optgroup>
130
- <optgroup label="Buzz">
131
- <option value="buzz">buzz</option>
132
- <option value="buzzOut">buzzOut</option>
133
- </optgroup>
134
- <optgroup label="Flippers">
135
- <option value="flip">flip</option>
136
- <option value="flipInX">flipInX</option>
137
- <option value="flipInY">flipInY</option>
138
- </optgroup>
139
- <optgroup label="Lightspeed">
140
- <option value="lightSpeedIn">lightSpeedIn</option>
141
- </optgroup>
142
- <optgroup label="Twirl">
143
- <option value="twirlIn">twirlIn</option>
144
- </optgroup>
145
- <optgroup label="Specials">
146
- <option value="hinge">hinge</option>
147
- <option value="rollIn">rollIn</option>
148
- </optgroup>
149
- </select>
150
- </div>
151
- </div>
152
- <div class="edsai-form-control-wrapper">
153
- <label for="entry-delay"><?php _e( 'Delay (in seconds)', 'eds-animate' ); ?>:</label>
154
- <div class="edsai-form-control">
155
- <select id="entry-delay" name="entry-delay"
156
- class="half-size has-custom">
157
- <option value="0"><?php _e( 'None', 'eds-animate' ); ?></option>
158
- <option value="0.5">0.5</option>
159
- <option value="1">1.0</option>
160
- <option value="1.5">1.5</option>
161
- <option value="2">2.0</option>
162
- <option value="2.5">2.5</option>
163
- <option value="3">3.0</option>
164
- <option value="3.5">3.5</option>
165
- <option value="4">4.0</option>
166
- <option value="4.5">4.5</option>
167
- <option value="5">5.0</option>
168
- <option value="5.5">5.5</option>
169
- <option value="6">6.0</option>
170
- <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
171
- </select> <input id="entry-delay-custom"
172
- name="entry-delay-custom" class="half-size custom-field"
173
- placeholder="Custom Delay e.g. 2.7" />
174
- </div>
175
- </div>
176
- <div class="edsai-form-control-wrapper">
177
- <label for="entry-duration"><?php _e( 'Duration (in seconds)', 'eds-animate' ); ?>:</label>
178
- <div class="edsai-form-control">
179
- <select id="entry-duration" name="entry-duration"
180
- class="half-size has-custom">
181
- <option value="0.5">0.5</option>
182
- <option value="1">1.0</option>
183
- <option value="1.5">1.5</option>
184
- <option value="2">2.0</option>
185
- <option value="2.5">2.5</option>
186
- <option value="3">3.0</option>
187
- <option value="3.5">3.5</option>
188
- <option value="4">4.0</option>
189
- <option value="4.5">4.5</option>
190
- <option value="5">5.0</option>
191
- <option value="5.5">5.5</option>
192
- <option value="6">6.0</option>
193
- <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
194
- </select> <input id="entry-duration-custom"
195
- name="entry-duration-custom" class="half-size custom-field"
196
- placeholder="Custom Duration e.g. 3.2" />
197
- </div>
198
- </div>
199
- <div class="edsai-form-control-wrapper">
200
- <label for="entry-timing"><?php _e( 'Timing', 'eds-animate' ); ?>:</label>
201
- <div class="edsai-form-control">
202
- <select id="entry-timing" name="entry-timing"
203
- class="half-size">
204
- <option value="linear">linear</option>
205
- <option value="ease">ease</option>
206
- <option value="ease-in">easeIn</option>
207
- <option value="ease-out">easeOut</option>
208
- <option value="ease-in-out">easeInOut</option>
209
- <option value="cubic-bezier(0.47, 0, 0.745, 0.715)">easeInSine</option>
210
- <option value="cubic-bezier(0.39, 0.575, 0.565, 1)">easeOutSine</option>
211
- <option value="cubic-bezier(0.445, 0.05, 0.55, 0.95)">easeInOutSine</option>
212
- <option value="cubic-bezier(0.55, 0.085, 0.68, 0.53)">easeInQuad</option>
213
- <option value="cubic-bezier(0.25, 0.46, 0.45, 0.94)">easeOutQuad</option>
214
- <option value="cubic-bezier(0.455, 0.03, 0.515, 0.955)">easeInOutQuad</option>
215
- <option value="cubic-bezier(0.55, 0.055, 0.675, 0.19)">easeInCubic</option>
216
- <option value="cubic-bezier(0.215, 0.61, 0.355, 1)">easeOutCubic</option>
217
- <option value="cubic-bezier(0.645, 0.045, 0.355, 1)">easeInOutCubic</option>
218
- <option value="cubic-bezier(0.895, 0.03, 0.685, 0.22)">easeInQuart</option>
219
- <option value="cubic-bezier(0.165, 0.84, 0.44, 1)">easeOutQuart</option>
220
- <option value="cubic-bezier(0.77, 0, 0.175, 1)">easeInOutQuart</option>
221
- <option value="cubic-bezier(0.755, 0.05, 0.855, 0.06)">easeInQuint</option>
222
- <option value="cubic-bezier(0.23, 1, 0.32, 1)">easeOutQuint</option>
223
- <option value="cubic-bezier(0.86, 0, 0.07, 1)">easeInOutQuint</option>
224
- <option value="cubic-bezier(0.95, 0.05, 0.795, 0.035)">easeInExpo</option>
225
- <option value="cubic-bezier(0.19, 1, 0.22, 1)">easeOutExpo</option>
226
- <option value="cubic-bezier(1, 0, 0, 1)">easeInOutExpo</option>
227
- <option value="cubic-bezier(0.6, 0.04, 0.98, 0.335)">easeInCirc</option>
228
- <option value="cubic-bezier(0.075, 0.82, 0.165, 1)">easeOutCirc</option>
229
- <option value="cubic-bezier(0.785, 0.135, 0.15, 0.86)">easeInOutCirc</option>
230
- <option value="cubic-bezier(0.6, -0.28, 0.735, 0.045)">easeInBack</option>
231
- <option value="cubic-bezier(0.175, 0.885, 0.32, 1.275)">easeOutBack</option>
232
- <option value="cubic-bezier(0.68, -0.55, 0.265, 1.55)">easeInOutBack</option>
233
- </select>
234
- </div>
235
- </div>
236
- </div>
237
- <div id="tab-exit" class="edsai-tab-content edsai-exit">
238
- <div class="edsai-form-control-wrapper">
239
- <label for="exit-animation-type"><?php _e( 'Animation', 'eds-animate' ); ?>:</label>
240
- <div class="edsai-form-control">
241
- <select id="exit-animation-type" name="exit-animation-type"
242
- class="full-size">
243
- <option value="none"><?php _e( 'None', 'eds-animate' ); ?></option>
244
- <optgroup label="Bouncing Exits">
245
- <option value="bounceOut">bounceOut</option>
246
- <option value="bounceOutDown">bounceOutDown</option>
247
- <option value="bounceOutLeft">bounceOutLeft</option>
248
- <option value="bounceOutRight">bounceOutRight</option>
249
- <option value="bounceOutUp">bounceOutUp</option>
250
- </optgroup>
251
- <optgroup label="Fading Exits">
252
- <option value="fadeOut">fadeOut</option>
253
- <option value="fadeOutDown">fadeOutDown</option>
254
- <option value="fadeOutDownBig">fadeOutDownBig</option>
255
- <option value="fadeOutLeft">fadeOutLeft</option>
256
- <option value="fadeOutLeftBig">fadeOutLeftBig</option>
257
- <option value="fadeOutRight">fadeOutRight</option>
258
- <option value="fadeOutRightBig">fadeOutRightBig</option>
259
- <option value="fadeOutUp">fadeOutUp</option>
260
- <option value="fadeOutUpBig">fadeOutUpBig</option>
261
- </optgroup>
262
- <optgroup label="Rotating Exits">
263
- <option value="rotateOut">rotateOut</option>
264
- <option value="rotateOutDownLeft">rotateOutDownLeft</option>
265
- <option value="rotateOutDownRight">rotateOutDownRight</option>
266
- <option value="rotateOutUpLeft">rotateOutUpLeft</option>
267
- <option value="rotateOutUpRight">rotateOutUpRight</option>
268
- </optgroup>
269
- <optgroup label="Sliding Exits">
270
- <option value="slideOutUp">slideOutUp</option>
271
- <option value="slideOutDown">slideOutDown</option>
272
- <option value="slideOutLeft">slideOutLeft</option>
273
- <option value="slideOutRight">slideOutRight</option>
274
- </optgroup>
275
- <optgroup label="Zoom Exits">
276
- <option value="zoomOut">zoomOut</option>
277
- <option value="zoomOutDown">zoomOutDown</option>
278
- <option value="zoomOutLeft">zoomOutLeft</option>
279
- <option value="zoomOutRight">zoomOutRight</option>
280
- <option value="zoomOutUp">zoomOutUp</option>
281
- </optgroup>
282
- <optgroup label="Attention Seekers">
283
- <option value="spinner">Spin</option>
284
- <option value="bounce">bounce</option>
285
- <option value="flash">flash</option>
286
- <option value="rubberBand">rubberBand</option>
287
- <option value="shake">shake</option>
288
- <option value="swing">swing</option>
289
- <option value="tada">tada</option>
290
- <option value="wobble">wobble</option>
291
- <option value="jello">jello</option>
292
- <option value="wiggle">wiggle</option>
293
- <option value="fade">fade</option>
294
- <option value="appear">appear</option>
295
- <option value="grow">grow</option>
296
- <option value="shrink">shrink</option>
297
- <option value="push">push</option>
298
- <option value="pop">pop</option>
299
- <option value="float">float</option>
300
- <option value="sink">sink</option>
301
- <option value="forward">forward</option>
302
- <option value="backward">backward</option>
303
- </optgroup>
304
- <optgroup label="Pulse">
305
- <option value="pulse">pulse</option>
306
- <option value="pulseGrow">pulseGrow</option>
307
- <option value="pulseShrink">pulseShrink</option>
308
- </optgroup>
309
- <optgroup label="Rotate">
310
- <option value="rotate">rotate</option>
311
- <option value="growRotate">growRotate</option>
312
- </optgroup>
313
- <optgroup label="Skew">
314
- <option value="skew">skew</option>
315
- <option value="skewForward">skewForward</option>
316
- <option value="skewBackward">skewBackward</option>
317
- </optgroup>
318
- <optgroup label="Wobble">
319
- <option value="wobbleHorizontal">wobbleHorizontal</option>
320
- <option value="wobbleVertical">wobbleVertical</option>
321
- <option value="wobbleToBottomRight">wobbleToBottomRight</option>
322
- <option value="wobbleToTopRight">wobbleToTopRight</option>
323
- <option value="wobbleTop">wobbleTop</option>
324
- <option value="wobbleBottom">wobbleBottom</option>
325
- <option value="wobbleSkew">wobbleSkew</option>
326
- </optgroup>
327
- <optgroup label="Buzz">
328
- <option value="buzz">buzz</option>
329
- <option value="buzzOut">buzzOut</option>
330
- </optgroup>
331
- <optgroup label="Flippers">
332
- <option value="flip">flip</option>
333
- <option value="flipOutX">flipOutX</option>
334
- <option value="flipOutY">flipOutY</option>
335
- </optgroup>
336
- <optgroup label="Lightspeed">
337
- <option value="lightSpeedOut">lightSpeedOut</option>
338
- </optgroup>
339
- <optgroup label="Twirl">
340
- <option value="twirlOut">twirlOut</option>
341
- </optgroup>
342
- <optgroup label="Specials">
343
- <option value="hinge">hinge</option>
344
- <option value="rollOut">rollOut</option>
345
- </optgroup>
346
- </select>
347
- </div>
348
- </div>
349
- <div class="edsai-form-control-wrapper">
350
- <label for="exit-delay"><?php _e( 'Delay (in seconds)', 'eds-animate' ); ?>:</label>
351
- <div class="edsai-form-control">
352
- <select id="exit-delay" name="exit-delay"
353
- class="half-size has-custom">
354
- <option value="0"><?php _e( 'None', 'eds-animate' ); ?></option>
355
- <option value="0.5">0.5</option>
356
- <option value="1">1.0</option>
357
- <option value="1.5">1.5</option>
358
- <option value="2">2.0</option>
359
- <option value="2.5">2.5</option>
360
- <option value="3">3.0</option>
361
- <option value="3.5">3.5</option>
362
- <option value="4">4.0</option>
363
- <option value="4.5">4.5</option>
364
- <option value="5">5.0</option>
365
- <option value="5.5">5.5</option>
366
- <option value="6">6.0</option>
367
- <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
368
- </select> <input id="exit-delay-custom" name="exit-delay-custom"
369
- class="half-size custom-field"
370
- placeholder="Custom Delay e.g. 2.7" />
371
- </div>
372
- </div>
373
- <div class="edsai-form-control-wrapper">
374
- <label for="exit-duration"><?php _e( 'Duration (in seconds)', 'eds-animate' ); ?>:</label>
375
- <div class="edsai-form-control">
376
- <select id="exit-duration" name="exit-duration"
377
- class="half-size has-custom">
378
- <option value="0.5">0.5</option>
379
- <option value="1">1.0</option>
380
- <option value="1.5">1.5</option>
381
- <option value="2">2.0</option>
382
- <option value="2.5">2.5</option>
383
- <option value="3">3.0</option>
384
- <option value="3.5">3.5</option>
385
- <option value="4">4.0</option>
386
- <option value="4.5">4.5</option>
387
- <option value="5">5.0</option>
388
- <option value="5.5">5.5</option>
389
- <option value="6">6.0</option>
390
- <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
391
- </select> <input id="exit-duration-custom"
392
- name="exit-duration-custom" class="half-size custom-field"
393
- placeholder="Custom Duration e.g. 3.2" />
394
- </div>
395
- </div>
396
- <div class="edsai-form-control-wrapper">
397
- <label for="exit-timing"><?php _e( 'Timing', 'eds-animate' ); ?>:</label>
398
- <div class="edsai-form-control">
399
- <select id="exit-timing" name="exit-timing"
400
- class="half-size">
401
- <option value="linear">linear</option>
402
- <option value="ease">ease</option>
403
- <option value="ease-in">easeIn</option>
404
- <option value="ease-out">easeOut</option>
405
- <option value="ease-in-out">easeInOut</option>
406
- <option value="cubic-bezier(0.47, 0, 0.745, 0.715)">easeInSine</option>
407
- <option value="cubic-bezier(0.39, 0.575, 0.565, 1)">easeOutSine</option>
408
- <option value="cubic-bezier(0.445, 0.05, 0.55, 0.95)">easeInOutSine</option>
409
- <option value="cubic-bezier(0.55, 0.085, 0.68, 0.53)">easeInQuad</option>
410
- <option value="cubic-bezier(0.25, 0.46, 0.45, 0.94)">easeOutQuad</option>
411
- <option value="cubic-bezier(0.455, 0.03, 0.515, 0.955)">easeInOutQuad</option>
412
- <option value="cubic-bezier(0.55, 0.055, 0.675, 0.19)">easeInCubic</option>
413
- <option value="cubic-bezier(0.215, 0.61, 0.355, 1)">easeOutCubic</option>
414
- <option value="cubic-bezier(0.645, 0.045, 0.355, 1)">easeInOutCubic</option>
415
- <option value="cubic-bezier(0.895, 0.03, 0.685, 0.22)">easeInQuart</option>
416
- <option value="cubic-bezier(0.165, 0.84, 0.44, 1)">easeOutQuart</option>
417
- <option value="cubic-bezier(0.77, 0, 0.175, 1)">easeInOutQuart</option>
418
- <option value="cubic-bezier(0.755, 0.05, 0.855, 0.06)">easeInQuint</option>
419
- <option value="cubic-bezier(0.23, 1, 0.32, 1)">easeOutQuint</option>
420
- <option value="cubic-bezier(0.86, 0, 0.07, 1)">easeInOutQuint</option>
421
- <option value="cubic-bezier(0.95, 0.05, 0.795, 0.035)">easeInExpo</option>
422
- <option value="cubic-bezier(0.19, 1, 0.22, 1)">easeOutExpo</option>
423
- <option value="cubic-bezier(1, 0, 0, 1)">easeInOutExpo</option>
424
- <option value="cubic-bezier(0.6, 0.04, 0.98, 0.335)">easeInCirc</option>
425
- <option value="cubic-bezier(0.075, 0.82, 0.165, 1)">easeOutCirc</option>
426
- <option value="cubic-bezier(0.785, 0.135, 0.15, 0.86)">easeInOutCirc</option>
427
- <option value="cubic-bezier(0.6, -0.28, 0.735, 0.045)">easeInBack</option>
428
- <option value="cubic-bezier(0.175, 0.885, 0.32, 1.275)">easeOutBack</option>
429
- <option value="cubic-bezier(0.68, -0.55, 0.265, 1.55)">easeInOutBack</option>
430
- </select>
431
- </div>
432
- </div>
433
- </div>
434
- <div id="tab-options" class="edsai-tab-content edsai-options">
435
- <div class="edsai-form-control-wrapper">
436
- <label for="options-animation-repeat"><?php _e( 'Animation Repeat', 'eds-animate' ); ?>:</label>
437
- <div class="edsai-form-control">
438
- <select id="options-animation-repeat"
439
- name="options-animation-repeat" class="half-size has-custom">
440
- <option value="1"><?php _e( 'Once', 'eds-animate' ); ?></option>
441
- <option value="2"><?php _e( 'Twice', 'eds-animate' ); ?></option>
442
- <option value="3"><?php _e( 'Thrice', 'eds-animate' ); ?></option>
443
- <option value="infinite"><?php _e( 'Infinite', 'eds-animate' ); ?></option>
444
- <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
445
- </select> <input id="options-animation-repeat-custom"
446
- name="options-animation-repeat-custom"
447
- class="half-size custom-field" placeholder="e.g. 4" />
448
- </div>
449
- </div>
450
- <div class="edsai-form-control-wrapper">
451
- <label for="options-keep"><?php _e( 'Keep Element Final State', 'eds-animate' ); ?>:</label>
452
- <div class="edsai-form-control">
453
- <input id="keep-yes" type="radio" name="options-keep"
454
- value="yes" checked> <label for="keep-yes"><?php _e( 'Yes', 'eds-animate' ); ?></label> <input
455
- id="keep-no" type="radio" name="options-keep" value="no"> <label
456
- for="keep-no"><?php _e( 'No', 'eds-animate' ); ?></label>
457
- </div>
458
- </div>
459
- <div class="edsai-form-control-wrapper">
460
- <label for="options-custom-css-class"><?php _e( 'Custom CSS Class', 'eds-animate' ); ?>:</label>
461
- <div class="edsai-form-control">
462
- <input id="options-custom-css-class"
463
- name="options-custom-css-class" class="half-size"
464
- placeholder="" value="" />
465
- </div>
466
- </div>
467
- <div class="edsai-form-control-wrapper">
468
- <label for="options-animate-on"><?php _e( 'Animate On', 'eds-animate' ); ?>:</label>
469
- <div class="edsai-form-control">
470
- <input type="radio" id="on-load" name="options-animate-on"
471
- value="load" checked> <label for="on-load"><?php _e( 'Load', 'eds-animate' ); ?></label> <input
472
- type="radio" id="on-click" name="options-animate-on"
473
- value="click"> <label for="on-click"><?php _e( 'Click', 'eds-animate' ); ?></label> <input
474
- type="radio" id="on-hover" name="options-animate-on"
475
- value="hover"> <label for="on-hover"><?php _e( 'Hover', 'eds-animate' ); ?></label> <input
476
- type="radio" id="on-scroll" name="options-animate-on"
477
- value="scroll"> <label for="on-scroll"><?php _e( 'Scroll', 'eds-animate' ); ?></label>
478
- </div>
479
- </div>
480
- <div
481
- class="edsai-form-control-wrapper options-scroll-settings-wrapper">
482
- <label for="options-scroll-offset"><?php _e( 'Scroll Offset (in %)', 'eds-animate' ); ?>:</label>
483
- <div class="edsai-form-control">
484
- <input id="options-scroll-offset" name="options-scroll-offset"
485
- class="half-size" placeholder="Custom Offset % e.g. 20.7"
486
- value="<?php echo $scroll_offset; ?>" />
487
- </div>
488
- </div>
489
- </div>
490
- </div>
491
- <div class="edsai-footer-wrapper">
492
- <div class="edsai-footer">
493
- <div class="edsai-footer-left">
494
- <?php _e( 'Powered by', 'eds-animate' ); ?> <a href="http://www.eleopard.in" target="_blank">eLEOPARD</a>
495
- | <a
496
- href="https://wordpress.org/support/view/plugin-reviews/animate-it"
497
- target="_blank"><?php _e( 'Review Plugin', 'eds-animate' ); ?></a>
498
- | <a
499
- href="http://www.downloads.eleopard.in/animate-it-documentation-wordpress"
500
- target="_blank"><?php _e( 'Documentation', 'eds-animate' ); ?></a>
501
- </div>
502
- <div class="edsai-footer-right">
503
- <button type="button" class="btn-stop-infinite-animation"
504
- style="display: none;"><?php _e( 'Stop Animation', 'eds-animate' ); ?></button>
505
- <button type="button" class="edsai-animate-it btn-animate-it"><?php _e( 'Animate It!', 'eds-animate' ); ?></button>
506
- <button type="button" class="edsai-insert btn-insert"><?php _e( 'Insert', 'eds-animate' ); ?></button>
507
- </div>
508
- </div>
509
- </div>
510
- </form>
511
- </div>
512
- </div>
513
- <script type="text/javascript">
514
- var args = top.tinymce.activeEditor.windowManager.getParams();
515
- var parentEditor = args['editor'];
516
- var url = args['plugin_url'];
517
- var jQuery = args['jquery'];
518
- </script>
519
- <script type="text/javascript"
520
- src="<?php echo plugin_dir_url(__FILE__).'../js/animo.min.js'; ?>"></script>
521
- <script type="text/javascript">
522
- ( function( $ ) {
523
-
524
- $.ready( function() {
525
-
526
- var animate_infinite = false;
527
- var total_repeat_count = 1;
528
- var element_animating = false;
529
-
530
- $.find('.custom-field').hide();
531
- $.find('.options-scroll-settings-wrapper').hide();
532
-
533
- $.find('.edsai-tab-handler').on( 'click', function( event ) {
534
-
535
- event.preventDefault();
536
-
537
- var btn = $.find( this );
538
-
539
- $.find('.edsai-tab-content').css('display','none');
540
- $.find('.edsai-tab').removeClass('edsai-tab-active');
541
-
542
- btn.parent().addClass('edsai-tab-active');
543
- $.find( btn.attr('href') ).css('display','block');
544
-
545
- } );
546
-
547
- $.find('.has-custom').on( 'change', function( event ) {
548
-
549
- var select = $.find(this);
550
-
551
- if( 'custom' == select.val() ) {
552
- select.siblings('.custom-field').show();
553
- } else {
554
- select.siblings('.custom-field').hide();
555
- }
556
-
557
- } );
558
-
559
- $.find('input[name="options-animate-on"]').on( 'change', function( event ) {
560
-
561
- var value = $.find('input[name="options-animate-on"]:checked').val();
562
-
563
- if( 'scroll' == value ) {
564
- $.find('.options-scroll-settings-wrapper').show();
565
- } else {
566
- $.find('.options-scroll-settings-wrapper').hide()
567
- $.find('input[name="options-scroll-offset"]').val('<?php echo $scroll_offset; ?>');
568
- }
569
-
570
- } );
571
-
572
- $.find('#entry-animation-type').on( 'change', function( event ) {
573
- var opt = $.find(this).val();
574
- $.find('#exit-animation-type option').attr("disabled", false);
575
- $.find('#exit-animation-type option[value="'+opt+'"]').attr("disabled", true);
576
-
577
- } );
578
-
579
- $.find('#exit-animation-type').on( 'change', function( event ) {
580
- var opt = $.find(this).val();
581
- $.find('#entry-animation-type option').attr("disabled", false);
582
- $.find('#entry-animation-type option[value="'+opt+'"]').attr("disabled", true);
583
-
584
- } );
585
-
586
-
587
- function get_settings() {
588
-
589
- var settings = {
590
- 'entry_animation_type': '',
591
- 'entry_delay': '',
592
- 'entry_duration': '',
593
- 'entry_timing': '',
594
- 'exit_animation_type': '',
595
- 'exit_delay': '',
596
- 'exit_duration': '',
597
- 'exit_timing': '',
598
- 'animation_repeat': '',
599
- 'keep':'',
600
- 'animate_on': '',
601
- 'scroll_offset': '',
602
- 'custom_css_class': ''
603
- };
604
-
605
- //reading entry animation settings
606
- var entry_animation_type = $.find('#entry-animation-type').val();
607
- if( 'none' != entry_animation_type ){
608
- settings.entry_animation_type = entry_animation_type;
609
-
610
- var entry_delay = $.find('#entry-delay').val();
611
- if( 'custom' == entry_delay ) {
612
- var entry_delay = $.find('#entry-delay-custom').val();
613
- if( ! jQuery.isNumeric( entry_delay ) ) {
614
- entry_delay = 0;
615
- }
616
- }
617
- settings.entry_delay = entry_delay;
618
-
619
- var entry_duration = $.find('#entry-duration').val();
620
- if( 'custom' == entry_duration ) {
621
- var entry_duration = $.find('#entry-duration-custom').val();
622
- if( ! jQuery.isNumeric( entry_duration ) ) {
623
- entry_duration = 0.5;
624
- }
625
- }
626
- settings.entry_duration = entry_duration;
627
- settings.entry_timing = $.find('#entry-timing').val();
628
- }
629
-
630
- //reading exit animation settings
631
- var exit_animation_type = $.find('#exit-animation-type').val();
632
- if( 'none' != exit_animation_type ){
633
-
634
- settings.exit_animation_type = exit_animation_type;
635
-
636
- var exit_delay = $.find('#exit-delay').val();
637
- if( 'custom' == exit_delay ) {
638
- var exit_delay = $.find('#exit-delay-custom').val();
639
- if( ! jQuery.isNumeric( exit_delay ) ) {
640
- exit_delay = 0;
641
- }
642
- }
643
- settings.exit_delay = exit_delay;
644
-
645
- var exit_duration = $.find('#exit-duration').val();
646
- if( 'custom' == exit_duration ) {
647
- var exit_duration = $.find('#exit-duration-custom').val();
648
-
649
- if( ! jQuery.isNumeric( exit_duration ) ) {
650
- exit_duration = 0.5;
651
- }
652
- }
653
- settings.exit_duration = exit_duration;
654
- settings.exit_timing = $.find('#exit-timing').val();
655
- }
656
-
657
- //reading other options
658
- var animation_repeat = $.find('#options-animation-repeat').val();
659
- if( 'custom' == animation_repeat ) {
660
- var animation_repeat = $.find('#options-animation-repeat-custom').val();
661
- if( ! jQuery.isNumeric( animation_repeat ) ) {
662
- animation_repeat = 1;
663
- }
664
- }
665
- settings.animation_repeat = animation_repeat;
666
-
667
- var animate_on = $.find('input[name="options-animate-on"]:checked').val();
668
- settings.animate_on = animate_on;
669
-
670
- var scroll_offset = '';
671
- if( 'scroll' == animate_on ) {
672
- scroll_offset = $.find('#options-scroll-offset').val();
673
- if( ! jQuery.isNumeric( scroll_offset ) ) {
674
- scroll_offset = '<?php echo $scroll_offset; ?>';
675
- }
676
- }
677
- settings.scroll_offset = scroll_offset;
678
- settings.custom_css_class = $.find('#options-custom-css-class').val();
679
-
680
- var keep_final_state = $.find('input[name="options-keep"]:checked').val();
681
- if( "yes" == keep_final_state ) {
682
- settings.keep = "yes";
683
- } else {
684
- settings.keep = "no";
685
- }
686
-
687
- return settings;
688
-
689
- }
690
-
691
- function reset_animation(){
692
- element_animating = false;
693
- animate_infinite = false;
694
- total_repeat_count = 1;
695
- $.find('.animateit-icon').animo("cleanse");
696
- $.find('.btn-animate-it').show();
697
- $.find('.btn-stop-infinite-animation').hide();
698
- }
699
-
700
-
701
- function eds_animate( animations, counter, iteration ) {
702
-
703
- $.find('.animateit-icon').animo( animations[ counter ].animoSettings, function() {
704
- counter++
705
- if( counter < animations.length ) {
706
- setTimeout( function(){ eds_animate( animations, counter, iteration ) }, Number(animations[counter].delay) * 1000);
707
- } else {
708
- iteration++;
709
- if( true == animate_infinite || iteration < total_repeat_count) {
710
- if(animations.length == 1) {
711
- $.find('.animateit-icon').animo("cleanse");
712
- }
713
- setTimeout( function(){ eds_animate( animations, 0, iteration ) }, Number( animations[0].delay) * 1000);
714
- } else {
715
- reset_animation();
716
- }
717
- }
718
-
719
- });
720
-
721
- }
722
-
723
- $.find('.btn-insert').on( 'click', function( event ) {
724
-
725
- var settings = get_settings();
726
-
727
- if( '' == settings.entry_animation_type
728
- && '' == settings.exit_animation_type ) {
729
- alert("Please select animation first.");
730
- return '';
731
- }
732
-
733
-
734
- var editorContent = parentEditor.selection.getContent();
735
-
736
- if( null == editorContent || "" == editorContent ) {
737
- editorContent = ' <p>Please add your content in this area.</p> ';
738
- }
739
-
740
- var short_code = [ '[edsanimate_start',
741
- ' entry_animation_type= "', settings.entry_animation_type, '"',
742
- ' entry_delay= "', settings.entry_delay, '"',
743
- ' entry_duration= "', settings.entry_duration, '"',
744
- ' entry_timing= "', settings.entry_timing, '"',
745
- ' exit_animation_type= "', settings.exit_animation_type, '"',
746
- ' exit_delay= "', settings.exit_delay, '"',
747
- ' exit_duration= "', settings.exit_duration, '"',
748
- ' exit_timing= "', settings.exit_timing, '"',
749
- ' animation_repeat= "', settings.animation_repeat, '"',
750
- ' keep= "', settings.keep, '"',
751
- ' animate_on= "', settings.animate_on, '"',
752
- ' scroll_offset= "', settings.scroll_offset, '"',
753
- ' custom_css_class= "', settings.custom_css_class, '"', ']',
754
- editorContent,
755
- '[edsanimate_end]' ]. join('');
756
-
757
- parentEditor.execCommand('mceInsertContent', false, short_code);
758
-
759
- parentEditor.windowManager.close();
760
-
761
- } );
762
-
763
- $.find('.btn-animate-it').on( 'click', function( event ) {
764
-
765
- var animations = [];
766
-
767
- var settings = get_settings();
768
-
769
- var keep_value = false;
770
-
771
- if("yes" == settings.keep ) {
772
- keep_value = true;
773
- }
774
-
775
- if( '' != settings.entry_animation_type ) {
776
-
777
- animations.push({
778
- animoSettings: {
779
- animation: settings.entry_animation_type,
780
- duration: settings.entry_duration,
781
- iterate: 1,
782
- timing: settings.entry_timing,
783
- keep: keep_value
784
- },
785
- delay: settings.entry_delay,
786
- });
787
-
788
- }
789
-
790
- if( '' != settings.exit_animation_type ) {
791
- animations.push({
792
- animoSettings: {
793
- animation: settings.exit_animation_type,
794
- duration: settings.exit_duration,
795
- iterate: 1,
796
- timing: settings.exit_timing,
797
- keep: keep_value
798
- },
799
- delay: settings.exit_delay
800
- });
801
- }
802
-
803
- if( "infinite" == settings.animation_repeat ) {
804
- animate_infinite = true;
805
- } else {
806
- animate_infinite = false;
807
- total_repeat_count = settings.animation_repeat;
808
- }
809
-
810
- if( animations.length >= 1 ) {
811
- $.find('.btn-animate-it').hide();
812
- $.find('.btn-stop-infinite-animation').show();
813
- setTimeout( function(){ eds_animate( animations, 0, 0 )}, Number( animations[0].delay ) * 1000);
814
- }
815
-
816
- } );
817
-
818
- $.find('.btn-stop-infinite-animation').on( 'click', function( event ) {
819
- reset_animation();
820
- } );
821
-
822
- } );
823
-
824
- } )( jQuery( document ) );
825
-
826
- </script>
827
- </body>
828
- </html>
1
+ <?php
2
+ $scroll_offset = get_option ( 'eds_scroll_offset', '75' );
3
+ ?>
4
+ <!doctype html>
5
+ <html lang="en">
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <title><?php _e( 'Select your Animation Style', 'eds-animate' ); ?>:</title>
9
+ <meta name="viewport"
10
+ content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
11
+ <link rel="stylesheet"
12
+ href="<?php echo plugin_dir_url(__FILE__).'../css/animate-animo.css'; ?>" />
13
+ <link rel="stylesheet"
14
+ href="<?php echo plugin_dir_url(__FILE__).'../css/style.css'; ?>" />
15
+ </head>
16
+ <body
17
+ onload="document.body.style.display='';"
18
+ dir="ltr">
19
+ <div class="modal edsai-wrapper">
20
+ <div class="edaai-body">
21
+ <div class="preview-badge">
22
+ <span id="animationSandbox">
23
+ <h1 class="site__title mega animateit-icon"></h1>
24
+ </span>
25
+ </div>
26
+ <form name="edsanimate_form" id="edsanimate_form">
27
+ <div class="edsai-form-wrapper">
28
+ <div class="edsai-tabs">
29
+ <div class="edsai-tab edsai-tab-active">
30
+ <a class="edsai-tab-handler" href="#tab-entry"><?php _e( 'Entry', 'eds-animate' ); ?></a>
31
+ </div>
32
+ <div class="edsai-tab">
33
+ <a class="edsai-tab-handler" href="#tab-exit"><?php _e( 'Exit', 'eds-animate' ); ?></a>
34
+ </div>
35
+ <div class="edsai-tab">
36
+ <a class="edsai-tab-handler" href="#tab-options"><?php _e( 'Options', 'eds-animate' ); ?></a>
37
+ </div>
38
+ </div>
39
+ <div id="tab-entry" class="edsai-tab-content edsai-entry"
40
+ style="display: block;">
41
+ <div class="edsai-form-control-wrapper">
42
+ <label for="entry-animation-type"><?php _e( 'Animation', 'eds-animate' ); ?>:</label>
43
+ <div class="edsai-form-control">
44
+ <select id="entry-animation-type" name="entry-animation-type"
45
+ class="full-size">
46
+ <option value="none"><?php _e( 'None', 'eds-animate' ); ?></option>
47
+ <optgroup label="Bouncing Entrances">
48
+ <option value="bounceIn">bounceIn</option>
49
+ <option value="bounceInDown">bounceInDown</option>
50
+ <option value="bounceInLeft">bounceInLeft</option>
51
+ <option value="bounceInRight">bounceInRight</option>
52
+ <option value="bounceInUp">bounceInUp</option>
53
+ </optgroup>
54
+ <optgroup label="Fading Entrances">
55
+ <option value="fadeIn" selected>fadeIn</option>
56
+ <option value="fadeInDown">fadeInDown</option>
57
+ <option value="fadeInDownBig">fadeInDownBig</option>
58
+ <option value="fadeInLeft">fadeInLeft</option>
59
+ <option value="fadeInLeftBig">fadeInLeftBig</option>
60
+ <option value="fadeInRight">fadeInRight</option>
61
+ <option value="fadeInRightBig">fadeInRightBig</option>
62
+ <option value="fadeInUp">fadeInUp</option>
63
+ <option value="fadeInUpBig">fadeInUpBig</option>
64
+ </optgroup>
65
+ <optgroup label="Rotating Entrances">
66
+ <option value="rotateIn">rotateIn</option>
67
+ <option value="rotateInDownLeft">rotateInDownLeft</option>
68
+ <option value="rotateInDownRight">rotateInDownRight</option>
69
+ <option value="rotateInUpLeft">rotateInUpLeft</option>
70
+ <option value="rotateInUpRight">rotateInUpRight</option>
71
+ </optgroup>
72
+ <optgroup label="Sliding Entrances">
73
+ <option value="slideInUp">slideInUp</option>
74
+ <option value="slideInDown">slideInDown</option>
75
+ <option value="slideInLeft">slideInLeft</option>
76
+ <option value="slideInRight">slideInRight</option>
77
+ </optgroup>
78
+ <optgroup label="Zoom Entrances">
79
+ <option value="zoomIn">zoomIn</option>
80
+ <option value="zoomInDown">zoomInDown</option>
81
+ <option value="zoomInLeft">zoomInLeft</option>
82
+ <option value="zoomInRight">zoomInRight</option>
83
+ <option value="zoomInUp">zoomInUp</option>
84
+ </optgroup>
85
+ <optgroup label="Attention Seekers">
86
+ <option value="spinner">Spin</option>
87
+ <option value="bounce">bounce</option>
88
+ <option value="flash">flash</option>
89
+ <option value="rubberBand">rubberBand</option>
90
+ <option value="shake">shake</option>
91
+ <option value="swing">swing</option>
92
+ <option value="tada">tada</option>
93
+ <option value="wobble">wobble</option>
94
+ <option value="jello">jello</option>
95
+ <option value="wiggle">wiggle</option>
96
+ <option value="fade">fade</option>
97
+ <option value="appear">appear</option>
98
+ <option value="grow">grow</option>
99
+ <option value="shrink">shrink</option>
100
+ <option value="push">push</option>
101
+ <option value="pop">pop</option>
102
+ <option value="float">float</option>
103
+ <option value="sink">sink</option>
104
+ <option value="forward">forward</option>
105
+ <option value="backward">backward</option>
106
+ </optgroup>
107
+ <optgroup label="Pulse">
108
+ <option value="pulse">pulse</option>
109
+ <option value="pulseGrow">pulseGrow</option>
110
+ <option value="pulseShrink">pulseShrink</option>
111
+ </optgroup>
112
+ <optgroup label="Rotate">
113
+ <option value="rotate">rotate</option>
114
+ <option value="growRotate">growRotate</option>
115
+ </optgroup>
116
+ <optgroup label="Skew">
117
+ <option value="skew">skew</option>
118
+ <option value="skewForward">skewForward</option>
119
+ <option value="skewBackward">skewBackward</option>
120
+ </optgroup>
121
+ <optgroup label="Wobble">
122
+ <option value="wobbleHorizontal">wobbleHorizontal</option>
123
+ <option value="wobbleVertical">wobbleVertical</option>
124
+ <option value="wobbleToBottomRight">wobbleToBottomRight</option>
125
+ <option value="wobbleToTopRight">wobbleToTopRight</option>
126
+ <option value="wobbleTop">wobbleTop</option>
127
+ <option value="wobbleBottom">wobbleBottom</option>
128
+ <option value="wobbleSkew">wobbleSkew</option>
129
+ </optgroup>
130
+ <optgroup label="Buzz">
131
+ <option value="buzz">buzz</option>
132
+ <option value="buzzOut">buzzOut</option>
133
+ </optgroup>
134
+ <optgroup label="Flippers">
135
+ <option value="flip">flip</option>
136
+ <option value="flipInX">flipInX</option>
137
+ <option value="flipInY">flipInY</option>
138
+ </optgroup>
139
+ <optgroup label="Lightspeed">
140
+ <option value="lightSpeedIn">lightSpeedIn</option>
141
+ </optgroup>
142
+ <optgroup label="Twirl">
143
+ <option value="twirlIn">twirlIn</option>
144
+ </optgroup>
145
+ <optgroup label="Specials">
146
+ <option value="hinge">hinge</option>
147
+ <option value="rollIn">rollIn</option>
148
+ </optgroup>
149
+ </select>
150
+ </div>
151
+ </div>
152
+ <div class="edsai-form-control-wrapper">
153
+ <label for="entry-delay"><?php _e( 'Delay (in seconds)', 'eds-animate' ); ?>:</label>
154
+ <div class="edsai-form-control">
155
+ <select id="entry-delay" name="entry-delay"
156
+ class="half-size has-custom">
157
+ <option value="0"><?php _e( 'None', 'eds-animate' ); ?></option>
158
+ <option value="0.5">0.5</option>
159
+ <option value="1">1.0</option>
160
+ <option value="1.5">1.5</option>
161
+ <option value="2">2.0</option>
162
+ <option value="2.5">2.5</option>
163
+ <option value="3">3.0</option>
164
+ <option value="3.5">3.5</option>
165
+ <option value="4">4.0</option>
166
+ <option value="4.5">4.5</option>
167
+ <option value="5">5.0</option>
168
+ <option value="5.5">5.5</option>
169
+ <option value="6">6.0</option>
170
+ <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
171
+ </select> <input id="entry-delay-custom"
172
+ name="entry-delay-custom" class="half-size custom-field"
173
+ placeholder="Custom Delay e.g. 2.7" />
174
+ </div>
175
+ </div>
176
+ <div class="edsai-form-control-wrapper">
177
+ <label for="entry-duration"><?php _e( 'Duration (in seconds)', 'eds-animate' ); ?>:</label>
178
+ <div class="edsai-form-control">
179
+ <select id="entry-duration" name="entry-duration"
180
+ class="half-size has-custom">
181
+ <option value="0.5">0.5</option>
182
+ <option value="1">1.0</option>
183
+ <option value="1.5">1.5</option>
184
+ <option value="2">2.0</option>
185
+ <option value="2.5">2.5</option>
186
+ <option value="3">3.0</option>
187
+ <option value="3.5">3.5</option>
188
+ <option value="4">4.0</option>
189
+ <option value="4.5">4.5</option>
190
+ <option value="5">5.0</option>
191
+ <option value="5.5">5.5</option>
192
+ <option value="6">6.0</option>
193
+ <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
194
+ </select> <input id="entry-duration-custom"
195
+ name="entry-duration-custom" class="half-size custom-field"
196
+ placeholder="Custom Duration e.g. 3.2" />
197
+ </div>
198
+ </div>
199
+ <div class="edsai-form-control-wrapper">
200
+ <label for="entry-timing"><?php _e( 'Timing', 'eds-animate' ); ?>:</label>
201
+ <div class="edsai-form-control">
202
+ <select id="entry-timing" name="entry-timing"
203
+ class="half-size">
204
+ <option value="linear">linear</option>
205
+ <option value="ease">ease</option>
206
+ <option value="ease-in">easeIn</option>
207
+ <option value="ease-out">easeOut</option>
208
+ <option value="ease-in-out">easeInOut</option>
209
+ <option value="cubic-bezier(0.47, 0, 0.745, 0.715)">easeInSine</option>
210
+ <option value="cubic-bezier(0.39, 0.575, 0.565, 1)">easeOutSine</option>
211
+ <option value="cubic-bezier(0.445, 0.05, 0.55, 0.95)">easeInOutSine</option>
212
+ <option value="cubic-bezier(0.55, 0.085, 0.68, 0.53)">easeInQuad</option>
213
+ <option value="cubic-bezier(0.25, 0.46, 0.45, 0.94)">easeOutQuad</option>
214
+ <option value="cubic-bezier(0.455, 0.03, 0.515, 0.955)">easeInOutQuad</option>
215
+ <option value="cubic-bezier(0.55, 0.055, 0.675, 0.19)">easeInCubic</option>
216
+ <option value="cubic-bezier(0.215, 0.61, 0.355, 1)">easeOutCubic</option>
217
+ <option value="cubic-bezier(0.645, 0.045, 0.355, 1)">easeInOutCubic</option>
218
+ <option value="cubic-bezier(0.895, 0.03, 0.685, 0.22)">easeInQuart</option>
219
+ <option value="cubic-bezier(0.165, 0.84, 0.44, 1)">easeOutQuart</option>
220
+ <option value="cubic-bezier(0.77, 0, 0.175, 1)">easeInOutQuart</option>
221
+ <option value="cubic-bezier(0.755, 0.05, 0.855, 0.06)">easeInQuint</option>
222
+ <option value="cubic-bezier(0.23, 1, 0.32, 1)">easeOutQuint</option>
223
+ <option value="cubic-bezier(0.86, 0, 0.07, 1)">easeInOutQuint</option>
224
+ <option value="cubic-bezier(0.95, 0.05, 0.795, 0.035)">easeInExpo</option>
225
+ <option value="cubic-bezier(0.19, 1, 0.22, 1)">easeOutExpo</option>
226
+ <option value="cubic-bezier(1, 0, 0, 1)">easeInOutExpo</option>
227
+ <option value="cubic-bezier(0.6, 0.04, 0.98, 0.335)">easeInCirc</option>
228
+ <option value="cubic-bezier(0.075, 0.82, 0.165, 1)">easeOutCirc</option>
229
+ <option value="cubic-bezier(0.785, 0.135, 0.15, 0.86)">easeInOutCirc</option>
230
+ <option value="cubic-bezier(0.6, -0.28, 0.735, 0.045)">easeInBack</option>
231
+ <option value="cubic-bezier(0.175, 0.885, 0.32, 1.275)">easeOutBack</option>
232
+ <option value="cubic-bezier(0.68, -0.55, 0.265, 1.55)">easeInOutBack</option>
233
+ </select>
234
+ </div>
235
+ </div>
236
+ </div>
237
+ <div id="tab-exit" class="edsai-tab-content edsai-exit">
238
+ <div class="edsai-form-control-wrapper">
239
+ <label for="exit-animation-type"><?php _e( 'Animation', 'eds-animate' ); ?>:</label>
240
+ <div class="edsai-form-control">
241
+ <select id="exit-animation-type" name="exit-animation-type"
242
+ class="full-size">
243
+ <option value="none"><?php _e( 'None', 'eds-animate' ); ?></option>
244
+ <optgroup label="Bouncing Exits">
245
+ <option value="bounceOut">bounceOut</option>
246
+ <option value="bounceOutDown">bounceOutDown</option>
247
+ <option value="bounceOutLeft">bounceOutLeft</option>
248
+ <option value="bounceOutRight">bounceOutRight</option>
249
+ <option value="bounceOutUp">bounceOutUp</option>
250
+ </optgroup>
251
+ <optgroup label="Fading Exits">
252
+ <option value="fadeOut">fadeOut</option>
253
+ <option value="fadeOutDown">fadeOutDown</option>
254
+ <option value="fadeOutDownBig">fadeOutDownBig</option>
255
+ <option value="fadeOutLeft">fadeOutLeft</option>
256
+ <option value="fadeOutLeftBig">fadeOutLeftBig</option>
257
+ <option value="fadeOutRight">fadeOutRight</option>
258
+ <option value="fadeOutRightBig">fadeOutRightBig</option>
259
+ <option value="fadeOutUp">fadeOutUp</option>
260
+ <option value="fadeOutUpBig">fadeOutUpBig</option>
261
+ </optgroup>
262
+ <optgroup label="Rotating Exits">
263
+ <option value="rotateOut">rotateOut</option>
264
+ <option value="rotateOutDownLeft">rotateOutDownLeft</option>
265
+ <option value="rotateOutDownRight">rotateOutDownRight</option>
266
+ <option value="rotateOutUpLeft">rotateOutUpLeft</option>
267
+ <option value="rotateOutUpRight">rotateOutUpRight</option>
268
+ </optgroup>
269
+ <optgroup label="Sliding Exits">
270
+ <option value="slideOutUp">slideOutUp</option>
271
+ <option value="slideOutDown">slideOutDown</option>
272
+ <option value="slideOutLeft">slideOutLeft</option>
273
+ <option value="slideOutRight">slideOutRight</option>
274
+ </optgroup>
275
+ <optgroup label="Zoom Exits">
276
+ <option value="zoomOut">zoomOut</option>
277
+ <option value="zoomOutDown">zoomOutDown</option>
278
+ <option value="zoomOutLeft">zoomOutLeft</option>
279
+ <option value="zoomOutRight">zoomOutRight</option>
280
+ <option value="zoomOutUp">zoomOutUp</option>
281
+ </optgroup>
282
+ <optgroup label="Attention Seekers">
283
+ <option value="spinner">Spin</option>
284
+ <option value="bounce">bounce</option>
285
+ <option value="flash">flash</option>
286
+ <option value="rubberBand">rubberBand</option>
287
+ <option value="shake">shake</option>
288
+ <option value="swing">swing</option>
289
+ <option value="tada">tada</option>
290
+ <option value="wobble">wobble</option>
291
+ <option value="jello">jello</option>
292
+ <option value="wiggle">wiggle</option>
293
+ <option value="fade">fade</option>
294
+ <option value="appear">appear</option>
295
+ <option value="grow">grow</option>
296
+ <option value="shrink">shrink</option>
297
+ <option value="push">push</option>
298
+ <option value="pop">pop</option>
299
+ <option value="float">float</option>
300
+ <option value="sink">sink</option>
301
+ <option value="forward">forward</option>
302
+ <option value="backward">backward</option>
303
+ </optgroup>
304
+ <optgroup label="Pulse">
305
+ <option value="pulse">pulse</option>
306
+ <option value="pulseGrow">pulseGrow</option>
307
+ <option value="pulseShrink">pulseShrink</option>
308
+ </optgroup>
309
+ <optgroup label="Rotate">
310
+ <option value="rotate">rotate</option>
311
+ <option value="growRotate">growRotate</option>
312
+ </optgroup>
313
+ <optgroup label="Skew">
314
+ <option value="skew">skew</option>
315
+ <option value="skewForward">skewForward</option>
316
+ <option value="skewBackward">skewBackward</option>
317
+ </optgroup>
318
+ <optgroup label="Wobble">
319
+ <option value="wobbleHorizontal">wobbleHorizontal</option>
320
+ <option value="wobbleVertical">wobbleVertical</option>
321
+ <option value="wobbleToBottomRight">wobbleToBottomRight</option>
322
+ <option value="wobbleToTopRight">wobbleToTopRight</option>
323
+ <option value="wobbleTop">wobbleTop</option>
324
+ <option value="wobbleBottom">wobbleBottom</option>
325
+ <option value="wobbleSkew">wobbleSkew</option>
326
+ </optgroup>
327
+ <optgroup label="Buzz">
328
+ <option value="buzz">buzz</option>
329
+ <option value="buzzOut">buzzOut</option>
330
+ </optgroup>
331
+ <optgroup label="Flippers">
332
+ <option value="flip">flip</option>
333
+ <option value="flipOutX">flipOutX</option>
334
+ <option value="flipOutY">flipOutY</option>
335
+ </optgroup>
336
+ <optgroup label="Lightspeed">
337
+ <option value="lightSpeedOut">lightSpeedOut</option>
338
+ </optgroup>
339
+ <optgroup label="Twirl">
340
+ <option value="twirlOut">twirlOut</option>
341
+ </optgroup>
342
+ <optgroup label="Specials">
343
+ <option value="hinge">hinge</option>
344
+ <option value="rollOut">rollOut</option>
345
+ </optgroup>
346
+ </select>
347
+ </div>
348
+ </div>
349
+ <div class="edsai-form-control-wrapper">
350
+ <label for="exit-delay"><?php _e( 'Delay (in seconds)', 'eds-animate' ); ?>:</label>
351
+ <div class="edsai-form-control">
352
+ <select id="exit-delay" name="exit-delay"
353
+ class="half-size has-custom">
354
+ <option value="0"><?php _e( 'None', 'eds-animate' ); ?></option>
355
+ <option value="0.5">0.5</option>
356
+ <option value="1">1.0</option>
357
+ <option value="1.5">1.5</option>
358
+ <option value="2">2.0</option>
359
+ <option value="2.5">2.5</option>
360
+ <option value="3">3.0</option>
361
+ <option value="3.5">3.5</option>
362
+ <option value="4">4.0</option>
363
+ <option value="4.5">4.5</option>
364
+ <option value="5">5.0</option>
365
+ <option value="5.5">5.5</option>
366
+ <option value="6">6.0</option>
367
+ <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
368
+ </select> <input id="exit-delay-custom" name="exit-delay-custom"
369
+ class="half-size custom-field"
370
+ placeholder="Custom Delay e.g. 2.7" />
371
+ </div>
372
+ </div>
373
+ <div class="edsai-form-control-wrapper">
374
+ <label for="exit-duration"><?php _e( 'Duration (in seconds)', 'eds-animate' ); ?>:</label>
375
+ <div class="edsai-form-control">
376
+ <select id="exit-duration" name="exit-duration"
377
+ class="half-size has-custom">
378
+ <option value="0.5">0.5</option>
379
+ <option value="1">1.0</option>
380
+ <option value="1.5">1.5</option>
381
+ <option value="2">2.0</option>
382
+ <option value="2.5">2.5</option>
383
+ <option value="3">3.0</option>
384
+ <option value="3.5">3.5</option>
385
+ <option value="4">4.0</option>
386
+ <option value="4.5">4.5</option>
387
+ <option value="5">5.0</option>
388
+ <option value="5.5">5.5</option>
389
+ <option value="6">6.0</option>
390
+ <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
391
+ </select> <input id="exit-duration-custom"
392
+ name="exit-duration-custom" class="half-size custom-field"
393
+ placeholder="Custom Duration e.g. 3.2" />
394
+ </div>
395
+ </div>
396
+ <div class="edsai-form-control-wrapper">
397
+ <label for="exit-timing"><?php _e( 'Timing', 'eds-animate' ); ?>:</label>
398
+ <div class="edsai-form-control">
399
+ <select id="exit-timing" name="exit-timing"
400
+ class="half-size">
401
+ <option value="linear">linear</option>
402
+ <option value="ease">ease</option>
403
+ <option value="ease-in">easeIn</option>
404
+ <option value="ease-out">easeOut</option>
405
+ <option value="ease-in-out">easeInOut</option>
406
+ <option value="cubic-bezier(0.47, 0, 0.745, 0.715)">easeInSine</option>
407
+ <option value="cubic-bezier(0.39, 0.575, 0.565, 1)">easeOutSine</option>
408
+ <option value="cubic-bezier(0.445, 0.05, 0.55, 0.95)">easeInOutSine</option>
409
+ <option value="cubic-bezier(0.55, 0.085, 0.68, 0.53)">easeInQuad</option>
410
+ <option value="cubic-bezier(0.25, 0.46, 0.45, 0.94)">easeOutQuad</option>
411
+ <option value="cubic-bezier(0.455, 0.03, 0.515, 0.955)">easeInOutQuad</option>
412
+ <option value="cubic-bezier(0.55, 0.055, 0.675, 0.19)">easeInCubic</option>
413
+ <option value="cubic-bezier(0.215, 0.61, 0.355, 1)">easeOutCubic</option>
414
+ <option value="cubic-bezier(0.645, 0.045, 0.355, 1)">easeInOutCubic</option>
415
+ <option value="cubic-bezier(0.895, 0.03, 0.685, 0.22)">easeInQuart</option>
416
+ <option value="cubic-bezier(0.165, 0.84, 0.44, 1)">easeOutQuart</option>
417
+ <option value="cubic-bezier(0.77, 0, 0.175, 1)">easeInOutQuart</option>
418
+ <option value="cubic-bezier(0.755, 0.05, 0.855, 0.06)">easeInQuint</option>
419
+ <option value="cubic-bezier(0.23, 1, 0.32, 1)">easeOutQuint</option>
420
+ <option value="cubic-bezier(0.86, 0, 0.07, 1)">easeInOutQuint</option>
421
+ <option value="cubic-bezier(0.95, 0.05, 0.795, 0.035)">easeInExpo</option>
422
+ <option value="cubic-bezier(0.19, 1, 0.22, 1)">easeOutExpo</option>
423
+ <option value="cubic-bezier(1, 0, 0, 1)">easeInOutExpo</option>
424
+ <option value="cubic-bezier(0.6, 0.04, 0.98, 0.335)">easeInCirc</option>
425
+ <option value="cubic-bezier(0.075, 0.82, 0.165, 1)">easeOutCirc</option>
426
+ <option value="cubic-bezier(0.785, 0.135, 0.15, 0.86)">easeInOutCirc</option>
427
+ <option value="cubic-bezier(0.6, -0.28, 0.735, 0.045)">easeInBack</option>
428
+ <option value="cubic-bezier(0.175, 0.885, 0.32, 1.275)">easeOutBack</option>
429
+ <option value="cubic-bezier(0.68, -0.55, 0.265, 1.55)">easeInOutBack</option>
430
+ </select>
431
+ </div>
432
+ </div>
433
+ </div>
434
+ <div id="tab-options" class="edsai-tab-content edsai-options">
435
+ <div class="edsai-form-control-wrapper">
436
+ <label for="options-animation-repeat"><?php _e( 'Animation Repeat', 'eds-animate' ); ?>:</label>
437
+ <div class="edsai-form-control">
438
+ <select id="options-animation-repeat"
439
+ name="options-animation-repeat" class="half-size has-custom">
440
+ <option value="1"><?php _e( 'Once', 'eds-animate' ); ?></option>
441
+ <option value="2"><?php _e( 'Twice', 'eds-animate' ); ?></option>
442
+ <option value="3"><?php _e( 'Thrice', 'eds-animate' ); ?></option>
443
+ <option value="infinite"><?php _e( 'Infinite', 'eds-animate' ); ?></option>
444
+ <option value="custom"><?php _e( 'Custom', 'eds-animate' ); ?></option>
445
+ </select> <input id="options-animation-repeat-custom"
446
+ name="options-animation-repeat-custom"
447
+ class="half-size custom-field" placeholder="e.g. 4" />
448
+ </div>
449
+ </div>
450
+ <div class="edsai-form-control-wrapper">
451
+ <label for="options-keep"><?php _e( 'Keep Element Final State', 'eds-animate' ); ?>:</label>
452
+ <div class="edsai-form-control">
453
+ <input id="keep-yes" type="radio" name="options-keep"
454
+ value="yes" checked> <label for="keep-yes"><?php _e( 'Yes', 'eds-animate' ); ?></label> <input
455
+ id="keep-no" type="radio" name="options-keep" value="no"> <label
456
+ for="keep-no"><?php _e( 'No', 'eds-animate' ); ?></label>
457
+ </div>
458
+ </div>
459
+ <div class="edsai-form-control-wrapper">
460
+ <label for="options-custom-css-class"><?php _e( 'Custom CSS Class', 'eds-animate' ); ?>:</label>
461
+ <div class="edsai-form-control">
462
+ <input id="options-custom-css-class"
463
+ name="options-custom-css-class" class="half-size"
464
+ placeholder="" value="" />
465
+ </div>
466
+ </div>
467
+ <div class="edsai-form-control-wrapper">
468
+ <label for="options-animate-on"><?php _e( 'Animate On', 'eds-animate' ); ?>:</label>
469
+ <div class="edsai-form-control">
470
+ <input type="radio" id="on-load" name="options-animate-on"
471
+ value="load" checked> <label for="on-load"><?php _e( 'Load', 'eds-animate' ); ?></label> <input
472
+ type="radio" id="on-click" name="options-animate-on"
473
+ value="click"> <label for="on-click"><?php _e( 'Click', 'eds-animate' ); ?></label> <input
474
+ type="radio" id="on-hover" name="options-animate-on"
475
+ value="hover"> <label for="on-hover"><?php _e( 'Hover', 'eds-animate' ); ?></label> <input
476
+ type="radio" id="on-scroll" name="options-animate-on"
477
+ value="scroll"> <label for="on-scroll"><?php _e( 'Scroll', 'eds-animate' ); ?></label>
478
+ </div>
479
+ </div>
480
+ <div
481
+ class="edsai-form-control-wrapper options-scroll-settings-wrapper">
482
+ <label for="options-scroll-offset"><?php _e( 'Scroll Offset (in %)', 'eds-animate' ); ?>:</label>
483
+ <div class="edsai-form-control">
484
+ <input id="options-scroll-offset" name="options-scroll-offset"
485
+ class="half-size" placeholder="Custom Offset % e.g. 20.7"
486
+ value="<?php echo $scroll_offset; ?>" />
487
+ </div>
488
+ </div>
489
+ </div>
490
+ </div>
491
+ <div class="edsai-footer-wrapper">
492
+ <div class="edsai-footer">
493
+ <div class="edsai-footer-left">
494
+ <?php _e( 'Powered by', 'eds-animate' ); ?> <a href="http://www.eleopard.in" target="_blank">eLEOPARD</a>
495
+ | <a
496
+ href="https://wordpress.org/support/view/plugin-reviews/animate-it"
497
+ target="_blank"><?php _e( 'Review Plugin', 'eds-animate' ); ?></a>
498
+ | <a
499
+ href="http://www.downloads.eleopard.in/animate-it-documentation-wordpress"
500
+ target="_blank"><?php _e( 'Documentation', 'eds-animate' ); ?></a>
501
+ </div>
502
+ <div class="edsai-footer-right">
503
+ <button type="button" class="btn-stop-infinite-animation"
504
+ style="display: none;"><?php _e( 'Stop Animation', 'eds-animate' ); ?></button>
505
+ <button type="button" class="edsai-animate-it btn-animate-it"><?php _e( 'Animate It!', 'eds-animate' ); ?></button>
506
+ <button type="button" class="edsai-insert btn-insert"><?php _e( 'Insert', 'eds-animate' ); ?></button>
507
+ </div>
508
+ </div>
509
+ </div>
510
+ </form>
511
+ </div>
512
+ </div>
513
+ <script type="text/javascript">
514
+ var args = top.tinymce.activeEditor.windowManager.getParams();
515
+ var parentEditor = args['editor'];
516
+ var url = args['plugin_url'];
517
+ var jQuery = args['jquery'];
518
+ </script>
519
+ <script type="text/javascript"
520
+ src="<?php echo plugin_dir_url(__FILE__).'../js/animo.min.js'; ?>"></script>
521
+ <script type="text/javascript">
522
+ ( function( $ ) {
523
+
524
+ $.ready( function() {
525
+
526
+ var animate_infinite = false;
527
+ var total_repeat_count = 1;
528
+ var element_animating = false;
529
+
530
+ $.find('.custom-field').hide();
531
+ $.find('.options-scroll-settings-wrapper').hide();
532
+
533
+ $.find('.edsai-tab-handler').on( 'click', function( event ) {
534
+
535
+ event.preventDefault();
536
+
537
+ var btn = $.find( this );
538
+
539
+ $.find('.edsai-tab-content').css('display','none');
540
+ $.find('.edsai-tab').removeClass('edsai-tab-active');
541
+
542
+ btn.parent().addClass('edsai-tab-active');
543
+ $.find( btn.attr('href') ).css('display','block');
544
+
545
+ } );
546
+
547
+ $.find('.has-custom').on( 'change', function( event ) {
548
+
549
+ var select = $.find(this);
550
+
551
+ if( 'custom' == select.val() ) {
552
+ select.siblings('.custom-field').show();
553
+ } else {
554
+ select.siblings('.custom-field').hide();
555
+ }
556
+
557
+ } );
558
+
559
+ $.find('input[name="options-animate-on"]').on( 'change', function( event ) {
560
+
561
+ var value = $.find('input[name="options-animate-on"]:checked').val();
562
+
563
+ if( 'scroll' == value ) {
564
+ $.find('.options-scroll-settings-wrapper').show();
565
+ } else {
566
+ $.find('.options-scroll-settings-wrapper').hide()
567
+ $.find('input[name="options-scroll-offset"]').val('<?php echo $scroll_offset; ?>');
568
+ }
569
+
570
+ } );
571
+
572
+ $.find('#entry-animation-type').on( 'change', function( event ) {
573
+ var opt = $.find(this).val();
574
+ $.find('#exit-animation-type option').attr("disabled", false);
575
+ $.find('#exit-animation-type option[value="'+opt+'"]').attr("disabled", true);
576
+
577
+ } );
578
+
579
+ $.find('#exit-animation-type').on( 'change', function( event ) {
580
+ var opt = $.find(this).val();
581
+ $.find('#entry-animation-type option').attr("disabled", false);
582
+ $.find('#entry-animation-type option[value="'+opt+'"]').attr("disabled", true);
583
+
584
+ } );
585
+
586
+
587
+ function get_settings() {
588
+
589
+ var settings = {
590
+ 'entry_animation_type': '',
591
+ 'entry_delay': '',
592
+ 'entry_duration': '',
593
+ 'entry_timing': '',
594
+ 'exit_animation_type': '',
595
+ 'exit_delay': '',
596
+ 'exit_duration': '',
597
+ 'exit_timing': '',
598
+ 'animation_repeat': '',
599
+ 'keep':'',
600
+ 'animate_on': '',
601
+ 'scroll_offset': '',
602
+ 'custom_css_class': ''
603
+ };
604
+
605
+ //reading entry animation settings
606
+ var entry_animation_type = $.find('#entry-animation-type').val();
607
+ if( 'none' != entry_animation_type ){
608
+ settings.entry_animation_type = entry_animation_type;
609
+
610
+ var entry_delay = $.find('#entry-delay').val();
611
+ if( 'custom' == entry_delay ) {
612
+ var entry_delay = $.find('#entry-delay-custom').val();
613
+ if( ! jQuery.isNumeric( entry_delay ) ) {
614
+ entry_delay = 0;
615
+ }
616
+ }
617
+ settings.entry_delay = entry_delay;
618
+
619
+ var entry_duration = $.find('#entry-duration').val();
620
+ if( 'custom' == entry_duration ) {
621
+ var entry_duration = $.find('#entry-duration-custom').val();
622
+ if( ! jQuery.isNumeric( entry_duration ) ) {
623
+ entry_duration = 0.5;
624
+ }
625
+ }
626
+ settings.entry_duration = entry_duration;
627
+ settings.entry_timing = $.find('#entry-timing').val();
628
+ }
629
+
630
+ //reading exit animation settings
631
+ var exit_animation_type = $.find('#exit-animation-type').val();
632
+ if( 'none' != exit_animation_type ){
633
+
634
+ settings.exit_animation_type = exit_animation_type;
635
+
636
+ var exit_delay = $.find('#exit-delay').val();
637
+ if( 'custom' == exit_delay ) {
638
+ var exit_delay = $.find('#exit-delay-custom').val();
639
+ if( ! jQuery.isNumeric( exit_delay ) ) {
640
+ exit_delay = 0;
641
+ }
642
+ }
643
+ settings.exit_delay = exit_delay;
644
+
645
+ var exit_duration = $.find('#exit-duration').val();
646
+ if( 'custom' == exit_duration ) {
647
+ var exit_duration = $.find('#exit-duration-custom').val();
648
+
649
+ if( ! jQuery.isNumeric( exit_duration ) ) {
650
+ exit_duration = 0.5;
651
+ }
652
+ }
653
+ settings.exit_duration = exit_duration;
654
+ settings.exit_timing = $.find('#exit-timing').val();
655
+ }
656
+
657
+ //reading other options
658
+ var animation_repeat = $.find('#options-animation-repeat').val();
659
+ if( 'custom' == animation_repeat ) {
660
+ var animation_repeat = $.find('#options-animation-repeat-custom').val();
661
+ if( ! jQuery.isNumeric( animation_repeat ) ) {
662
+ animation_repeat = 1;
663
+ }
664
+ }
665
+ settings.animation_repeat = animation_repeat;
666
+
667
+ var animate_on = $.find('input[name="options-animate-on"]:checked').val();
668
+ settings.animate_on = animate_on;
669
+
670
+ var scroll_offset = '';
671
+ if( 'scroll' == animate_on ) {
672
+ scroll_offset = $.find('#options-scroll-offset').val();
673
+ if( ! jQuery.isNumeric( scroll_offset ) ) {
674
+ scroll_offset = '<?php echo $scroll_offset; ?>';
675
+ }
676
+ }
677
+ settings.scroll_offset = scroll_offset;
678
+ settings.custom_css_class = $.find('#options-custom-css-class').val();
679
+
680
+ var keep_final_state = $.find('input[name="options-keep"]:checked').val();
681
+ if( "yes" == keep_final_state ) {
682
+ settings.keep = "yes";
683
+ } else {
684
+ settings.keep = "no";
685
+ }
686
+
687
+ return settings;
688
+
689
+ }
690
+
691
+ function reset_animation(){
692
+ element_animating = false;
693
+ animate_infinite = false;
694
+ total_repeat_count = 1;
695
+ $.find('.animateit-icon').animo("cleanse");
696
+ $.find('.btn-animate-it').show();
697
+ $.find('.btn-stop-infinite-animation').hide();
698
+ }
699
+
700
+
701
+ function eds_animate( animations, counter, iteration ) {
702
+
703
+ $.find('.animateit-icon').animo( animations[ counter ].animoSettings, function() {
704
+ counter++
705
+ if( counter < animations.length ) {
706
+ setTimeout( function(){ eds_animate( animations, counter, iteration ) }, Number(animations[counter].delay) * 1000);
707
+ } else {
708
+ iteration++;
709
+ if( true == animate_infinite || iteration < total_repeat_count) {
710
+ if(animations.length == 1) {
711
+ $.find('.animateit-icon').animo("cleanse");
712
+ }
713
+ setTimeout( function(){ eds_animate( animations, 0, iteration ) }, Number( animations[0].delay) * 1000);
714
+ } else {
715
+ reset_animation();
716
+ }
717
+ }
718
+
719
+ });
720
+
721
+ }
722
+
723
+ $.find('.btn-insert').on( 'click', function( event ) {
724
+
725
+ var settings = get_settings();
726
+
727
+ if( '' == settings.entry_animation_type
728
+ && '' == settings.exit_animation_type ) {
729
+ alert("Please select animation first.");
730
+ return '';
731
+ }
732
+
733
+
734
+ var editorContent = parentEditor.selection.getContent();
735
+
736
+ if( null == editorContent || "" == editorContent ) {
737
+ editorContent = ' <p>Please add your content in this area.</p> ';
738
+ }
739
+
740
+ var short_code = [ '[edsanimate_start',
741
+ ' entry_animation_type= "', settings.entry_animation_type, '"',
742
+ ' entry_delay= "', settings.entry_delay, '"',
743
+ ' entry_duration= "', settings.entry_duration, '"',
744
+ ' entry_timing= "', settings.entry_timing, '"',
745
+ ' exit_animation_type= "', settings.exit_animation_type, '"',
746
+ ' exit_delay= "', settings.exit_delay, '"',
747
+ ' exit_duration= "', settings.exit_duration, '"',
748
+ ' exit_timing= "', settings.exit_timing, '"',
749
+ ' animation_repeat= "', settings.animation_repeat, '"',
750
+ ' keep= "', settings.keep, '"',
751
+ ' animate_on= "', settings.animate_on, '"',
752
+ ' scroll_offset= "', settings.scroll_offset, '"',
753
+ ' custom_css_class= "', settings.custom_css_class, '"', ']',
754
+ editorContent,
755
+ '[edsanimate_end]' ]. join('');
756
+
757
+ parentEditor.execCommand('mceInsertContent', false, short_code);
758
+
759
+ parentEditor.windowManager.close();
760
+
761
+ } );
762
+
763
+ $.find('.btn-animate-it').on( 'click', function( event ) {
764
+
765
+ var animations = [];
766
+
767
+ var settings = get_settings();
768
+
769
+ var keep_value = false;
770
+
771
+ if("yes" == settings.keep ) {
772
+ keep_value = true;
773
+ }
774
+
775
+ if( '' != settings.entry_animation_type ) {
776
+
777
+ animations.push({
778
+ animoSettings: {
779
+ animation: settings.entry_animation_type,
780
+ duration: settings.entry_duration,
781
+ iterate: 1,
782
+ timing: settings.entry_timing,
783
+ keep: keep_value
784
+ },
785
+ delay: settings.entry_delay,
786
+ });
787
+
788
+ }
789
+
790
+ if( '' != settings.exit_animation_type ) {
791
+ animations.push({
792
+ animoSettings: {
793
+ animation: settings.exit_animation_type,
794
+ duration: settings.exit_duration,
795
+ iterate: 1,
796
+ timing: settings.exit_timing,
797
+ keep: keep_value
798
+ },
799
+ delay: settings.exit_delay
800
+ });
801
+ }
802
+
803
+ if( "infinite" == settings.animation_repeat ) {
804
+ animate_infinite = true;
805
+ } else {
806
+ animate_infinite = false;
807
+ total_repeat_count = settings.animation_repeat;
808
+ }
809
+
810
+ if( animations.length >= 1 ) {
811
+ $.find('.btn-animate-it').hide();
812
+ $.find('.btn-stop-infinite-animation').show();
813
+ setTimeout( function(){ eds_animate( animations, 0, 0 )}, Number( animations[0].delay ) * 1000);
814
+ }
815
+
816
+ } );
817
+
818
+ $.find('.btn-stop-infinite-animation').on( 'click', function( event ) {
819
+ reset_animation();
820
+ } );
821
+
822
+ } );
823
+
824
+ } )( jQuery( document ) );
825
+
826
+ </script>
827
+ </body>
828
+ </html>
assets/js/edsanimate.js CHANGED
@@ -1,106 +1,106 @@
1
- (function($) {
2
- $(document).ready(function(){
3
- var animationStyleClasses = ["animated","infinite", "bounce", "flash", "pulse", "rubberBand", "shake", "swing", "tada", "wobble", "bounceIn", "bounceInDown", "bounceInLeft", "bounceInRight", "bounceInUp", "bounceOut", "bounceOutDown", "bounceOutLeft", "bounceOutRight", "bounceOutUp", "fadeIn", "fadeInDown", "fadeInDownBig", "fadeInLeft", "fadeInLeftBig", "fadeInRight", "fadeInRightBig", "fadeInUp", "fadeInUpBig", "fadeOut", "fadeOutDown", "fadeOutDownBig", "fadeOutLeft", "fadeOutLeftBig", "fadeOutRight", "fadeOutRightBig", "fadeOutUp", "fadeOutUpBig", "flip", "flipInX", "flipInY", "flipOutX", "flipOutY", "lightSpeedIn", "lightSpeedOut", "rotateIn", "rotateInDownLeft", "rotateInDownRight", "rotateInUpLeft", "rotateInUpRight", "rotateOut", "rotateOutDownLeft", "rotateOutDownRight", "rotateOutUpLeft", "rotateOutUpRight", "hinge", "rollIn", "rollOut", "zoomIn", "zoomInDown", "zoomInLeft", "zoomInRight", "zoomInUp", "zoomOut", "zoomOutDown", "zoomOutLeft", "zoomOutRight", "zoomOutUp", "wiggle", "fade", "appear", "spinner", "twirlIn", "twirlOut", "grow", "shrink", "pulseGrow", "pulseShrink", "push", "pop", "rotate", "growRotate", "float", "sink", "skew", "skewForward", "skewBackward", "wobbleHorizontal", "wobbleVertical", "wobbleToBottomRight", "wobbleToTopRight", "wobbleTop", "wobbleBottom", "wobbleSkew", "buzz", "buzzOut", "forward", "backward"];
4
- var delayClasses = ["delay1", "delay2", "delay3", "delay4", "delay5", "delay6", "delay7", "delay8", "delay9", "delay10", "delay11", "delay12"];
5
- var durationClasses = ["duration1", "duration2", "duration3", "duration4", "duration5", "duration6", "duration7", "duration8", "duration9", "duration10", "duration11", "duration12", "duration13", "duration14", "duration15", "duration16", "duration17", "duration18", "duration19", "duration20"];
6
- var scrollOffset = edsanimate_options.offset;
7
-
8
- $('.eds-animation-paused').removeClass('eds-animation-paused');
9
-
10
- $('.eds-on-scroll').each(function(){
11
- var $module = $(this);
12
-
13
- var classesToAdd = " eds-scroll-visible ";
14
-
15
- $module.removeClass(function(index, className){
16
- var removeClassList = "";
17
- var classList = className.trim().split(/\s+/);
18
- $.each(classList, function(index, value){
19
- if(($.inArray(value, animationStyleClasses)!==-1)
20
- || ($.inArray(value, delayClasses)!==-1)
21
- || ($.inArray(value, durationClasses)!==-1))
22
- removeClassList += " " + value;
23
- });
24
-
25
- classesToAdd += removeClassList;
26
- return removeClassList;
27
- });
28
-
29
- $module.addClass("eds-scroll-hidden");
30
-
31
- $module.edsViewportChecker({
32
- classToAdd: classesToAdd,
33
- offset: scrollOffset
34
- });
35
-
36
- });
37
-
38
- $('.eds-on-click').each(function(){
39
- var $module = $(this);
40
-
41
- var classesToAdd = " ";
42
-
43
- $module.removeClass(function(index, className){
44
- var removeClassList = "";
45
- var classList = className.trim().split(/\s+/);
46
- $.each(classList, function(index, value){
47
- if(($.inArray(value, animationStyleClasses)!==-1)
48
- || ($.inArray(value, delayClasses)!==-1)
49
- || ($.inArray(value, durationClasses)!==-1))
50
- removeClassList += " " + value;
51
- });
52
-
53
- classesToAdd += removeClassList;
54
- return removeClassList;
55
- });
56
-
57
- $module.click(function (){
58
- $(this).removeClass(classesToAdd).addClass(classesToAdd).one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
59
- $(this).removeClass(classesToAdd);
60
- });
61
- });
62
-
63
- });
64
-
65
- $('.eds-on-hover').each(function(){
66
- var $module = $(this);
67
-
68
- var classesToAdd = " ";
69
-
70
- $module.removeClass(function(index, className){
71
- var removeClassList = "";
72
- var classList = className.trim().split(/\s+/);
73
- $.each(classList, function(index, value){
74
- if(($.inArray(value, animationStyleClasses)!==-1)
75
- || ($.inArray(value, delayClasses)!==-1)
76
- || ($.inArray(value, durationClasses)!==-1))
77
- removeClassList += " " + value;
78
- });
79
-
80
- classesToAdd += removeClassList;
81
- return removeClassList;
82
- });
83
-
84
- var hovered = false;
85
- $module.hover(
86
- function (){
87
- hovered = true;
88
- $(this).removeClass(classesToAdd).addClass(classesToAdd).one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
89
- $(this).removeClass(classesToAdd);
90
- });
91
- },
92
- function (){
93
- hovered = false;
94
- $(this).on('webkitAnimationIteration oanimationiteration msAnimationiteration animationiteration', function(e){
95
- if(!hovered){
96
- $(this).removeClass(classesToAdd);
97
- }
98
- });
99
- }
100
- );
101
-
102
- });
103
-
104
-
105
- });
106
  })(jQuery);
1
+ (function($) {
2
+ $(document).ready(function(){
3
+ var animationStyleClasses = ["animated","infinite", "bounce", "flash", "pulse", "rubberBand", "shake", "swing", "tada", "wobble", "bounceIn", "bounceInDown", "bounceInLeft", "bounceInRight", "bounceInUp", "bounceOut", "bounceOutDown", "bounceOutLeft", "bounceOutRight", "bounceOutUp", "fadeIn", "fadeInDown", "fadeInDownBig", "fadeInLeft", "fadeInLeftBig", "fadeInRight", "fadeInRightBig", "fadeInUp", "fadeInUpBig", "fadeOut", "fadeOutDown", "fadeOutDownBig", "fadeOutLeft", "fadeOutLeftBig", "fadeOutRight", "fadeOutRightBig", "fadeOutUp", "fadeOutUpBig", "flip", "flipInX", "flipInY", "flipOutX", "flipOutY", "lightSpeedIn", "lightSpeedOut", "rotateIn", "rotateInDownLeft", "rotateInDownRight", "rotateInUpLeft", "rotateInUpRight", "rotateOut", "rotateOutDownLeft", "rotateOutDownRight", "rotateOutUpLeft", "rotateOutUpRight", "slideInUp", "slideInDown", "slideInLeft", "slideInRight", "slideOutUp", "slideOutDown", "slideOutLeft", "slideOutRight", "hinge", "rollIn", "rollOut", "zoomIn", "zoomInDown", "zoomInLeft", "zoomInRight", "zoomInUp", "zoomOut", "zoomOutDown", "zoomOutLeft", "zoomOutRight", "zoomOutUp", "wiggle", "fade", "appear", "spinner", "twirlIn", "twirlOut", "grow", "shrink", "pulseGrow", "pulseShrink", "push", "pop", "rotate", "growRotate", "float", "sink", "skew", "skewForward", "skewBackward", "wobbleHorizontal", "wobbleVertical", "wobbleToBottomRight", "wobbleToTopRight", "wobbleTop", "wobbleBottom", "wobbleSkew", "buzz", "buzzOut", "forward", "backward"];
4
+ var delayClasses = ["delay1", "delay2", "delay3", "delay4", "delay5", "delay6", "delay7", "delay8", "delay9", "delay10", "delay11", "delay12"];
5
+ var durationClasses = ["duration1", "duration2", "duration3", "duration4", "duration5", "duration6", "duration7", "duration8", "duration9", "duration10", "duration11", "duration12", "duration13", "duration14", "duration15", "duration16", "duration17", "duration18", "duration19", "duration20"];
6
+ var scrollOffset = edsanimate_options.offset;
7
+
8
+ $('.eds-animation-paused').removeClass('eds-animation-paused');
9
+
10
+ $('.eds-on-scroll').each(function(){
11
+ var $module = $(this);
12
+
13
+ var classesToAdd = " eds-scroll-visible ";
14
+
15
+ $module.removeClass(function(index, className){
16
+ var removeClassList = "";
17
+ var classList = className.trim().split(/\s+/);
18
+ $.each(classList, function(index, value){
19
+ if(($.inArray(value, animationStyleClasses)!==-1)
20
+ || ($.inArray(value, delayClasses)!==-1)
21
+ || ($.inArray(value, durationClasses)!==-1))
22
+ removeClassList += " " + value;
23
+ });
24
+
25
+ classesToAdd += removeClassList;
26
+ return removeClassList;
27
+ });
28
+
29
+ $module.addClass("eds-scroll-hidden");
30
+
31
+ $module.edsViewportChecker({
32
+ classToAdd: classesToAdd,
33
+ offset: scrollOffset
34
+ });
35
+
36
+ });
37
+
38
+ $('.eds-on-click').each(function(){
39
+ var $module = $(this);
40
+
41
+ var classesToAdd = " ";
42
+
43
+ $module.removeClass(function(index, className){
44
+ var removeClassList = "";
45
+ var classList = className.trim().split(/\s+/);
46
+ $.each(classList, function(index, value){
47
+ if(($.inArray(value, animationStyleClasses)!==-1)
48
+ || ($.inArray(value, delayClasses)!==-1)
49
+ || ($.inArray(value, durationClasses)!==-1))
50
+ removeClassList += " " + value;
51
+ });
52
+
53
+ classesToAdd += removeClassList;
54
+ return removeClassList;
55
+ });
56
+
57
+ $module.click(function (){
58
+ $(this).removeClass(classesToAdd).addClass(classesToAdd).one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
59
+ $(this).removeClass(classesToAdd);
60
+ });
61
+ });
62
+
63
+ });
64
+
65
+ $('.eds-on-hover').each(function(){
66
+ var $module = $(this);
67
+
68
+ var classesToAdd = " ";
69
+
70
+ $module.removeClass(function(index, className){
71
+ var removeClassList = "";
72
+ var classList = className.trim().split(/\s+/);
73
+ $.each(classList, function(index, value){
74
+ if(($.inArray(value, animationStyleClasses)!==-1)
75
+ || ($.inArray(value, delayClasses)!==-1)
76
+ || ($.inArray(value, durationClasses)!==-1))
77
+ removeClassList += " " + value;
78
+ });
79
+
80
+ classesToAdd += removeClassList;
81
+ return removeClassList;
82
+ });
83
+
84
+ var hovered = false;
85
+ $module.hover(
86
+ function (){
87
+ hovered = true;
88
+ $(this).removeClass(classesToAdd).addClass(classesToAdd).one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
89
+ $(this).removeClass(classesToAdd);
90
+ });
91
+ },
92
+ function (){
93
+ hovered = false;
94
+ $(this).on('webkitAnimationIteration oanimationiteration msAnimationiteration animationiteration', function(e){
95
+ if(!hovered){
96
+ $(this).removeClass(classesToAdd);
97
+ }
98
+ });
99
+ }
100
+ );
101
+
102
+ });
103
+
104
+
105
+ });
106
  })(jQuery);
assets/js/edsanimate.site.js CHANGED
@@ -1,151 +1,151 @@
1
- ( function( $, document, window){
2
-
3
- var edsWObj = $(window);
4
- $.fn.initEDSAnimateBlock = function() {
5
-
6
- var obj = this.length > 1 ? this.eq(0) : this;
7
-
8
- this.edsTotalRepeatCount = 1;
9
- this.edsAnimateInfinite = false;
10
- this.edsAnimations = [];
11
- this.edsKeepValue = false;
12
- this.edsScrollOffset = 0;
13
- this.edsElemAnimating = false;
14
-
15
- this.checkPosition = function() {
16
-
17
- var windowHeight = edsWObj.height(),
18
- viewportTop = $(document).scrollTop(),
19
- viewportBottom = (viewportTop + windowHeight),
20
- elemTop = '';
21
-
22
- if( obj.edsScrollOffset != null && obj.edsScrollOffset != ''){
23
- elemTop = Math.round( obj.offset().top ) + Math.round(Number(obj.edsScrollOffset) * obj.height() * 0.01),
24
- elemBottom = elemTop + (obj.height());
25
- }else{
26
- elemTop = Math.round( obj.offset().top ) + Math.round(options.offset * obj.height() * 0.01),
27
- elemBottom = elemTop + (obj.height());
28
- }
29
-
30
- // Add class if in viewport
31
- if ((elemTop < viewportBottom) && (elemBottom > viewportTop)){
32
- obj.edsInit();
33
- }
34
- }
35
-
36
- this.edsAnimate = function(counter, iteration) {
37
- obj.removeClass('edsanimate-sis-hidden' );
38
- obj.animo( obj.edsAnimations[ counter ].animoSettings, function() {
39
- counter++
40
- if( counter < obj.edsAnimations.length ) {
41
- setTimeout( function(){obj.edsAnimate( counter, iteration )}, Number(obj.edsAnimations[counter].delay) * 1000);
42
- } else {
43
- iteration++;
44
- if( true == obj.edsAnimateInfinite || iteration < obj.edsTotalRepeatCount) {
45
- if(obj.edsAnimations.length == 1) {
46
- obj.animo("cleanse");
47
- }
48
- setTimeout( function(){obj.edsAnimate( 0, iteration )}, Number(obj.edsAnimations[0].delay) * 1000);
49
- }else{
50
- obj.edsElemAnimating = false;
51
- }
52
- }
53
-
54
- });
55
- };
56
-
57
- this.edsInit = function() {
58
- if( obj.edsAnimations.length >= 1 ) {
59
- setTimeout( function(){obj.edsAnimate( 0, 0 )}, Number( obj.edsAnimations[0].delay ) * 1000);
60
- }
61
- }
62
-
63
- if("yes" == this.data('edsKeep') ) {
64
- this.edsKeepValue = true;
65
- }
66
-
67
- if( '' != this.data('edsEntryAnimation') ) {
68
-
69
- this.edsAnimations.push({
70
- animoSettings: {
71
- animation: this.data('edsEntryAnimation'),
72
- duration: this.data('edsEntryDuration'),
73
- iterate: 1,
74
- timing: this.data('edsEntryTiming'),
75
- keep: this.edsKeepValue
76
- },
77
- delay: this.data('edsEntryDelay')
78
-
79
- });
80
-
81
- }
82
-
83
- if( '' != this.data('edsExitAnimation') ) {
84
-
85
- this.edsAnimations.push({
86
- animoSettings: {
87
- animation: this.data('edsExitAnimation'),
88
- duration: this.data('edsExitDuration'),
89
- iterate: 1,
90
- timing: this.data('edsExitTiming'),
91
- keep: this.edsKeepValue
92
- },
93
- delay: this.data('edsExitDelay'),
94
-
95
- });
96
-
97
- }
98
-
99
- if( "infinite" == this.data('edsRepeatCount') ) {
100
- this.edsAnimateInfinite = true;
101
- } else {
102
- this.edsAnimateInfinite = false;
103
- this.edsTotalRepeatCount = this.data('edsRepeatCount');
104
- }
105
-
106
- if( "load" == this.data('edsAnimateOn') ) {
107
- this.edsInit();
108
- } else if( "scroll" == this.data('edsAnimateOn') ) {
109
- this.edsScrollOffset = this.data('edsScrollOffset');
110
- edsWObj.on("scroll", $.throttle( 250, this.checkPosition ) );
111
- this.checkPosition();
112
-
113
- } else if( "hover" == this.data('edsAnimateOn') ) {
114
- this.on("mouseenter", function (){
115
- if( !obj.edsElemAnimating ){
116
- obj.animo("cleanse");
117
- obj.edsElemAnimating = true;
118
- obj.edsInit();
119
- }
120
- } );
121
-
122
- } else if( "click" == this.data('edsAnimateOn') ) {
123
- this.on("click", function () {
124
- if( !obj.edsElemAnimating ){
125
- obj.animo("cleanse");
126
- obj.edsElemAnimating = true;
127
- obj.edsInit();
128
- }
129
- } );
130
- }
131
-
132
- };
133
-
134
- $(document).ready( function() {
135
-
136
- if( typeof edsanimate_options !== 'undefined' ) {
137
- if( $('.eds-animate').length >= 1 ){
138
- ( '1' == edsanimate_options.hide_hz_scrollbar ) ? $('body').css('overflow-x', 'hidden'): '';
139
- ( '1' == edsanimate_options.hide_vl_scrollbar ) ? $('body').css('overflow-y', 'hidden'): '';
140
- }
141
- }
142
-
143
- $('.eds-animation-paused').removeClass('eds-animation-paused');
144
-
145
- $('.eds-animate').each( function(){
146
- $(this).initEDSAnimateBlock();
147
- });
148
-
149
- } );
150
-
151
  } )(jQuery, document, window );
1
+ ( function( $, document, window){
2
+
3
+ var edsWObj = $(window);
4
+ $.fn.initEDSAnimateBlock = function() {
5
+
6
+ var obj = this.length > 1 ? this.eq(0) : this;
7
+
8
+ this.edsTotalRepeatCount = 1;
9
+ this.edsAnimateInfinite = false;
10
+ this.edsAnimations = [];
11
+ this.edsKeepValue = false;
12
+ this.edsScrollOffset = 0;
13
+ this.edsElemAnimating = false;
14
+
15
+ this.checkPosition = function() {
16
+
17
+ var windowHeight = edsWObj.height(),
18
+ viewportTop = $(document).scrollTop(),
19
+ viewportBottom = (viewportTop + windowHeight),
20
+ elemTop = '';
21
+
22
+ if( obj.edsScrollOffset != null && obj.edsScrollOffset != ''){
23
+ elemTop = Math.round( obj.offset().top ) + Math.round(Number(obj.edsScrollOffset) * obj.height() * 0.01),
24
+ elemBottom = elemTop + (obj.height());
25
+ }else{
26
+ elemTop = Math.round( obj.offset().top ) + Math.round(options.offset * obj.height() * 0.01),
27
+ elemBottom = elemTop + (obj.height());
28
+ }
29
+
30
+ // Add class if in viewport
31
+ if ((elemTop < viewportBottom) && (elemBottom > viewportTop)){
32
+ obj.edsInit();
33
+ }
34
+ }
35
+
36
+ this.edsAnimate = function(counter, iteration) {
37
+ obj.removeClass('edsanimate-sis-hidden' );
38
+ obj.animo( obj.edsAnimations[ counter ].animoSettings, function() {
39
+ counter++
40
+ if( counter < obj.edsAnimations.length ) {
41
+ setTimeout( function(){obj.edsAnimate( counter, iteration )}, Number(obj.edsAnimations[counter].delay) * 1000);
42
+ } else {
43
+ iteration++;
44
+ if( true == obj.edsAnimateInfinite || iteration < obj.edsTotalRepeatCount) {
45
+ if(obj.edsAnimations.length == 1) {
46
+ obj.animo("cleanse");
47
+ }
48
+ setTimeout( function(){obj.edsAnimate( 0, iteration )}, Number(obj.edsAnimations[0].delay) * 1000);
49
+ }else{
50
+ obj.edsElemAnimating = false;
51
+ }
52
+ }
53
+
54
+ });
55
+ };
56
+
57
+ this.edsInit = function() {
58
+ if( obj.edsAnimations.length >= 1 ) {
59
+ setTimeout( function(){obj.edsAnimate( 0, 0 )}, Number( obj.edsAnimations[0].delay ) * 1000);
60
+ }
61
+ }
62
+
63
+ if("yes" == this.data('edsKeep') ) {
64
+ this.edsKeepValue = true;
65
+ }
66
+
67
+ if( '' != this.data('edsEntryAnimation') ) {
68
+
69
+ this.edsAnimations.push({
70
+ animoSettings: {
71
+ animation: this.data('edsEntryAnimation'),
72
+ duration: this.data('edsEntryDuration'),
73
+ iterate: 1,
74
+ timing: this.data('edsEntryTiming'),
75
+ keep: this.edsKeepValue
76
+ },
77
+ delay: this.data('edsEntryDelay')
78
+
79
+ });
80
+
81
+ }
82
+
83
+ if( '' != this.data('edsExitAnimation') ) {
84
+
85
+ this.edsAnimations.push({
86
+ animoSettings: {
87
+ animation: this.data('edsExitAnimation'),
88
+ duration: this.data('edsExitDuration'),
89
+ iterate: 1,
90
+ timing: this.data('edsExitTiming'),
91
+ keep: this.edsKeepValue
92
+ },
93
+ delay: this.data('edsExitDelay'),
94
+
95
+ });
96
+
97
+ }
98
+
99
+ if( "infinite" == this.data('edsRepeatCount') ) {
100
+ this.edsAnimateInfinite = true;
101
+ } else {
102
+ this.edsAnimateInfinite = false;
103
+ this.edsTotalRepeatCount = this.data('edsRepeatCount');
104
+ }
105
+
106
+ if( "load" == this.data('edsAnimateOn') ) {
107
+ this.edsInit();
108
+ } else if( "scroll" == this.data('edsAnimateOn') ) {
109
+ this.edsScrollOffset = this.data('edsScrollOffset');
110
+ edsWObj.on("scroll", $.throttle( 250, this.checkPosition ) );
111
+ this.checkPosition();
112
+
113
+ } else if( "hover" == this.data('edsAnimateOn') ) {
114
+ this.on("mouseenter", function (){
115
+ if( !obj.edsElemAnimating ){
116
+ obj.animo("cleanse");
117
+ obj.edsElemAnimating = true;
118
+ obj.edsInit();
119
+ }
120
+ } );
121
+
122
+ } else if( "click" == this.data('edsAnimateOn') ) {
123
+ this.on("click", function () {
124
+ if( !obj.edsElemAnimating ){
125
+ obj.animo("cleanse");
126
+ obj.edsElemAnimating = true;
127
+ obj.edsInit();
128
+ }
129
+ } );
130
+ }
131
+
132
+ };
133
+
134
+ $(document).ready( function() {
135
+
136
+ if( typeof edsanimate_options !== 'undefined' ) {
137
+ if( $('.eds-animate').length >= 1 ){
138
+ ( '1' == edsanimate_options.hide_hz_scrollbar ) ? $('body').css('overflow-x', 'hidden'): '';
139
+ ( '1' == edsanimate_options.hide_vl_scrollbar ) ? $('body').css('overflow-y', 'hidden'): '';
140
+ }
141
+ }
142
+
143
+ $('.eds-animation-paused').removeClass('eds-animation-paused');
144
+
145
+ $('.eds-animate').each( function(){
146
+ $(this).initEDSAnimateBlock();
147
+ });
148
+
149
+ } );
150
+
151
  } )(jQuery, document, window );
assets/js/viewportchecker.js CHANGED
@@ -1,51 +1,51 @@
1
- (function($){
2
- $.fn.edsViewportChecker = function(useroptions){
3
-
4
- var options = {
5
- classToRemove: 'eds-scroll-hidden',
6
- classToAdd: 'eds-scroll-visible',
7
- offset: 75,
8
- callbackFunction: function(elem){}
9
- };
10
- $.extend(options, useroptions);
11
-
12
- var $elem = this;
13
-
14
- this.checkElements = function(){
15
-
16
- var windowHeight = $(window).height(),
17
- viewportTop = $(document).scrollTop(),
18
- viewportBottom = (viewportTop + windowHeight);
19
-
20
- $elem.each(function(){
21
- var $obj = $(this);
22
- var scroll_offset = $obj.attr('eds_scroll_offset');
23
-
24
- if ($obj.hasClass(options.classToAdd)){
25
- return;
26
- }
27
-
28
- var elemTop = '';
29
- if(scroll_offset != null && scroll_offset != ''){
30
- elemTop = Math.round( $obj.offset().top ) + Math.round(Number(scroll_offset) * $obj.height() * 0.01),
31
- elemBottom = elemTop + ($obj.height());
32
- }else{
33
- elemTop = Math.round( $obj.offset().top ) + Math.round(options.offset * $obj.height() * 0.01),
34
- elemBottom = elemTop + ($obj.height());
35
- }
36
-
37
- // Add class if in viewport
38
- if ((elemTop < viewportBottom) && (elemBottom > viewportTop)){
39
- $obj.addClass(options.classToAdd);
40
- $obj.removeClass(options.classToRemove);
41
- options.callbackFunction($obj);
42
- }
43
- });
44
- };
45
-
46
- $( window ).on( "scroll", $.throttle( 250, this.checkElements ) );
47
- //For applying the onscroll part only after the user scroll atleast ones event after the item is in view port, just comment this out
48
- this.checkElements();
49
-
50
- };
51
- })(jQuery);
1
+ (function($){
2
+ $.fn.edsViewportChecker = function(useroptions){
3
+
4
+ var options = {
5
+ classToRemove: 'eds-scroll-hidden',
6
+ classToAdd: 'eds-scroll-visible',
7
+ offset: 75,
8
+ callbackFunction: function(elem){}
9
+ };
10
+ $.extend(options, useroptions);
11
+
12
+ var $elem = this;
13
+
14
+ this.checkElements = function(){
15
+
16
+ var windowHeight = $(window).height(),
17
+ viewportTop = $(document).scrollTop(),
18
+ viewportBottom = (viewportTop + windowHeight);
19
+
20
+ $elem.each(function(){
21
+ var $obj = $(this);
22
+ var scroll_offset = $obj.attr('eds_scroll_offset');
23
+
24
+ if ($obj.hasClass(options.classToAdd)){
25
+ return;
26
+ }
27
+
28
+ var elemTop = '';
29
+ if(scroll_offset != null && scroll_offset != ''){
30
+ elemTop = Math.round( $obj.offset().top ) + Math.round(Number(scroll_offset) * $obj.height() * 0.01),
31
+ elemBottom = elemTop + ($obj.height());
32
+ }else{
33
+ elemTop = Math.round( $obj.offset().top ) + Math.round(options.offset * $obj.height() * 0.01),
34
+ elemBottom = elemTop + ($obj.height());
35
+ }
36
+
37
+ // Add class if in viewport
38
+ if ((elemTop < viewportBottom) && (elemBottom > viewportTop)){
39
+ $obj.addClass(options.classToAdd);
40
+ $obj.removeClass(options.classToRemove);
41
+ options.callbackFunction($obj);
42
+ }
43
+ });
44
+ };
45
+
46
+ $( window ).on( "scroll", $.throttle( 250, this.checkElements ) );
47
+ //For applying the onscroll part only after the user scroll atleast ones event after the item is in view port, just comment this out
48
+ this.checkElements();
49
+
50
+ };
51
+ })(jQuery);
edsanimate.php CHANGED
@@ -1,540 +1,540 @@
1
- <?php
2
- /**
3
- * Plugin Name: Animate It!
4
- * Text Domain: eds-animate
5
- * Domain Path: /lang
6
- * Plugin URI: http://www.eleopard.in
7
- * Description: Add cool CSS3 animations to your content.
8
- * Version: 2.3.1
9
- * Author: eLEOPARD Design Studios
10
- * Author URI: http://www.eleopard.in
11
- * License: GNU General Public License version 2 or later; see LICENSE.txt
12
- * http://www.gnu.org/copyleft/gpl.html GNU/GPL
13
- (C) 2014 eLEOPARD Design Studios Pvt Ltd. All rights reserved
14
-
15
- This program is free software; you can redistribute it and/or modify
16
- it under the terms of the GNU General Public License, version 2, as
17
- published by the Free Software Foundation.
18
-
19
- This program is distributed in the hope that it will be useful,
20
- but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- GNU General Public License for more details.
23
-
24
- You should have received a copy of the GNU General Public License
25
- along with this program; if not, write to the Free Software
26
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27
-
28
- or see <http://www.gnu.org/licenses/>.
29
- * For any other query please contact us at contact[at]eleopard[dot]in
30
- */
31
-
32
- include_once dirname( __FILE__ ) .'/assets/helper/class-eds-mobile-detect.php';
33
- include_once dirname( __FILE__ ) .'/assets/helper/class-eds-tinymce.php';
34
-
35
- class EDS_Animate {
36
-
37
- public static $abs_file = null;
38
-
39
- var $in_animations = array("bounceIn","bounceInDown","bounceInLeft","bounceInRight",
40
- "bounceInUp","fadeIn","fadeInDown","fadeInDownBig","fadeInLeft",
41
- "fadeInLeftBig","fadeInRight","fadeInRightBig","fadeInUp","fadeInUpBig",
42
- "rotateIn","rotateInDownLeft","rotateInDownRight","rotateInUpLeft",
43
- "rotateInUpRight","slideInUp","slideInDown","slideInLeft","slideInRight",
44
- "zoomIn","zoomInDown","zoomInLeft","zoomInRight","zoomInUp","flipInX",
45
- "flipInY","lightSpeedIn","rollIn","twirlIn");
46
-
47
- public function __construct( $file_loc ) {
48
-
49
- self::$abs_file = $file_loc;
50
-
51
- add_filter('widget_text', 'do_shortcode');
52
-
53
- register_activation_hook( self::$abs_file, array( $this, 'set_edsanimate_options' ) );
54
-
55
- /*Load Text Domain for translation */
56
- add_action('plugins_loaded', array($this, 'plugin_textdomain'));
57
-
58
- /*checking for version updates*/
59
- add_action( 'plugins_loaded', array( $this, 'update_plugin' ) );
60
-
61
- /* Adding Settings Menu */
62
- add_action('admin_menu', array( $this, 'modify_menu' ) );
63
-
64
- /* Enqueuing Scrips and CSS */
65
- add_action('wp_enqueue_scripts', array( $this, 'add_eds_script_and_css' ) );
66
-
67
- /* adding shortcodes */
68
- add_shortcode('edsanimate_start', array( $this, 'edsanimate_start_handler' ) );
69
- add_shortcode('edsanimate_end', array( $this, 'edsanimate_end_handler' ) );
70
- add_shortcode('edsanimate', array( $this, 'edsanimate_handler' ) );
71
-
72
- /*widget related actions*/
73
- add_filter('widget_text', 'do_shortcode' );
74
- add_action('in_widget_form', array( $this, 'eds_add_custom_class_field' ), 5, 3 );
75
- add_filter('widget_update_callback', array( $this, 'eds_update_widget_animation_class' ), 5, 3 );
76
- add_filter('dynamic_sidebar_params', array( $this, 'eds_add_widget_animation_class' ) );
77
-
78
-
79
- /* TinyMCE Related Handlers */
80
- $tinymce_handler = new EDS_TinyMCE();
81
-
82
- add_action('init', array( $tinymce_handler, 'add_edsanimate_button') );
83
-
84
- add_filter( 'tiny_mce_version', array( $tinymce_handler, 'refresh_mce' ) );
85
-
86
- //Registering Ajax action to get the popup on click of animate it buton in editor
87
- add_action( 'wp_ajax_edsanimate_get_popup', array( $tinymce_handler, 'get_popup' ) );
88
-
89
- add_filter('mce_external_languages', array( $tinymce_handler, 'add_locale') );
90
-
91
-
92
- }
93
-
94
- function plugin_textdomain() {
95
- load_plugin_textdomain('eds-animate', false, dirname( plugin_basename( self::$abs_file ) ) . '/lang');
96
- }
97
-
98
- function modify_menu(){
99
-
100
- add_options_page( __( 'Animate It! Options', 'eds-animate' )
101
- , __( 'Animate It!', 'eds-animate' )
102
- , 'manage_options'
103
- , self::$abs_file
104
- , array( $this, 'admin_edsanimate_options' ) );
105
- }
106
-
107
-
108
- function set_edsanimate_options(){
109
-
110
- add_option( 'eds_scroll_offset', '75' );
111
- add_option( 'eds_enable_on_phone', '0' );
112
- add_option( 'eds_enable_on_tab', '1' );
113
- add_option( 'eds_hide_overflow_x', '1' );
114
- add_option( 'eds_hide_overflow_y', '0' );
115
- add_option( 'eds_custom_css', '' );
116
-
117
- }
118
-
119
- function update_plugin() {
120
-
121
- global $eds_animate_it_version;
122
-
123
- $installed_version = get_option( 'eds_animate_it_version' );
124
-
125
- if( $installed_version == FALSE ) {
126
-
127
- add_option( 'eds_animate_it_version', '1.4.4' );
128
-
129
- if( $eds_animate_it_version != '1.4.4') {
130
-
131
- $scroll_offset = get_option( 'scroll_offset', '75' );
132
- $enable_on_phone = get_option( 'enable_on_phone', '0' );
133
- $enable_on_tab = get_option( 'enable_on_tab', '1' );
134
- $hide_overflow_x = get_option( 'hide_overflow_x', '1' );
135
- $hide_overflow_y = get_option( 'hide_overflow_y', '0' );
136
- $custom_css = get_option( 'custom_css', '' );
137
-
138
- delete_option('scroll_offset');
139
- delete_option('enable_on_phone');
140
- delete_option('enable_on_tab');
141
- delete_option('hide_overflow_x');
142
- delete_option('hide_overflow_y');
143
- delete_option('custom_css');
144
-
145
- add_option( 'eds_scroll_offset', $scroll_offset );
146
- add_option( 'eds_enable_on_phone', $enable_on_phone );
147
- add_option( 'eds_enable_on_tab', $enable_on_tab );
148
- add_option( 'eds_hide_overflow_x', $hide_overflow_x );
149
- add_option( 'eds_hide_overflow_y', $hide_overflow_y );
150
- add_option( 'eds_custom_css', $custom_css );
151
-
152
- update_option( 'eds_animate_it_version', $eds_animate_it_version );
153
-
154
- }
155
-
156
- } else {
157
-
158
- if( $installed_version != $eds_animate_it_version ) {
159
- /* Code Block to be used for next plugin upgrade */
160
- /*For version 2.3.0 code to add custom css file is added.*/
161
- $custom_css = get_option('eds_custom_css');
162
- if($custom_css !== false && $custom_css != "" ){
163
- file_put_contents( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css", $custom_css);
164
- }
165
- update_option( 'eds_animate_it_version', $eds_animate_it_version );
166
-
167
- }
168
- }
169
-
170
- }
171
-
172
- function admin_edsanimate_options(){
173
- ?>
174
- <div class="wrap"><h2><?php _e( 'Animate It! Options', 'eds-animate' ); ?></h2>
175
- <?php
176
- if(isset($_REQUEST['submit'])){
177
- $this->update_edsanimate_options();
178
- }
179
-
180
- $this->print_edsanimate_form();
181
- ?></div><?php
182
- }
183
-
184
- function update_edsanimate_options(){
185
- $ok= false;
186
- if(isset($_REQUEST['eds_scroll_offset'])
187
- && isset($_REQUEST['eds_enable_on_phone'])
188
- && isset($_REQUEST['eds_enable_on_tab'])){
189
- update_option('eds_scroll_offset', $_REQUEST['eds_scroll_offset']);
190
- update_option('eds_enable_on_phone', $_REQUEST['eds_enable_on_phone']);
191
- update_option('eds_hide_overflow_x', $_REQUEST['eds_hide_overflow_x']);
192
- update_option('eds_hide_overflow_y', $_REQUEST['eds_hide_overflow_y']);
193
- update_option('eds_enable_on_tab', $_REQUEST['eds_enable_on_tab']);
194
- $ok=true;
195
- }
196
- $custom_css = esc_textarea(isset($_REQUEST['eds_custom_css'])?$_REQUEST['eds_custom_css']:'');
197
- update_option('eds_custom_css', $custom_css);
198
- file_put_contents( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css", $custom_css);
199
-
200
- if($ok){?>
201
- <div id="message" class="updated fade">
202
- <p><?php _e( 'Options saved.', 'eds-animate' ); ?></p>
203
- </div>
204
- <?php
205
-
206
- }else{?>
207
- <div id="message" class="error fade">
208
- <p><?php _e( 'Failed to save options.', 'eds-animate' ); ?></p>
209
- </div>
210
- <?php
211
- }
212
- }
213
-
214
- function print_edsanimate_form(){
215
- ?>
216
- <a href="https://wordpress.org/support/view/plugin-reviews/animate-it" target="_blank"
217
- style="display: inline-block; margin-top: 10px; padding-top: 4px;">
218
- <img src="<?php echo plugins_url( '/assets/images/banner.jpg', self::$abs_file )?>" />
219
- </a>
220
- <form method="post">
221
- <table cellspacing="10" cellpadding="10">
222
- <tr>
223
- <td style="vertical-align: top;">
224
- <label for="eds_scroll_offset"><?php _e( 'Scroll Offset (in percentage)', 'eds-animate' ); ?>:</label>
225
- </td>
226
- <td colspan="2">
227
- <input type="text" name="eds_scroll_offset" value="<?php echo get_option('eds_scroll_offset', '75'); ?>" />
228
- </td>
229
-
230
- </tr>
231
- <tr>
232
- <td style="vertical-align: top;">
233
- <label for="eds_enable_on_phone"><?php _e( 'Enable on Smartphones', 'eds-animate' ); ?>:</label>
234
- </td>
235
- <td>
236
- <select name="eds_enable_on_phone">
237
- <option value="1" <?php echo (get_option('eds_enable_on_phone')=='1')?'selected="selected"':'';?>><?php _e( 'Yes', 'eds-animate' ); ?></option>
238
- <option value="0" <?php echo (get_option('eds_enable_on_phone')=='0')?'selected="selected"':'';?>><?php _e( 'No', 'eds-animate' ); ?></option>
239
- </select>
240
- </td>
241
- </tr>
242
- <tr>
243
- <td style="vertical-align: top;">
244
- <label for="eds_enable_on_tab"><?php _e( 'Enable on Tablets', 'eds-animate' ); ?>:</label>
245
- </td>
246
- <td>
247
- <select name="eds_enable_on_tab">
248
- <option value="1" <?php echo (get_option('eds_enable_on_tab')=='1')?'selected="selected"':'';?>><?php _e( 'Yes', 'eds-animate' ); ?></option>
249
- <option value="0" <?php echo (get_option('eds_enable_on_tab')=='0')?'selected="selected"':'';?>><?php _e( 'No', 'eds-animate' ); ?></option>
250
- </select>
251
- </td>
252
- </tr>
253
- <tr>
254
- <td style="vertical-align: top;">
255
- <label for="eds_hide_overflow_x"><?php _e( 'Hide Horizontal Scrollbar', 'eds-animate' ); ?>:</label>
256
- </td>
257
- <td>
258
- <select name="eds_hide_overflow_x">
259
- <option value="1" <?php echo (get_option('eds_hide_overflow_x')=='1')?'selected="selected"':'';?>><?php _e( 'Yes', 'eds-animate' ); ?></option>
260
- <option value="0" <?php echo (get_option('eds_hide_overflow_x')=='0')?'selected="selected"':'';?>><?php _e( 'No', 'eds-animate' ); ?></option>
261
- </select>
262
- </td>
263
- </tr>
264
- <tr>
265
- <td style="vertical-align: top;">
266
- <label for="eds_hide_overflow_y"><?php _e( 'Hide Vertical Scrollbar', 'eds-animate' ); ?>:</label>
267
- </td>
268
- <td>
269
- <select name="eds_hide_overflow_y">
270
- <option value="1" <?php echo (get_option('eds_hide_overflow_y')=='1')?'selected="selected"':'';?>><?php _e( 'Yes', 'eds-animate' ); ?></option>
271
- <option value="0" <?php echo (get_option('eds_hide_overflow_y')=='0')?'selected="selected"':'';?>><?php _e( 'No', 'eds-animate' ); ?></option>
272
- </select>
273
- </td>
274
- </tr>
275
- <tr>
276
- <td style="vertical-align: top;">
277
- <label for="eds_custom_css"><?php _e( 'Custom CSS', 'eds-animate' ); ?>:</label>
278
- </td>
279
- <td>
280
- <textarea name="eds_custom_css" id="eds_custom_css" cols="25" rows="10"><?php echo get_option('eds_custom_css'); ?></textarea>
281
- </td>
282
- </tr>
283
- <tr>
284
- <td colspan="2">
285
- <input class="button button-primary" type="submit" name="submit" value="<?php _e( 'Submit', 'eds-animate' ); ?>" />
286
- </td>
287
- </tr>
288
- </table>
289
- </form>
290
- <?php
291
- }
292
-
293
- function detect_device() {
294
- static $device_type = null;
295
-
296
- if(!$device_type)
297
- {
298
- $detect = new EDS_Mobile_Detect();
299
- $device_type = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
300
- }
301
- return $device_type;
302
-
303
- }
304
-
305
- function add_eds_script_and_css() {
306
- //Custom CSS//
307
- $custom_css = get_option('eds_custom_css');
308
-
309
- $device_type = $this->detect_device();
310
-
311
- $enable_smart_phone = get_option('eds_enable_on_phone');
312
- $enable_tablet = get_option('eds_enable_on_tab');
313
-
314
- $enable= ($device_type=='phone' && intval($enable_smart_phone))
315
- || ($device_type =='tablet' && intval($enable_tablet))
316
- || ($device_type =='computer');
317
-
318
- if($enable) {
319
-
320
- wp_register_style( 'edsanimate-animo-css',plugins_url( '/assets/css/animate-animo.css', self::$abs_file ));
321
-
322
- wp_register_script( 'edsanimate-animo-script',plugins_url( '/assets/js/animo.min.js', self::$abs_file ), array('jquery'), '1.0.3', true);
323
-
324
- wp_register_script( 'edsanimate-throttle-debounce-script',plugins_url( '/assets/js/jquery.ba-throttle-debounce.min.js', self::$abs_file ), array('jquery'), '1.1', true);
325
-
326
- //START: Scripts to Support Older Version
327
- wp_register_script( 'viewportcheck-script',plugins_url( '/assets/js/viewportchecker.js', self::$abs_file), array('jquery', 'edsanimate-throttle-debounce-script' ), '1.4.4', true);
328
-
329
- wp_register_script( 'edsanimate-script', plugins_url( '/assets/js/edsanimate.js', self::$abs_file ), array('viewportcheck-script'), '1.4.4', true );
330
- //END: : Scripts to Support Older Version
331
-
332
- wp_register_script( 'edsanimate-site-script', plugins_url( '/assets/js/edsanimate.site.js', self::$abs_file ), array('edsanimate-animo-script', 'edsanimate-throttle-debounce-script' ), '1.4.5', true );
333
-
334
- $edsanimate_options = array( 'offset' => get_option('eds_scroll_offset', '75'),
335
- 'hide_hz_scrollbar' => get_option('eds_hide_overflow_x', '1'),
336
- 'hide_vl_scrollbar' => get_option('eds_hide_overflow_y', '0'));
337
-
338
- wp_localize_script( 'edsanimate-site-script', 'edsanimate_options', $edsanimate_options);
339
-
340
- //Enqueuing style sheets
341
- wp_enqueue_style( 'edsanimate-animo-css' );
342
- wp_add_inline_style( 'edsanimate-animo-css', $custom_css );
343
-
344
- //Enqueuing javascripts
345
- wp_enqueue_script( 'edsanimate-animo-script');
346
- wp_enqueue_script( 'edsanimate-throttle-debounce-script' );
347
- wp_enqueue_script( 'viewportcheck-script');
348
- wp_enqueue_script( 'edsanimate-script');
349
- wp_enqueue_script( 'edsanimate-site-script');
350
- } else {
351
- if( file_exists( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css" ) ) {
352
- wp_register_style( 'edsanimate-custom-css',plugins_url( '/assets/css/custom.css', self::$abs_file ));
353
- wp_enqueue_style( 'edsanimate-custom-css' );
354
- } else {
355
- if( $custom_css != null && trim($custom_css) != "" ) {
356
- wp_register_style( 'edsanimate-blank-css',plugins_url( '/assets/css/blank.css', self::$abs_file ) );
357
- wp_enqueue_style( 'edsanimate-blank-css' );
358
- wp_add_inline_style( 'edsanimate-blank-css', $custom_css );
359
- }
360
- }
361
- }
362
-
363
-
364
- }
365
-
366
- function edsanimate_handler( $attributes, $content = null ) {
367
-
368
- $device_type = $this->detect_device();
369
-
370
- $enable_smart_phone = get_option('eds_enable_on_phone');
371
- $enable_tablet = get_option('eds_enable_on_tab');
372
-
373
-
374
- $enable= ($device_type=='phone' && intval($enable_smart_phone))
375
- || ($device_type =='tablet' && intval($enable_tablet))
376
- || ($device_type =='computer');
377
-
378
- if($enable):
379
-
380
- extract( shortcode_atts( array(
381
- 'animation' => '',
382
- 'delay' => '',
383
- 'duration' => '',
384
- 'infinite_animation' =>'',
385
- 'animate_on' => '',
386
- 'scroll_offset' => ''
387
- ), $attributes ) );
388
-
389
-
390
- $classString = "animated";
391
-
392
- if($animation == '')
393
- {
394
- return do_shortcode($content);
395
- }
396
-
397
- $classString .= " " . $animation;
398
-
399
- if(strcasecmp($infinite_animation, 'yes')==0) {
400
- $classString .= " infinite";
401
- }
402
-
403
- if($delay!= '' && is_int((int)$delay) && $delay>=0) {
404
- $classString .= " delay" . $delay;
405
- }
406
-
407
- if($duration!= '' && is_int((int)$duration) && $duration>=0) {
408
- $classString .= " duration" . $duration;
409
- } else {
410
- $classString .= " duration2";
411
- }
412
-
413
- if(strcasecmp($animate_on, 'scroll')==0) {
414
- $classString .= " eds-on-scroll";
415
- } else if(strcasecmp($animate_on, 'click')==0) {
416
- $classString .= " eds-on-click";
417
- } else if(strcasecmp($animate_on, 'hover')==0) {
418
- $classString .= " eds-on-hover";
419
- }
420
-
421
-
422
- if(isset($scroll_offset) && $scroll_offset!=''){
423
- return '<div class="'.$classString.'" eds_scroll_offset="'.$scroll_offset.'">'.do_shortcode($content).'</div>';
424
- }else {
425
- return '<div class="'.$classString.'">'.do_shortcode($content).'</div>';
426
- }
427
-
428
- else:
429
- return do_shortcode($content);
430
- endif;
431
-
432
- }
433
-
434
-
435
-
436
- function edsanimate_start_handler( $attributes, $content = null ) {
437
-
438
- $device_type = $this->detect_device();
439
-
440
- $enable_smart_phone = get_option('eds_enable_on_phone');
441
- $enable_tablet = get_option('eds_enable_on_tab');
442
-
443
-
444
- $enable= ($device_type=='phone' && intval($enable_smart_phone))
445
- || ($device_type =='tablet' && intval($enable_tablet))
446
- || ($device_type =='computer');
447
-
448
- if( !$enable ) {
449
- return '';
450
- }
451
-
452
- $hide_on_load_css_class = '';
453
- $entry_animation = isset( $attributes['entry_animation_type'] ) ? $attributes['entry_animation_type']: '';
454
-
455
- if( 'scroll' == $attributes['animate_on'] || 'load' == $attributes['animate_on'] ) {
456
- $hide_on_load_css_class = ( in_array( $entry_animation, $this->in_animations ) ) ? 'edsanimate-sis-hidden' : '';
457
- }
458
- $content = array(
459
- '<div class="eds-animate ', $hide_on_load_css_class, ' ', isset( $attributes['custom_css_class'] ) ? $attributes['custom_css_class'] : '', '"',
460
- ' data-eds-entry-animation="', $entry_animation, '"',
461
- ' data-eds-entry-delay="', isset( $attributes['entry_delay'] ) ? $attributes['entry_delay'] : '', '"',
462
- ' data-eds-entry-duration="', isset( $attributes['entry_duration'] ) ? $attributes['entry_duration'] : '', '"',
463
- ' data-eds-entry-timing="', isset( $attributes['entry_timing'] ) ? $attributes['entry_timing'] : '', '"',
464
- ' data-eds-exit-animation="', isset( $attributes['exit_animation_type'] ) ? $attributes['exit_animation_type'] : '', '"',
465
- ' data-eds-exit-delay="', isset( $attributes['exit_delay'] ) ? $attributes['exit_delay'] : '', '"',
466
- ' data-eds-exit-duration="', isset( $attributes['exit_duration'] ) ? $attributes['exit_duration'] : '', '"',
467
- ' data-eds-exit-timing="', isset( $attributes['exit_timing'] ) ? $attributes['exit_timing'] : '', '"',
468
- ' data-eds-repeat-count="', isset( $attributes['animation_repeat'] ) ? $attributes['animation_repeat'] : '', '"',
469
- ' data-eds-keep="', isset( $attributes['keep'] ) ? $attributes['keep'] : '', '"',
470
- ' data-eds-animate-on="', isset( $attributes['animate_on'] ) ? $attributes['animate_on'] : '', '"',
471
- ' data-eds-scroll-offset="', isset( $attributes['scroll_offset'] ) ? $attributes['scroll_offset'] :'', '">' );
472
-
473
- return implode( "", $content );
474
- }
475
-
476
- function edsanimate_end_handler( $attributes, $content = null ) {
477
-
478
- $device_type = $this->detect_device();
479
-
480
- $enable_smart_phone = get_option('eds_enable_on_phone');
481
- $enable_tablet = get_option('eds_enable_on_tab');
482
-
483
-
484
- $enable= ($device_type=='phone' && intval($enable_smart_phone))
485
- || ($device_type =='tablet' && intval($enable_tablet))
486
- || ($device_type =='computer');
487
-
488
- if( !$enable ) {
489
- return '';
490
- }
491
-
492
- return '</div>';
493
-
494
- }
495
-
496
- //Widget settings related functions
497
- function eds_add_custom_class_field( $t, $return, $instance ){
498
- $instance = wp_parse_args( (array) $instance, array( 'eds_animation_class' => '') );
499
- if ( !isset( $instance['eds_animation_class'] ) )
500
- $instance['eds_animation_class'] = null;
501
- ?>
502
- <p>
503
- <label for="<?php echo $t->get_field_id('eds_animation_class'); ?>"><?php _e( 'Animate It Classes', 'eds-animate' ); ?></label>
504
- <input type="text" name="<?php echo $t->get_field_name('eds_animation_class'); ?>" id="<?php echo $t->get_field_id('eds_animation_class'); ?>" value="<?php echo $instance['eds_animation_class'];?>" />
505
- </p>
506
- <?php
507
- $retrun = null;
508
- return array( $t, $return, $instance );
509
-
510
- }
511
-
512
-
513
- function eds_update_widget_animation_class( $instance, $new_instance, $old_instance ){
514
- $instance['eds_animation_class'] = $new_instance['eds_animation_class'];
515
- return $instance;
516
- }
517
-
518
- function eds_add_widget_animation_class( $params ){
519
- global $wp_registered_widgets;
520
- $widget_id = $params[0]['widget_id'];
521
- $widget_obj = $wp_registered_widgets[$widget_id];
522
- $widget_opt = get_option($widget_obj['callback'][0]->option_name);
523
- $widget_num = $widget_obj['params'][0]['number'];
524
- if( isset($widget_opt[$widget_num]['eds_animation_class'] ) ){
525
- $eds_animation_class = $widget_opt[$widget_num]['eds_animation_class'];
526
- $params[0]['before_widget'] = preg_replace('/class="/', 'class=" '.$eds_animation_class.' ', $params[0]['before_widget'], 1);
527
- }
528
- return $params;
529
- }
530
- }
531
-
532
- if( !defined( 'WPINC' ) ) {
533
- die;
534
- }
535
-
536
- global $eds_animate_it_version;
537
-
538
- $eds_animate_it_version = '2.3.0';
539
-
540
  new EDS_Animate( __FILE__ );
1
+ <?php
2
+ /**
3
+ * Plugin Name: Animate It!
4
+ * Text Domain: eds-animate
5
+ * Domain Path: /lang
6
+ * Plugin URI: http://www.eleopard.in
7
+ * Description: Add cool CSS3 animations to your content.
8
+ * Version: 2.3.2
9
+ * Author: eLEOPARD Design Studios
10
+ * Author URI: http://www.eleopard.in
11
+ * License: GNU General Public License version 2 or later; see LICENSE.txt
12
+ * http://www.gnu.org/copyleft/gpl.html GNU/GPL
13
+ (C) 2014 eLEOPARD Design Studios Pvt Ltd. All rights reserved
14
+
15
+ This program is free software; you can redistribute it and/or modify
16
+ it under the terms of the GNU General Public License, version 2, as
17
+ published by the Free Software Foundation.
18
+
19
+ This program is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU General Public License for more details.
23
+
24
+ You should have received a copy of the GNU General Public License
25
+ along with this program; if not, write to the Free Software
26
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27
+
28
+ or see <http://www.gnu.org/licenses/>.
29
+ * For any other query please contact us at contact[at]eleopard[dot]in
30
+ */
31
+
32
+ include_once dirname( __FILE__ ) .'/assets/helper/class-eds-mobile-detect.php';
33
+ include_once dirname( __FILE__ ) .'/assets/helper/class-eds-tinymce.php';
34
+
35
+ class EDS_Animate {
36
+
37
+ public static $abs_file = null;
38
+
39
+ var $in_animations = array("bounceIn","bounceInDown","bounceInLeft","bounceInRight",
40
+ "bounceInUp","fadeIn","fadeInDown","fadeInDownBig","fadeInLeft",
41
+ "fadeInLeftBig","fadeInRight","fadeInRightBig","fadeInUp","fadeInUpBig",
42
+ "rotateIn","rotateInDownLeft","rotateInDownRight","rotateInUpLeft",
43
+ "rotateInUpRight","slideInUp","slideInDown","slideInLeft","slideInRight",
44
+ "zoomIn","zoomInDown","zoomInLeft","zoomInRight","zoomInUp","flipInX",
45
+ "flipInY","lightSpeedIn","rollIn","twirlIn");
46
+
47
+ public function __construct( $file_loc ) {
48
+
49
+ self::$abs_file = $file_loc;
50
+
51
+ add_filter('widget_text', 'do_shortcode');
52
+
53
+ register_activation_hook( self::$abs_file, array( $this, 'set_edsanimate_options' ) );
54
+
55
+ /*Load Text Domain for translation */
56
+ add_action('plugins_loaded', array($this, 'plugin_textdomain'));
57
+
58
+ /*checking for version updates*/
59
+ add_action( 'plugins_loaded', array( $this, 'update_plugin' ) );
60
+
61
+ /* Adding Settings Menu */
62
+ add_action('admin_menu', array( $this, 'modify_menu' ) );
63
+
64
+ /* Enqueuing Scrips and CSS */
65
+ add_action('wp_enqueue_scripts', array( $this, 'add_eds_script_and_css' ) );
66
+
67
+ /* adding shortcodes */
68
+ add_shortcode('edsanimate_start', array( $this, 'edsanimate_start_handler' ) );
69
+ add_shortcode('edsanimate_end', array( $this, 'edsanimate_end_handler' ) );
70
+ add_shortcode('edsanimate', array( $this, 'edsanimate_handler' ) );
71
+
72
+ /*widget related actions*/
73
+ add_filter('widget_text', 'do_shortcode' );
74
+ add_action('in_widget_form', array( $this, 'eds_add_custom_class_field' ), 5, 3 );
75
+ add_filter('widget_update_callback', array( $this, 'eds_update_widget_animation_class' ), 5, 3 );
76
+ add_filter('dynamic_sidebar_params', array( $this, 'eds_add_widget_animation_class' ) );
77
+
78
+
79
+ /* TinyMCE Related Handlers */
80
+ $tinymce_handler = new EDS_TinyMCE();
81
+
82
+ add_action('init', array( $tinymce_handler, 'add_edsanimate_button') );
83
+
84
+ add_filter( 'tiny_mce_version', array( $tinymce_handler, 'refresh_mce' ) );
85
+
86
+ //Registering Ajax action to get the popup on click of animate it buton in editor
87
+ add_action( 'wp_ajax_edsanimate_get_popup', array( $tinymce_handler, 'get_popup' ) );
88
+
89
+ add_filter('mce_external_languages', array( $tinymce_handler, 'add_locale') );
90
+
91
+
92
+ }
93
+
94
+ function plugin_textdomain() {
95
+ load_plugin_textdomain('eds-animate', false, dirname( plugin_basename( self::$abs_file ) ) . '/lang');
96
+ }
97
+
98
+ function modify_menu(){
99
+
100
+ add_options_page( __( 'Animate It! Options', 'eds-animate' )
101
+ , __( 'Animate It!', 'eds-animate' )
102
+ , 'manage_options'
103
+ , self::$abs_file
104
+ , array( $this, 'admin_edsanimate_options' ) );
105
+ }
106
+
107
+
108
+ function set_edsanimate_options(){
109
+
110
+ add_option( 'eds_scroll_offset', '75' );
111
+ add_option( 'eds_enable_on_phone', '0' );
112
+ add_option( 'eds_enable_on_tab', '1' );
113
+ add_option( 'eds_hide_overflow_x', '1' );
114
+ add_option( 'eds_hide_overflow_y', '0' );
115
+ add_option( 'eds_custom_css', '' );
116
+
117
+ }
118
+
119
+ function update_plugin() {
120
+
121
+ global $eds_animate_it_version;
122
+
123
+ $installed_version = get_option( 'eds_animate_it_version' );
124
+
125
+ if( $installed_version == FALSE ) {
126
+
127
+ add_option( 'eds_animate_it_version', '1.4.4' );
128
+
129
+ if( $eds_animate_it_version != '1.4.4') {
130
+
131
+ $scroll_offset = get_option( 'scroll_offset', '75' );
132
+ $enable_on_phone = get_option( 'enable_on_phone', '0' );
133
+ $enable_on_tab = get_option( 'enable_on_tab', '1' );
134
+ $hide_overflow_x = get_option( 'hide_overflow_x', '1' );
135
+ $hide_overflow_y = get_option( 'hide_overflow_y', '0' );
136
+ $custom_css = get_option( 'custom_css', '' );
137
+
138
+ delete_option('scroll_offset');
139
+ delete_option('enable_on_phone');
140
+ delete_option('enable_on_tab');
141
+ delete_option('hide_overflow_x');
142
+ delete_option('hide_overflow_y');
143
+ delete_option('custom_css');
144
+
145
+ add_option( 'eds_scroll_offset', $scroll_offset );
146
+ add_option( 'eds_enable_on_phone', $enable_on_phone );
147
+ add_option( 'eds_enable_on_tab', $enable_on_tab );
148
+ add_option( 'eds_hide_overflow_x', $hide_overflow_x );
149
+ add_option( 'eds_hide_overflow_y', $hide_overflow_y );
150
+ add_option( 'eds_custom_css', $custom_css );
151
+
152
+ update_option( 'eds_animate_it_version', $eds_animate_it_version );
153
+
154
+ }
155
+
156
+ } else {
157
+
158
+ if( $installed_version != $eds_animate_it_version ) {
159
+ /* Code Block to be used for next plugin upgrade */
160
+ /*For version 2.3.0 code to add custom css file is added.*/
161
+ $custom_css = get_option('eds_custom_css');
162
+ if($custom_css !== false && $custom_css != "" ){
163
+ file_put_contents( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css", $custom_css);
164
+ }
165
+ update_option( 'eds_animate_it_version', $eds_animate_it_version );
166
+
167
+ }
168
+ }
169
+
170
+ }
171
+
172
+ function admin_edsanimate_options(){
173
+ ?>
174
+ <div class="wrap"><h2><?php _e( 'Animate It! Options', 'eds-animate' ); ?></h2>
175
+ <?php
176
+ if(isset($_REQUEST['submit'])){
177
+ $this->update_edsanimate_options();
178
+ }
179
+
180
+ $this->print_edsanimate_form();
181
+ ?></div><?php
182
+ }
183
+
184
+ function update_edsanimate_options(){
185
+ $ok= false;
186
+ if(isset($_REQUEST['eds_scroll_offset'])
187
+ && isset($_REQUEST['eds_enable_on_phone'])
188
+ && isset($_REQUEST['eds_enable_on_tab'])){
189
+ update_option('eds_scroll_offset', $_REQUEST['eds_scroll_offset']);
190
+ update_option('eds_enable_on_phone', $_REQUEST['eds_enable_on_phone']);
191
+ update_option('eds_hide_overflow_x', $_REQUEST['eds_hide_overflow_x']);
192
+ update_option('eds_hide_overflow_y', $_REQUEST['eds_hide_overflow_y']);
193
+ update_option('eds_enable_on_tab', $_REQUEST['eds_enable_on_tab']);
194
+ $ok=true;
195
+ }
196
+ $custom_css = esc_textarea(isset($_REQUEST['eds_custom_css'])?$_REQUEST['eds_custom_css']:'');
197
+ update_option('eds_custom_css', $custom_css);
198
+ file_put_contents( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css", $custom_css);
199
+
200
+ if($ok){?>
201
+ <div id="message" class="updated fade">
202
+ <p><?php _e( 'Options saved.', 'eds-animate' ); ?></p>
203
+ </div>
204
+ <?php
205
+
206
+ }else{?>
207
+ <div id="message" class="error fade">
208
+ <p><?php _e( 'Failed to save options.', 'eds-animate' ); ?></p>
209
+ </div>
210
+ <?php
211
+ }
212
+ }
213
+
214
+ function print_edsanimate_form(){
215
+ ?>
216
+ <a href="https://wordpress.org/support/view/plugin-reviews/animate-it" target="_blank"
217
+ style="display: inline-block; margin-top: 10px; padding-top: 4px;">
218
+ <img src="<?php echo plugins_url( '/assets/images/banner.jpg', self::$abs_file )?>" />
219
+ </a>
220
+ <form method="post">
221
+ <table cellspacing="10" cellpadding="10">
222
+ <tr>
223
+ <td style="vertical-align: top;">
224
+ <label for="eds_scroll_offset"><?php _e( 'Scroll Offset (in percentage)', 'eds-animate' ); ?>:</label>
225
+ </td>
226
+ <td colspan="2">
227
+ <input type="text" name="eds_scroll_offset" value="<?php echo get_option('eds_scroll_offset', '75'); ?>" />
228
+ </td>
229
+
230
+ </tr>
231
+ <tr>
232
+ <td style="vertical-align: top;">
233
+ <label for="eds_enable_on_phone"><?php _e( 'Enable on Smartphones', 'eds-animate' ); ?>:</label>
234
+ </td>
235
+ <td>
236
+ <select name="eds_enable_on_phone">
237
+ <option value="1" <?php echo (get_option('eds_enable_on_phone')=='1')?'selected="selected"':'';?>><?php _e( 'Yes', 'eds-animate' ); ?></option>
238
+ <option value="0" <?php echo (get_option('eds_enable_on_phone')=='0')?'selected="selected"':'';?>><?php _e( 'No', 'eds-animate' ); ?></option>
239
+ </select>
240
+ </td>
241
+ </tr>
242
+ <tr>
243
+ <td style="vertical-align: top;">
244
+ <label for="eds_enable_on_tab"><?php _e( 'Enable on Tablets', 'eds-animate' ); ?>:</label>
245
+ </td>
246
+ <td>
247
+ <select name="eds_enable_on_tab">
248
+ <option value="1" <?php echo (get_option('eds_enable_on_tab')=='1')?'selected="selected"':'';?>><?php _e( 'Yes', 'eds-animate' ); ?></option>
249
+ <option value="0" <?php echo (get_option('eds_enable_on_tab')=='0')?'selected="selected"':'';?>><?php _e( 'No', 'eds-animate' ); ?></option>
250
+ </select>
251
+ </td>
252
+ </tr>
253
+ <tr>
254
+ <td style="vertical-align: top;">
255
+ <label for="eds_hide_overflow_x"><?php _e( 'Hide Horizontal Scrollbar', 'eds-animate' ); ?>:</label>
256
+ </td>
257
+ <td>
258
+ <select name="eds_hide_overflow_x">
259
+ <option value="1" <?php echo (get_option('eds_hide_overflow_x')=='1')?'selected="selected"':'';?>><?php _e( 'Yes', 'eds-animate' ); ?></option>
260
+ <option value="0" <?php echo (get_option('eds_hide_overflow_x')=='0')?'selected="selected"':'';?>><?php _e( 'No', 'eds-animate' ); ?></option>
261
+ </select>
262
+ </td>
263
+ </tr>
264
+ <tr>
265
+ <td style="vertical-align: top;">
266
+ <label for="eds_hide_overflow_y"><?php _e( 'Hide Vertical Scrollbar', 'eds-animate' ); ?>:</label>
267
+ </td>
268
+ <td>
269
+ <select name="eds_hide_overflow_y">
270
+ <option value="1" <?php echo (get_option('eds_hide_overflow_y')=='1')?'selected="selected"':'';?>><?php _e( 'Yes', 'eds-animate' ); ?></option>
271
+ <option value="0" <?php echo (get_option('eds_hide_overflow_y')=='0')?'selected="selected"':'';?>><?php _e( 'No', 'eds-animate' ); ?></option>
272
+ </select>
273
+ </td>
274
+ </tr>
275
+ <tr>
276
+ <td style="vertical-align: top;">
277
+ <label for="eds_custom_css"><?php _e( 'Custom CSS', 'eds-animate' ); ?>:</label>
278
+ </td>
279
+ <td>
280
+ <textarea name="eds_custom_css" id="eds_custom_css" cols="25" rows="10"><?php echo get_option('eds_custom_css'); ?></textarea>
281
+ </td>
282
+ </tr>
283
+ <tr>
284
+ <td colspan="2">
285
+ <input class="button button-primary" type="submit" name="submit" value="<?php _e( 'Submit', 'eds-animate' ); ?>" />
286
+ </td>
287
+ </tr>
288
+ </table>
289
+ </form>
290
+ <?php
291
+ }
292
+
293
+ function detect_device() {
294
+ static $device_type = null;
295
+
296
+ if(!$device_type)
297
+ {
298
+ $detect = new EDS_Mobile_Detect();
299
+ $device_type = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
300
+ }
301
+ return $device_type;
302
+
303
+ }
304
+
305
+ function add_eds_script_and_css() {
306
+ //Custom CSS//
307
+ $custom_css = get_option('eds_custom_css');
308
+
309
+ $device_type = $this->detect_device();
310
+
311
+ $enable_smart_phone = get_option('eds_enable_on_phone');
312
+ $enable_tablet = get_option('eds_enable_on_tab');
313
+
314
+ $enable= ($device_type=='phone' && intval($enable_smart_phone))
315
+ || ($device_type =='tablet' && intval($enable_tablet))
316
+ || ($device_type =='computer');
317
+
318
+ if($enable) {
319
+
320
+ wp_register_style( 'edsanimate-animo-css',plugins_url( '/assets/css/animate-animo.css', self::$abs_file ));
321
+
322
+ wp_register_script( 'edsanimate-animo-script',plugins_url( '/assets/js/animo.min.js', self::$abs_file ), array('jquery'), '1.0.3', true);
323
+
324
+ wp_register_script( 'edsanimate-throttle-debounce-script',plugins_url( '/assets/js/jquery.ba-throttle-debounce.min.js', self::$abs_file ), array('jquery'), '1.1', true);
325
+
326
+ //START: Scripts to Support Older Version
327
+ wp_register_script( 'viewportcheck-script',plugins_url( '/assets/js/viewportchecker.js', self::$abs_file), array('jquery', 'edsanimate-throttle-debounce-script' ), '1.4.4', true);
328
+
329
+ wp_register_script( 'edsanimate-script', plugins_url( '/assets/js/edsanimate.js', self::$abs_file ), array('viewportcheck-script'), '1.4.4', true );
330
+ //END: : Scripts to Support Older Version
331
+
332
+ wp_register_script( 'edsanimate-site-script', plugins_url( '/assets/js/edsanimate.site.js', self::$abs_file ), array('edsanimate-animo-script', 'edsanimate-throttle-debounce-script' ), '1.4.5', true );
333
+
334
+ $edsanimate_options = array( 'offset' => get_option('eds_scroll_offset', '75'),
335
+ 'hide_hz_scrollbar' => get_option('eds_hide_overflow_x', '1'),
336
+ 'hide_vl_scrollbar' => get_option('eds_hide_overflow_y', '0'));
337
+
338
+ wp_localize_script( 'edsanimate-site-script', 'edsanimate_options', $edsanimate_options);
339
+
340
+ //Enqueuing style sheets
341
+ wp_enqueue_style( 'edsanimate-animo-css' );
342
+ wp_add_inline_style( 'edsanimate-animo-css', $custom_css );
343
+
344
+ //Enqueuing javascripts
345
+ wp_enqueue_script( 'edsanimate-animo-script');
346
+ wp_enqueue_script( 'edsanimate-throttle-debounce-script' );
347
+ wp_enqueue_script( 'viewportcheck-script');
348
+ wp_enqueue_script( 'edsanimate-script');
349
+ wp_enqueue_script( 'edsanimate-site-script');
350
+ } else {
351
+ if( file_exists( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css" ) ) {
352
+ wp_register_style( 'edsanimate-custom-css',plugins_url( '/assets/css/custom.css', self::$abs_file ));
353
+ wp_enqueue_style( 'edsanimate-custom-css' );
354
+ } else {
355
+ if( $custom_css != null && trim($custom_css) != "" ) {
356
+ wp_register_style( 'edsanimate-blank-css',plugins_url( '/assets/css/blank.css', self::$abs_file ) );
357
+ wp_enqueue_style( 'edsanimate-blank-css' );
358
+ wp_add_inline_style( 'edsanimate-blank-css', $custom_css );
359
+ }
360
+ }
361
+ }
362
+
363
+
364
+ }
365
+
366
+ function edsanimate_handler( $attributes, $content = null ) {
367
+
368
+ $device_type = $this->detect_device();
369
+
370
+ $enable_smart_phone = get_option('eds_enable_on_phone');
371
+ $enable_tablet = get_option('eds_enable_on_tab');
372
+
373
+
374
+ $enable= ($device_type=='phone' && intval($enable_smart_phone))
375
+ || ($device_type =='tablet' && intval($enable_tablet))
376
+ || ($device_type =='computer');
377
+
378
+ if($enable):
379
+
380
+ extract( shortcode_atts( array(
381
+ 'animation' => '',
382
+ 'delay' => '',
383
+ 'duration' => '',
384
+ 'infinite_animation' =>'',
385
+ 'animate_on' => '',
386
+ 'scroll_offset' => ''
387
+ ), $attributes ) );
388
+
389
+
390
+ $classString = "animated";
391
+
392
+ if($animation == '')
393
+ {
394
+ return do_shortcode($content);
395
+ }
396
+
397
+ $classString .= " " . $animation;
398
+
399
+ if(strcasecmp($infinite_animation, 'yes')==0) {
400
+ $classString .= " infinite";
401
+ }
402
+
403
+ if($delay!= '' && is_int((int)$delay) && $delay>=0) {
404
+ $classString .= " delay" . $delay;
405
+ }
406
+
407
+ if($duration!= '' && is_int((int)$duration) && $duration>=0) {
408
+ $classString .= " duration" . $duration;
409
+ } else {
410
+ $classString .= " duration2";
411
+ }
412
+
413
+ if(strcasecmp($animate_on, 'scroll')==0) {
414
+ $classString .= " eds-on-scroll";
415
+ } else if(strcasecmp($animate_on, 'click')==0) {
416
+ $classString .= " eds-on-click";
417
+ } else if(strcasecmp($animate_on, 'hover')==0) {
418
+ $classString .= " eds-on-hover";
419
+ }
420
+
421
+
422
+ if(isset($scroll_offset) && $scroll_offset!=''){
423
+ return '<div class="'.$classString.'" eds_scroll_offset="'.$scroll_offset.'">'.do_shortcode($content).'</div>';
424
+ }else {
425
+ return '<div class="'.$classString.'">'.do_shortcode($content).'</div>';
426
+ }
427
+
428
+ else:
429
+ return do_shortcode($content);
430
+ endif;
431
+
432
+ }
433
+
434
+
435
+
436
+ function edsanimate_start_handler( $attributes, $content = null ) {
437
+
438
+ $device_type = $this->detect_device();
439
+
440
+ $enable_smart_phone = get_option('eds_enable_on_phone');
441
+ $enable_tablet = get_option('eds_enable_on_tab');
442
+
443
+
444
+ $enable= ($device_type=='phone' && intval($enable_smart_phone))
445
+ || ($device_type =='tablet' && intval($enable_tablet))
446
+ || ($device_type =='computer');
447
+
448
+ if( !$enable ) {
449
+ return '';
450
+ }
451
+
452
+ $hide_on_load_css_class = '';
453
+ $entry_animation = isset( $attributes['entry_animation_type'] ) ? $attributes['entry_animation_type']: '';
454
+
455
+ if( 'scroll' == $attributes['animate_on'] || 'load' == $attributes['animate_on'] ) {
456
+ $hide_on_load_css_class = ( in_array( $entry_animation, $this->in_animations ) ) ? 'edsanimate-sis-hidden' : '';
457
+ }
458
+ $content = array(
459
+ '<div class="eds-animate ', $hide_on_load_css_class, ' ', isset( $attributes['custom_css_class'] ) ? $attributes['custom_css_class'] : '', '"',
460
+ ' data-eds-entry-animation="', $entry_animation, '"',
461
+ ' data-eds-entry-delay="', isset( $attributes['entry_delay'] ) ? $attributes['entry_delay'] : '', '"',
462
+ ' data-eds-entry-duration="', isset( $attributes['entry_duration'] ) ? $attributes['entry_duration'] : '', '"',
463
+ ' data-eds-entry-timing="', isset( $attributes['entry_timing'] ) ? $attributes['entry_timing'] : '', '"',
464
+ ' data-eds-exit-animation="', isset( $attributes['exit_animation_type'] ) ? $attributes['exit_animation_type'] : '', '"',
465
+ ' data-eds-exit-delay="', isset( $attributes['exit_delay'] ) ? $attributes['exit_delay'] : '', '"',
466
+ ' data-eds-exit-duration="', isset( $attributes['exit_duration'] ) ? $attributes['exit_duration'] : '', '"',
467
+ ' data-eds-exit-timing="', isset( $attributes['exit_timing'] ) ? $attributes['exit_timing'] : '', '"',
468
+ ' data-eds-repeat-count="', isset( $attributes['animation_repeat'] ) ? $attributes['animation_repeat'] : '', '"',
469
+ ' data-eds-keep="', isset( $attributes['keep'] ) ? $attributes['keep'] : '', '"',
470
+ ' data-eds-animate-on="', isset( $attributes['animate_on'] ) ? $attributes['animate_on'] : '', '"',
471
+ ' data-eds-scroll-offset="', isset( $attributes['scroll_offset'] ) ? $attributes['scroll_offset'] :'', '">' );
472
+
473
+ return implode( "", $content );
474
+ }
475
+
476
+ function edsanimate_end_handler( $attributes, $content = null ) {
477
+
478
+ $device_type = $this->detect_device();
479
+
480
+ $enable_smart_phone = get_option('eds_enable_on_phone');
481
+ $enable_tablet = get_option('eds_enable_on_tab');
482
+
483
+
484
+ $enable= ($device_type=='phone' && intval($enable_smart_phone))
485
+ || ($device_type =='tablet' && intval($enable_tablet))
486
+ || ($device_type =='computer');
487
+
488
+ if( !$enable ) {
489
+ return '';
490
+ }
491
+
492
+ return '</div>';
493
+
494
+ }
495
+
496
+ //Widget settings related functions
497
+ function eds_add_custom_class_field( $t, $return, $instance ){
498
+ $instance = wp_parse_args( (array) $instance, array( 'eds_animation_class' => '') );
499
+ if ( !isset( $instance['eds_animation_class'] ) )
500
+ $instance['eds_animation_class'] = null;
501
+ ?>
502
+ <p>
503
+ <label for="<?php echo $t->get_field_id('eds_animation_class'); ?>"><?php _e( 'Animate It Classes', 'eds-animate' ); ?></label>
504
+ <input type="text" name="<?php echo $t->get_field_name('eds_animation_class'); ?>" id="<?php echo $t->get_field_id('eds_animation_class'); ?>" value="<?php echo $instance['eds_animation_class'];?>" />
505
+ </p>
506
+ <?php
507
+ $retrun = null;
508
+ return array( $t, $return, $instance );
509
+
510
+ }
511
+
512
+
513
+ function eds_update_widget_animation_class( $instance, $new_instance, $old_instance ){
514
+ $instance['eds_animation_class'] = $new_instance['eds_animation_class'];
515
+ return $instance;
516
+ }
517
+
518
+ function eds_add_widget_animation_class( $params ){
519
+ global $wp_registered_widgets;
520
+ $widget_id = $params[0]['widget_id'];
521
+ $widget_obj = $wp_registered_widgets[$widget_id];
522
+ $widget_opt = get_option($widget_obj['callback'][0]->option_name);
523
+ $widget_num = $widget_obj['params'][0]['number'];
524
+ if( isset($widget_opt[$widget_num]['eds_animation_class'] ) ){
525
+ $eds_animation_class = $widget_opt[$widget_num]['eds_animation_class'];
526
+ $params[0]['before_widget'] = preg_replace('/class="/', 'class=" '.$eds_animation_class.' ', $params[0]['before_widget'], 1);
527
+ }
528
+ return $params;
529
+ }
530
+ }
531
+
532
+ if( !defined( 'WPINC' ) ) {
533
+ die;
534
+ }
535
+
536
+ global $eds_animate_it_version;
537
+
538
+ $eds_animate_it_version = '2.3.0';
539
+
540
  new EDS_Animate( __FILE__ );
legal.txt CHANGED
@@ -1,14 +1,14 @@
1
- This free (GPL) Scripts and CSS.
2
- Thanks to the developers.
3
-
4
- Scripts
5
- http://www.bootstrap-switch.org/
6
- https://github.com/dirkgroenen/jQuery-viewport-checker
7
- http://mobiledetect.net/
8
- We have modiefied the name of the class just to make sure that the plugin will pick the latest version of the class provided within the plugin.
9
- http://labs.bigroomstudios.com/libraries/animo-js
10
- http://benalman.com/code/projects/jquery-throttle-debounce/docs/files/jquery-ba-throttle-debounce-js.html
11
-
12
- CSS
13
- http://daneden.github.io/animate.css/
14
- http://ianlunn.github.io/Hover/
1
+ This free (GPL) Scripts and CSS.
2
+ Thanks to the developers.
3
+
4
+ Scripts
5
+ http://www.bootstrap-switch.org/
6
+ https://github.com/dirkgroenen/jQuery-viewport-checker
7
+ http://mobiledetect.net/
8
+ We have modiefied the name of the class just to make sure that the plugin will pick the latest version of the class provided within the plugin.
9
+ http://labs.bigroomstudios.com/libraries/animo-js
10
+ http://benalman.com/code/projects/jquery-throttle-debounce/docs/files/jquery-ba-throttle-debounce-js.html
11
+
12
+ CSS
13
+ http://daneden.github.io/animate.css/
14
+ http://ianlunn.github.io/Hover/
readme.txt CHANGED
@@ -1,194 +1,197 @@
1
- === Animate It! ===
2
- Contributors: eleopard
3
- Tags: css3 animation, animate.css, jquery, on scroll animation, delay, infinite, entry exit, iteration
4
- Requires at least: 3.9
5
- Tested up to: 4.9.2
6
- Stable tag: 2.3.1
7
- License: GNU General Public License version 2 or later
8
- License URI: http://www.gnu.org/copyleft/gpl.html
9
-
10
- Add cool CSS3 animations to your content.
11
-
12
- == Description ==
13
- Add cool CSS3 animations to your content.
14
-
15
- [Demo](http://downloads.eleopard.in/animate-it-demo-wordpress/ "Demo") | [Documentation](http://downloads.eleopard.in/animate-it-documentation-wordpress/ "Documentation") | [Class Generator](http://downloads.eleopard.in/class-generator-wordpress/ "Class Generator")
16
-
17
- [youtube https://www.youtube.com/watch?v=Np_t43pfrh4]
18
-
19
- Some of the Key features Include:
20
-
21
- * Allowing user to apply CSS3 animations on Post, Widget and Pages.
22
- * 50+ Entry, Exit and Attention Seeker Animations.
23
- * Capability to apply animation on Scroll.
24
- * Capability to add different scroll offset on individual animation blocks.
25
- * Capability to apply animation on Click.
26
- * Capability to apply animation on Hover.
27
- * Providing delay feature in animation to create a nice animation sequence.
28
- * Providing feature to control the duration for a more precise animation.
29
- * Providing a button in the editor to easily add an animation block in the article or post.
30
- * Allow user to add animation on WordPress widgets. Use <a href="http://downloads.eleopard.in/class-generator-wordpress/" target="_blank">Class Generator</a> to generate the required animation classes.
31
- * Allow user to apply animation infinitely or any fixed number of times.
32
- * Option to add custom CSS classes to individual animation block.
33
- * Options to enable or disable animations on Smartphones and Tablets.
34
- * Spanish and German language support. Thanks to Santiago Marrone, Christian Herrmann
35
-
36
- All the CSS3 animations are from [Animate.css](http://daneden.github.io/animate.css/ "Animate.css") and [Animo.js](http://labs.bigroomstudios.com/libraries/animo-js "Animo.js")
37
-
38
- == Installation ==
39
- 1. Upload edsanimate to the /wp-content/plugins/ directory.
40
- 2. Activate the plugin through the Plugins menu in WordPress.
41
- 3. Set your options from the Settings -> Animate It! admin area.
42
-
43
- Alternatively:
44
-
45
- 1. Login to your WordPress admin area
46
- 2. Search for Animate It!
47
- 3. Click install Animate It!
48
- 4. Activate through the Plugins menu in WordPress or when asked during installation
49
- 5. Set your options from the Settings -> Animate It! admin area
50
-
51
- == Frequently Asked Questions ==
52
-
53
- = Animation flicker or occur twice at load time while using animation classes? =
54
- Please add CSS class "eds-animation-paused" along with the other animation classes generated using class generator
55
-
56
- = Setting the scroll offset for on scroll functionality? =
57
- Percentage scroll offset can be set from Settings-> Animate It! menu in the admin area.
58
-
59
- = Hiding horizontal and vertical scroll bar? =
60
- Settings to show or hide vertical or horizontal scroll bar are available at Settings-> Animate It! menu in the admin area.
61
-
62
- = Animation applied using older plugin and class generator won't work? =
63
- If animation applied using class generator or older plugin wont work, Please do the following:
64
- If using shortcode:
65
- Add duration="1" (you can add 1 to 20) as one of the attribute of the shortcode.
66
-
67
- If using class generator:
68
- Add duration class ( duration1 to duration20 ) along with the other classes. or use the class generator one more time to generate same animation classes.
69
-
70
- == Screenshots ==
71
-
72
- 1. **Animate Button** - Add animation blocks in WordPress Post and Pages using the Animate It! button.
73
- 2. **Select Animation** - After clicking Animate It! button you will get a screen to choose animation.
74
- 3. **Entry Exit Animation** - Select and configure the entry and exit animations.
75
- 4. **Other Options** - Select other options like iteration count etc.
76
- 5. **Update Dummy Content** - Update the content of the block as per your requirement. You can copy and paste the same in Text Widget also.
77
- 6. **Settings** - Options for Animate It! under Settings-> Animate It! menu in the admin area.
78
- 7. **Class Generator** - Class Generator to generate required Animation Classes for Widgets.
79
- 8. **Copy Generated Classes** - Copy the generated classes.
80
- 9. **Apply on Widgets** - Apply the copied classes by pasting it in the 'Animate It! Classes' text box under the widget settings.
81
-
82
-
83
- == Changelog ==
84
-
85
- = Version 2.3.1 =
86
- * Minor Bug Fixes related to CSS
87
-
88
- = Version 2.3.0 =
89
- * Added new CSS Animations. Thanks to http://ianlunn.github.io/Hover/
90
- * Added support for loading custom CSS even if the animations are disabled on tablet or mobile devices.
91
-
92
- = Version 2.2.1 =
93
- * Bug fixes for chrome 61+ version
94
-
95
- = Version 2.2.0 =
96
- * Bug fixes for chrome 61+ version
97
-
98
- = Version 2.1.9 =
99
- * Bug fixes for chrome 61+ version
100
-
101
- = Version 2.1.8 =
102
- * Mobile_Detect class updated
103
-
104
- = Version 2.1.7 =
105
- * Minor Bug Fix related to Settings page
106
-
107
- = Version 2.1.6 =
108
- * Added spanish and german language support
109
-
110
- = Version 2.1.5 =
111
- * Minor bug fixes.
112
-
113
- = Version 2.1.4 =
114
- * Changes to avoid conflict with other animation scripts
115
-
116
- = Version 2.1.3 =
117
- * Minor Bug Fixes related to on scroll animation
118
-
119
- = Version 2.1.2 =
120
- * Minor Bug Fixes
121
-
122
- = Version 2.1.1 =
123
- * Minor changes to handle load time delay
124
- * Description updated
125
-
126
- = Version 2.1.0 =
127
- * Text domain added
128
- * Mobile_Detect class updated
129
-
130
- = Version 2.0.4 =
131
- * Minor fixes to support older version and classes added using class generator
132
-
133
- = Version 2.0.3 =
134
- * Minor fixes to support older version
135
-
136
- = Version 2.0.2 =
137
- * Minor fixes to support infinite animation added using older version
138
-
139
- = Version 2.0.1 =
140
- * Minor changes to handle higher load time
141
-
142
- = Version 2.0.0 =
143
- * New Feature to create Entry Exit Animation sequence
144
- * New Feature to provide custom delay and durations while generating shortcode
145
- * New Feature to apply timing functions
146
- * New Feature to iterate the animation n number of times
147
- * Code optimization for tinymce popup
148
-
149
- = Version 1.4.4 =
150
- * Bug fix related to the addition of animation classes on widgets
151
-
152
- = Version 1.4.3 =
153
- * Some spelling correction.
154
-
155
- = Version 1.4.2 =
156
- * New Feature that will allow user to add custom CSS for additional delay, duration etc.
157
-
158
- = Version 1.4.1 =
159
- * Resolved bug related to nested shortcodes.
160
-
161
- = Version 1.4.0 =
162
- * Resolved issue related to CSS.
163
- * New feature that will allow user to add different scroll offset on individual animation blocks.
164
-
165
- = Version 1.3.3 =
166
- * Resolved issue related to nested shortcodes.
167
-
168
- = Version 1.3.2 =
169
- * Resolved issue related to infinite animation and on hover combination.
170
-
171
- = Version 1.3.1 =
172
- * Resolved issue related to widget content update and save.
173
-
174
- = Version 1.3 =
175
- * Capability to apply animation on Hover.
176
- * Capability to apply animation on Click.
177
- * Allow users to apply animation on WordPress Widgets.
178
-
179
- = Version 1.2.1 =
180
- * Resolved an issue related to multiple declaration of mobile_detect.php class.
181
-
182
- = Version 1.2 =
183
- * New options to add animation duration and infinite animation while applying an animation on WordPress Post, Page or widget.
184
-
185
- = Version 1.1 =
186
- * New options added under Settings-> Animate It! to enable or disable animations on Smartphones and Tablets.
187
-
188
- = Version 1.0 =
189
- * Initial public release.
190
-
191
- == Upgrade Notice ==
192
-
193
- = Version 1.0 =
194
- * Initial public release.
 
 
 
1
+ === Animate It! ===
2
+ Contributors: eleopard
3
+ Tags: css3 animation, animate.css, jquery, on scroll animation, delay, infinite, entry exit, iteration
4
+ Requires at least: 3.9
5
+ Tested up to: 4.9.6
6
+ Stable tag: 2.3.2
7
+ License: GNU General Public License version 2 or later
8
+ License URI: http://www.gnu.org/copyleft/gpl.html
9
+
10
+ Add cool CSS3 animations to your content.
11
+
12
+ == Description ==
13
+ Add cool CSS3 animations to your content.
14
+
15
+ [Demo](http://downloads.eleopard.in/animate-it-demo-wordpress/ "Demo") | [Documentation](http://downloads.eleopard.in/animate-it-documentation-wordpress/ "Documentation") | [Class Generator](http://downloads.eleopard.in/class-generator-wordpress/ "Class Generator")
16
+
17
+ [youtube https://www.youtube.com/watch?v=Np_t43pfrh4]
18
+
19
+ Some of the Key features Include:
20
+
21
+ * Allowing user to apply CSS3 animations on Post, Widget and Pages.
22
+ * 50+ Entry, Exit and Attention Seeker Animations.
23
+ * Capability to apply animation on Scroll.
24
+ * Capability to add different scroll offset on individual animation blocks.
25
+ * Capability to apply animation on Click.
26
+ * Capability to apply animation on Hover.
27
+ * Providing delay feature in animation to create a nice animation sequence.
28
+ * Providing feature to control the duration for a more precise animation.
29
+ * Providing a button in the editor to easily add an animation block in the article or post.
30
+ * Allow user to add animation on WordPress widgets. Use <a href="http://downloads.eleopard.in/class-generator-wordpress/" target="_blank">Class Generator</a> to generate the required animation classes.
31
+ * Allow user to apply animation infinitely or any fixed number of times.
32
+ * Option to add custom CSS classes to individual animation block.
33
+ * Options to enable or disable animations on Smartphones and Tablets.
34
+ * Spanish and German language support. Thanks to Santiago Marrone, Christian Herrmann
35
+
36
+ All the CSS3 animations are from [Animate.css](http://daneden.github.io/animate.css/ "Animate.css") and [Animo.js](http://labs.bigroomstudios.com/libraries/animo-js "Animo.js")
37
+
38
+ == Installation ==
39
+ 1. Upload edsanimate to the /wp-content/plugins/ directory.
40
+ 2. Activate the plugin through the Plugins menu in WordPress.
41
+ 3. Set your options from the Settings -> Animate It! admin area.
42
+
43
+ Alternatively:
44
+
45
+ 1. Login to your WordPress admin area
46
+ 2. Search for Animate It!
47
+ 3. Click install Animate It!
48
+ 4. Activate through the Plugins menu in WordPress or when asked during installation
49
+ 5. Set your options from the Settings -> Animate It! admin area
50
+
51
+ == Frequently Asked Questions ==
52
+
53
+ = Animation flicker or occur twice at load time while using animation classes? =
54
+ Please add CSS class "eds-animation-paused" along with the other animation classes generated using class generator
55
+
56
+ = Setting the scroll offset for on scroll functionality? =
57
+ Percentage scroll offset can be set from Settings-> Animate It! menu in the admin area.
58
+
59
+ = Hiding horizontal and vertical scroll bar? =
60
+ Settings to show or hide vertical or horizontal scroll bar are available at Settings-> Animate It! menu in the admin area.
61
+
62
+ = Animation applied using older plugin and class generator won't work? =
63
+ If animation applied using class generator or older plugin wont work, Please do the following:
64
+ If using shortcode:
65
+ Add duration="1" (you can add 1 to 20) as one of the attribute of the shortcode.
66
+
67
+ If using class generator:
68
+ Add duration class ( duration1 to duration20 ) along with the other classes. or use the class generator one more time to generate same animation classes.
69
+
70
+ == Screenshots ==
71
+
72
+ 1. **Animate Button** - Add animation blocks in WordPress Post and Pages using the Animate It! button.
73
+ 2. **Select Animation** - After clicking Animate It! button you will get a screen to choose animation.
74
+ 3. **Entry Exit Animation** - Select and configure the entry and exit animations.
75
+ 4. **Other Options** - Select other options like iteration count etc.
76
+ 5. **Update Dummy Content** - Update the content of the block as per your requirement. You can copy and paste the same in Text Widget also.
77
+ 6. **Settings** - Options for Animate It! under Settings-> Animate It! menu in the admin area.
78
+ 7. **Class Generator** - Class Generator to generate required Animation Classes for Widgets.
79
+ 8. **Copy Generated Classes** - Copy the generated classes.
80
+ 9. **Apply on Widgets** - Apply the copied classes by pasting it in the 'Animate It! Classes' text box under the widget settings.
81
+
82
+
83
+ == Changelog ==
84
+
85
+ = Version 2.3.2 =
86
+ * Minor Bug Fixes related to animation using Class generator.
87
+
88
+ = Version 2.3.1 =
89
+ * Minor Bug Fixes related to CSS
90
+
91
+ = Version 2.3.0 =
92
+ * Added new CSS Animations. Thanks to http://ianlunn.github.io/Hover/
93
+ * Added support for loading custom CSS even if the animations are disabled on tablet or mobile devices.
94
+
95
+ = Version 2.2.1 =
96
+ * Bug fixes for chrome 61+ version
97
+
98
+ = Version 2.2.0 =
99
+ * Bug fixes for chrome 61+ version
100
+
101
+ = Version 2.1.9 =
102
+ * Bug fixes for chrome 61+ version
103
+
104
+ = Version 2.1.8 =
105
+ * Mobile_Detect class updated
106
+
107
+ = Version 2.1.7 =
108
+ * Minor Bug Fix related to Settings page
109
+
110
+ = Version 2.1.6 =
111
+ * Added spanish and german language support
112
+
113
+ = Version 2.1.5 =
114
+ * Minor bug fixes.
115
+
116
+ = Version 2.1.4 =
117
+ * Changes to avoid conflict with other animation scripts
118
+
119
+ = Version 2.1.3 =
120
+ * Minor Bug Fixes related to on scroll animation
121
+
122
+ = Version 2.1.2 =
123
+ * Minor Bug Fixes
124
+
125
+ = Version 2.1.1 =
126
+ * Minor changes to handle load time delay
127
+ * Description updated
128
+
129
+ = Version 2.1.0 =
130
+ * Text domain added
131
+ * Mobile_Detect class updated
132
+
133
+ = Version 2.0.4 =
134
+ * Minor fixes to support older version and classes added using class generator
135
+
136
+ = Version 2.0.3 =
137
+ * Minor fixes to support older version
138
+
139
+ = Version 2.0.2 =
140
+ * Minor fixes to support infinite animation added using older version
141
+
142
+ = Version 2.0.1 =
143
+ * Minor changes to handle higher load time
144
+
145
+ = Version 2.0.0 =
146
+ * New Feature to create Entry Exit Animation sequence
147
+ * New Feature to provide custom delay and durations while generating shortcode
148
+ * New Feature to apply timing functions
149
+ * New Feature to iterate the animation n number of times
150
+ * Code optimization for tinymce popup
151
+
152
+ = Version 1.4.4 =
153
+ * Bug fix related to the addition of animation classes on widgets
154
+
155
+ = Version 1.4.3 =
156
+ * Some spelling correction.
157
+
158
+ = Version 1.4.2 =
159
+ * New Feature that will allow user to add custom CSS for additional delay, duration etc.
160
+
161
+ = Version 1.4.1 =
162
+ * Resolved bug related to nested shortcodes.
163
+
164
+ = Version 1.4.0 =
165
+ * Resolved issue related to CSS.
166
+ * New feature that will allow user to add different scroll offset on individual animation blocks.
167
+
168
+ = Version 1.3.3 =
169
+ * Resolved issue related to nested shortcodes.
170
+
171
+ = Version 1.3.2 =
172
+ * Resolved issue related to infinite animation and on hover combination.
173
+
174
+ = Version 1.3.1 =
175
+ * Resolved issue related to widget content update and save.
176
+
177
+ = Version 1.3 =
178
+ * Capability to apply animation on Hover.
179
+ * Capability to apply animation on Click.
180
+ * Allow users to apply animation on WordPress Widgets.
181
+
182
+ = Version 1.2.1 =
183
+ * Resolved an issue related to multiple declaration of mobile_detect.php class.
184
+
185
+ = Version 1.2 =
186
+ * New options to add animation duration and infinite animation while applying an animation on WordPress Post, Page or widget.
187
+
188
+ = Version 1.1 =
189
+ * New options added under Settings-> Animate It! to enable or disable animations on Smartphones and Tablets.
190
+
191
+ = Version 1.0 =
192
+ * Initial public release.
193
+
194
+ == Upgrade Notice ==
195
+
196
+ = Version 1.0 =
197
+ * Initial public release.