Animate It! - Version 2.3.4

Version Description

Download this release

Release Info

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

Code changes from version 2.3.3 to 2.3.4

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/css/style.css CHANGED
@@ -1,365 +1,365 @@
1
- /* Do no Use */
2
- body{
3
- background-color: #ffffff;
4
- }
5
-
6
- .edsai-wrapper{
7
- background: #ffffff;
8
- width: 100%;
9
- margin-left: auto;
10
- margin-right: auto;
11
- }
12
-
13
- /* Do no Use END */
14
-
15
- .edsai-wrapper{
16
- font-family: 'Open Sans', sans-serif;
17
- position: relative;
18
- overflow: hidden;
19
- }
20
-
21
- .edaai-header{
22
- background: #fcfcfc;
23
- font-size: 18px;
24
- color: #23282d;
25
- font-weight: 600;
26
- border-bottom: 1px solid #e7e6e7;
27
- padding: 12px;
28
- }
29
-
30
- .edsai-footer-wrapper{
31
- background: #fcfcfc;
32
- color: #23282d;
33
- border-top: 1px solid #e7e6e7;
34
- padding: 14px 12px;
35
- }
36
-
37
- .animateit-icon {
38
- background: transparent url("../images/badge.png") no-repeat scroll center center;
39
- max-width: 150px;
40
- height: 150px;
41
- display: block;
42
- margin-left: auto;
43
- margin-right: auto;
44
- padding: 0;
45
- }
46
-
47
- .edsai-tabs{
48
- background: #ececec;
49
- }
50
-
51
- .edsai-tabs .edsai-tab{
52
- width: 33.33%;
53
- box-sizing: border-box;
54
- text-align: center;
55
- display: inline-block;
56
- margin: 0;
57
- padding: 0;
58
- margin-left: -4px;
59
- }
60
-
61
- .edsai-tabs .edsai-tab a{
62
- padding: 15px;
63
- display: block;
64
- color: #9c9c9c;
65
- font-size: 18px;
66
- font-weight: 600;
67
- text-decoration: none;
68
- border-bottom: 3px solid transparent;
69
- background: #ECECEC;
70
- }
71
-
72
- .edsai-tabs .edsai-tab a:hover{
73
- color: #FF2E01;
74
- }
75
-
76
- .edsai-form-control-wrapper{
77
- padding-top: 6px;
78
- }
79
-
80
- .edsai-form-control option[disabled]{
81
- opacity: 0.5;
82
- }
83
- .edsai-tabs .edsai-tab.edsai-tab-active a{
84
- color: #ff2e01;
85
- border-color: #ff2e01;
86
- }
87
-
88
- .edsai-tabs .edsai-tab.edsai-tab-active a:hover, .edsai-tabs .edsai-tab.edsai-tab-active a:active, .edsai-tabs .edsai-tab.edsai-tab-active a:focus{
89
- outline: none;
90
- }
91
-
92
- .edsai-form-control-wrapper label{
93
- width: 210px;
94
- text-align: right;
95
- font-weight: 600;
96
- font-size: 14px;
97
- color: #23282d;
98
- display: inline-block;
99
- padding: 4px 10px;
100
- box-sizing: border-box;
101
- }
102
-
103
- .edsai-form-control-wrapper .edsai-form-control label{
104
- width: 25%;
105
- font-weight: 400;
106
- text-align: center;
107
- }
108
-
109
- .edsai-form-control input[type=radio] {
110
- display:none;
111
- margin:10px;
112
- }
113
-
114
- .edsai-form-control input[type=radio] + label {
115
- display:inline-block;
116
- margin:-3px;
117
- padding: 12px;
118
- background-color: #e7e7e7;
119
- border-left: 1px solid #c8c8c8;
120
- cursor: pointer;
121
- }
122
-
123
- .edsai-form-control input[type=radio]:first-child + label {
124
- border-radius: 5px 0 0 5px;
125
- border-left: 0;
126
- }
127
-
128
- .edsai-form-control input[type=radio] + label:last-child {
129
- border-radius: 0 5px 5px 0;
130
- }
131
-
132
- .edsai-form-control input[type=radio] + label:hover{
133
- background: #dddddd;
134
- }
135
-
136
- .edsai-form-control input[type=radio]:checked + label {
137
- background-image: none;
138
- background-color: #27b21c;
139
- color: #fff;
140
- }
141
-
142
- .edsai-form-control #keep-no:checked + label {
143
- background-color: #c71d1d;
144
- }
145
-
146
- .edsai-form-control{
147
- width: 435px;
148
- display: inline-block;
149
- padding: 4px 30px 4px 10px;
150
- box-sizing: border-box;
151
- }
152
-
153
- .edsai-form-control input,.edsai-form-control select{
154
- border: 1px solid #DDD;
155
- background-color: #FFF;
156
- color: #32373C;
157
- outline: 0px none;
158
- transition: border-color 50ms ease-in-out 0s;
159
- margin: 1px;
160
- padding: 10px 10px;
161
- font-size: 14px;
162
- border-radius: 0px;
163
- }
164
-
165
- .edsai-form-control input:hover, .edsai-form-control select:hover{
166
- background: #f6f6f6;
167
- }
168
-
169
- .edsai-form-control input:focus, .edsai-form-control select:focus{
170
- border-color: #5B9DD9;
171
- background: #f6f6f6;
172
- -moz-box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8);
173
- -webkit-box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8);
174
- box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8);
175
- }
176
-
177
- .edsai-form-control .full-size{
178
- width: 100%;
179
- }
180
-
181
- .edsai-form-control .half-size{
182
- width: 180px;
183
- }
184
-
185
- .edsai-footer-left, .edsai-footer-right{
186
- display: inline-block;
187
- }
188
-
189
- .edsai-footer-left{
190
- font-size: 12px;
191
- font-weight: 600;
192
- line-height: 20px;
193
- width: 375px;
194
- }
195
-
196
- .edsai-footer-right{
197
- text-align: right;
198
- line-height: 20px;
199
- width: 320px;
200
- }
201
-
202
- .edsai-footer-right button{
203
- border: 0;
204
- border-radius: 5px;
205
- padding: 10px;
206
- margin-left: 10px;
207
- font-size: 15px;
208
- color: #ffffff;
209
- cursor: pointer;
210
- width: 160px;
211
- }
212
-
213
- .edsai-insert{
214
- background: #27b21c;
215
- max-width: 130px;
216
- }
217
-
218
- .edsai-insert:hover, .edsai-insert:active, .edsai-insert:focus{
219
- background: #1d9d13;
220
- }
221
-
222
- .edsai-animate-it{
223
- background: #ff2e01;
224
- }
225
-
226
- .edsai-animate-it:hover, .edsai-animate-it:active, .edsai-animate-it:focus{
227
- background: #dd2700;
228
- }
229
-
230
- .edsai-animate-it[disabled="disabled"]{
231
- pointer-events: none;
232
- opacity: 0.3;
233
- }
234
-
235
- .btn-stop-infinite-animation{
236
- background: #fcbc00;
237
- }
238
-
239
- .btn-stop-infinite-animation:hover, .btn-stop-infinite-animation:active, .btn-stop-infinite-animation:focus{
240
- background: #f2b810;
241
- }
242
-
243
- .edsai-form-wrapper{
244
- margin: 0px auto;
245
- width: 100%;
246
- max-width: 700px;
247
- }
248
-
249
- .edsai-footer-left a{
250
- color: #ff2e01 !important;
251
- text-decoration: none;
252
- margin-left: 4px;
253
- margin-right: 4px;
254
- }
255
-
256
- .edsai-footer-left a:hover, .edsai-footer-left a:active, .edsai-footer-left a:focus{
257
- color: #dd2700 !important;
258
- text-decoration: underline;
259
- }
260
-
261
- .edsai-tab-content{
262
- display: none;
263
- width: 100%;
264
- padding: 15px 0;
265
- box-sizing: border-box;
266
- }
267
-
268
- .preview-badge {
269
- position: relative;
270
- padding: 32px 0;
271
- }
272
-
273
- .edsai-footer{
274
- max-width: 700px;
275
- margin-left: auto;
276
- margin-right: auto;
277
- }
278
-
279
- @media only screen and (min-width: 666px) and (max-width: 757px) {
280
- .edsai-footer-wrapper{
281
- padding: 14px 0;
282
- }
283
- .edsai-footer{
284
- text-align: center;
285
- position: relative;
286
- height: 80px;
287
- }
288
- .edsai-footer-right, .edsai-footer-left{
289
- position: absolute;
290
- left: 0;
291
- }
292
- .edsai-footer-left{
293
- bottom: 0;
294
- width: 100%;
295
- }
296
- .edsai-footer-right{
297
- top: 0;
298
- width: 338px;
299
- left: 50%;
300
- margin-left: -169px;
301
- }
302
- .edsai-footer-right button{
303
- margin-left: 8px;
304
- margin-right: 8px;
305
- }
306
- }
307
-
308
- @media only screen and (min-height: 666px){
309
- .edsai-tab-content{
310
- min-height: 304px;
311
- }
312
- }
313
-
314
- @media only screen and (max-height: 708px){
315
- .preview-badge{
316
- padding: 10px 0px;
317
- }
318
- }
319
-
320
- @media only screen and (max-width: 665px) {
321
- .edsai-tabs .edsai-tab a{
322
- padding: 15px 10px;
323
- }
324
- .edsai-form-control-wrapper label {
325
- width: 100%;
326
- text-align: center;
327
- }
328
- .edsai-form-control{
329
- padding: 4px;
330
- width: 100%;
331
- text-align: center;
332
- }
333
- .edsai-form-control .half-size {
334
- width: 100%;
335
- margin-bottom: 10px;
336
- box-sizing: border-box;
337
- }
338
- .edsai-footer-right button{
339
- width: 100%;
340
- margin: 5px 0;
341
- }
342
- .edsai-insert{
343
- max-width: inherit;
344
- }
345
- .preview-badge{
346
- padding: 0;
347
- }
348
- .edsai-footer{
349
- text-align: center;
350
- position: relative;
351
- height: 160px;
352
- }
353
- .edsai-footer-right, .edsai-footer-left{
354
- position: absolute;
355
- left: 0;
356
- }
357
- .edsai-footer-left{
358
- bottom: 0;
359
- width: 100%;
360
- }
361
- .edsai-footer-right{
362
- top: 0;
363
- width: 100%;
364
- }
365
  }
1
+ /* Do no Use */
2
+ body{
3
+ background-color: #ffffff;
4
+ }
5
+
6
+ .edsai-wrapper{
7
+ background: #ffffff;
8
+ width: 100%;
9
+ margin-left: auto;
10
+ margin-right: auto;
11
+ }
12
+
13
+ /* Do no Use END */
14
+
15
+ .edsai-wrapper{
16
+ font-family: 'Open Sans', sans-serif;
17
+ position: relative;
18
+ overflow: hidden;
19
+ }
20
+
21
+ .edaai-header{
22
+ background: #fcfcfc;
23
+ font-size: 18px;
24
+ color: #23282d;
25
+ font-weight: 600;
26
+ border-bottom: 1px solid #e7e6e7;
27
+ padding: 12px;
28
+ }
29
+
30
+ .edsai-footer-wrapper{
31
+ background: #fcfcfc;
32
+ color: #23282d;
33
+ border-top: 1px solid #e7e6e7;
34
+ padding: 14px 12px;
35
+ }
36
+
37
+ .animateit-icon {
38
+ background: transparent url("../images/badge.png") no-repeat scroll center center;
39
+ max-width: 150px;
40
+ height: 150px;
41
+ display: block;
42
+ margin-left: auto;
43
+ margin-right: auto;
44
+ padding: 0;
45
+ }
46
+
47
+ .edsai-tabs{
48
+ background: #ececec;
49
+ }
50
+
51
+ .edsai-tabs .edsai-tab{
52
+ width: 33.33%;
53
+ box-sizing: border-box;
54
+ text-align: center;
55
+ display: inline-block;
56
+ margin: 0;
57
+ padding: 0;
58
+ margin-left: -4px;
59
+ }
60
+
61
+ .edsai-tabs .edsai-tab a{
62
+ padding: 15px;
63
+ display: block;
64
+ color: #9c9c9c;
65
+ font-size: 18px;
66
+ font-weight: 600;
67
+ text-decoration: none;
68
+ border-bottom: 3px solid transparent;
69
+ background: #ECECEC;
70
+ }
71
+
72
+ .edsai-tabs .edsai-tab a:hover{
73
+ color: #FF2E01;
74
+ }
75
+
76
+ .edsai-form-control-wrapper{
77
+ padding-top: 6px;
78
+ }
79
+
80
+ .edsai-form-control option[disabled]{
81
+ opacity: 0.5;
82
+ }
83
+ .edsai-tabs .edsai-tab.edsai-tab-active a{
84
+ color: #ff2e01;
85
+ border-color: #ff2e01;
86
+ }
87
+
88
+ .edsai-tabs .edsai-tab.edsai-tab-active a:hover, .edsai-tabs .edsai-tab.edsai-tab-active a:active, .edsai-tabs .edsai-tab.edsai-tab-active a:focus{
89
+ outline: none;
90
+ }
91
+
92
+ .edsai-form-control-wrapper label{
93
+ width: 210px;
94
+ text-align: right;
95
+ font-weight: 600;
96
+ font-size: 14px;
97
+ color: #23282d;
98
+ display: inline-block;
99
+ padding: 4px 10px;
100
+ box-sizing: border-box;
101
+ }
102
+
103
+ .edsai-form-control-wrapper .edsai-form-control label{
104
+ width: 25%;
105
+ font-weight: 400;
106
+ text-align: center;
107
+ }
108
+
109
+ .edsai-form-control input[type=radio] {
110
+ display:none;
111
+ margin:10px;
112
+ }
113
+
114
+ .edsai-form-control input[type=radio] + label {
115
+ display:inline-block;
116
+ margin:-3px;
117
+ padding: 12px;
118
+ background-color: #e7e7e7;
119
+ border-left: 1px solid #c8c8c8;
120
+ cursor: pointer;
121
+ }
122
+
123
+ .edsai-form-control input[type=radio]:first-child + label {
124
+ border-radius: 5px 0 0 5px;
125
+ border-left: 0;
126
+ }
127
+
128
+ .edsai-form-control input[type=radio] + label:last-child {
129
+ border-radius: 0 5px 5px 0;
130
+ }
131
+
132
+ .edsai-form-control input[type=radio] + label:hover{
133
+ background: #dddddd;
134
+ }
135
+
136
+ .edsai-form-control input[type=radio]:checked + label {
137
+ background-image: none;
138
+ background-color: #27b21c;
139
+ color: #fff;
140
+ }
141
+
142
+ .edsai-form-control #keep-no:checked + label {
143
+ background-color: #c71d1d;
144
+ }
145
+
146
+ .edsai-form-control{
147
+ width: 435px;
148
+ display: inline-block;
149
+ padding: 4px 30px 4px 10px;
150
+ box-sizing: border-box;
151
+ }
152
+
153
+ .edsai-form-control input,.edsai-form-control select{
154
+ border: 1px solid #DDD;
155
+ background-color: #FFF;
156
+ color: #32373C;
157
+ outline: 0px none;
158
+ transition: border-color 50ms ease-in-out 0s;
159
+ margin: 1px;
160
+ padding: 10px 10px;
161
+ font-size: 14px;
162
+ border-radius: 0px;
163
+ }
164
+
165
+ .edsai-form-control input:hover, .edsai-form-control select:hover{
166
+ background: #f6f6f6;
167
+ }
168
+
169
+ .edsai-form-control input:focus, .edsai-form-control select:focus{
170
+ border-color: #5B9DD9;
171
+ background: #f6f6f6;
172
+ -moz-box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8);
173
+ -webkit-box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8);
174
+ box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8);
175
+ }
176
+
177
+ .edsai-form-control .full-size{
178
+ width: 100%;
179
+ }
180
+
181
+ .edsai-form-control .half-size{
182
+ width: 180px;
183
+ }
184
+
185
+ .edsai-footer-left, .edsai-footer-right{
186
+ display: inline-block;
187
+ }
188
+
189
+ .edsai-footer-left{
190
+ font-size: 12px;
191
+ font-weight: 600;
192
+ line-height: 20px;
193
+ width: 375px;
194
+ }
195
+
196
+ .edsai-footer-right{
197
+ text-align: right;
198
+ line-height: 20px;
199
+ width: 320px;
200
+ }
201
+
202
+ .edsai-footer-right button{
203
+ border: 0;
204
+ border-radius: 5px;
205
+ padding: 10px;
206
+ margin-left: 10px;
207
+ font-size: 15px;
208
+ color: #ffffff;
209
+ cursor: pointer;
210
+ width: 160px;
211
+ }
212
+
213
+ .edsai-insert{
214
+ background: #27b21c;
215
+ max-width: 130px;
216
+ }
217
+
218
+ .edsai-insert:hover, .edsai-insert:active, .edsai-insert:focus{
219
+ background: #1d9d13;
220
+ }
221
+
222
+ .edsai-animate-it{
223
+ background: #ff2e01;
224
+ }
225
+
226
+ .edsai-animate-it:hover, .edsai-animate-it:active, .edsai-animate-it:focus{
227
+ background: #dd2700;
228
+ }
229
+
230
+ .edsai-animate-it[disabled="disabled"]{
231
+ pointer-events: none;
232
+ opacity: 0.3;
233
+ }
234
+
235
+ .btn-stop-infinite-animation{
236
+ background: #fcbc00;
237
+ }
238
+
239
+ .btn-stop-infinite-animation:hover, .btn-stop-infinite-animation:active, .btn-stop-infinite-animation:focus{
240
+ background: #f2b810;
241
+ }
242
+
243
+ .edsai-form-wrapper{
244
+ margin: 0px auto;
245
+ width: 100%;
246
+ max-width: 700px;
247
+ }
248
+
249
+ .edsai-footer-left a{
250
+ color: #ff2e01 !important;
251
+ text-decoration: none;
252
+ margin-left: 4px;
253
+ margin-right: 4px;
254
+ }
255
+
256
+ .edsai-footer-left a:hover, .edsai-footer-left a:active, .edsai-footer-left a:focus{
257
+ color: #dd2700 !important;
258
+ text-decoration: underline;
259
+ }
260
+
261
+ .edsai-tab-content{
262
+ display: none;
263
+ width: 100%;
264
+ padding: 15px 0;
265
+ box-sizing: border-box;
266
+ }
267
+
268
+ .preview-badge {
269
+ position: relative;
270
+ padding: 32px 0;
271
+ }
272
+
273
+ .edsai-footer{
274
+ max-width: 700px;
275
+ margin-left: auto;
276
+ margin-right: auto;
277
+ }
278
+
279
+ @media only screen and (min-width: 666px) and (max-width: 757px) {
280
+ .edsai-footer-wrapper{
281
+ padding: 14px 0;
282
+ }
283
+ .edsai-footer{
284
+ text-align: center;
285
+ position: relative;
286
+ height: 80px;
287
+ }
288
+ .edsai-footer-right, .edsai-footer-left{
289
+ position: absolute;
290
+ left: 0;
291
+ }
292
+ .edsai-footer-left{
293
+ bottom: 0;
294
+ width: 100%;
295
+ }
296
+ .edsai-footer-right{
297
+ top: 0;
298
+ width: 338px;
299
+ left: 50%;
300
+ margin-left: -169px;
301
+ }
302
+ .edsai-footer-right button{
303
+ margin-left: 8px;
304
+ margin-right: 8px;
305
+ }
306
+ }
307
+
308
+ @media only screen and (min-height: 666px){
309
+ .edsai-tab-content{
310
+ min-height: 304px;
311
+ }
312
+ }
313
+
314
+ @media only screen and (max-height: 708px){
315
+ .preview-badge{
316
+ padding: 10px 0px;
317
+ }
318
+ }
319
+
320
+ @media only screen and (max-width: 665px) {
321
+ .edsai-tabs .edsai-tab a{
322
+ padding: 15px 10px;
323
+ }
324
+ .edsai-form-control-wrapper label {
325
+ width: 100%;
326
+ text-align: center;
327
+ }
328
+ .edsai-form-control{
329
+ padding: 4px;
330
+ width: 100%;
331
+ text-align: center;
332
+ }
333
+ .edsai-form-control .half-size {
334
+ width: 100%;
335
+ margin-bottom: 10px;
336
+ box-sizing: border-box;
337
+ }
338
+ .edsai-footer-right button{
339
+ width: 100%;
340
+ margin: 5px 0;
341
+ }
342
+ .edsai-insert{
343
+ max-width: inherit;
344
+ }
345
+ .preview-badge{
346
+ padding: 0;
347
+ }
348
+ .edsai-footer{
349
+ text-align: center;
350
+ position: relative;
351
+ height: 160px;
352
+ }
353
+ .edsai-footer-right, .edsai-footer-left{
354
+ position: absolute;
355
+ left: 0;
356
+ }
357
+ .edsai-footer-left{
358
+ bottom: 0;
359
+ width: 100%;
360
+ }
361
+ .edsai-footer-right{
362
+ top: 0;
363
+ width: 100%;
364
+ }
365
  }
assets/helper/class-eds-mobile-detect.php CHANGED
@@ -1,1458 +1,1458 @@
1
- <?php
2
- /**
3
- * Mobile Detect Library
4
- * =====================
5
- *
6
- * Motto: "Every business should have a mobile detection script to detect mobile readers"
7
- *
8
- * Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets).
9
- * It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
10
- *
11
- * @author Current authors: Serban Ghita <serbanghita@gmail.com>
12
- * Nick Ilyin <nick.ilyin@gmail.com>
13
- *
14
- * Original author: Victor Stanciu <vic.stanciu@gmail.com>
15
- *
16
- * @license Code and contributions have 'MIT License'
17
- * More details: https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt
18
- *
19
- * @link Homepage: http://mobiledetect.net
20
- * GitHub Repo: https://github.com/serbanghita/Mobile-Detect
21
- * Google Code: http://code.google.com/p/php-mobile-detect/
22
- * README: https://github.com/serbanghita/Mobile-Detect/blob/master/README.md
23
- * HOWTO: https://github.com/serbanghita/Mobile-Detect/wiki/Code-examples
24
- *
25
- * @version 2.8.24
26
- */
27
-
28
- class EDS_Mobile_Detect
29
- {
30
- /**
31
- * Mobile detection type.
32
- *
33
- * @deprecated since version 2.6.9
34
- */
35
- const DETECTION_TYPE_MOBILE = 'mobile';
36
-
37
- /**
38
- * Extended detection type.
39
- *
40
- * @deprecated since version 2.6.9
41
- */
42
- const DETECTION_TYPE_EXTENDED = 'extended';
43
-
44
- /**
45
- * A frequently used regular expression to extract version #s.
46
- *
47
- * @deprecated since version 2.6.9
48
- */
49
- const VER = '([\w._\+]+)';
50
-
51
- /**
52
- * Top-level device.
53
- */
54
- const MOBILE_GRADE_A = 'A';
55
-
56
- /**
57
- * Mid-level device.
58
- */
59
- const MOBILE_GRADE_B = 'B';
60
-
61
- /**
62
- * Low-level device.
63
- */
64
- const MOBILE_GRADE_C = 'C';
65
-
66
- /**
67
- * Stores the version number of the current release.
68
- */
69
- const VERSION = '2.8.24';
70
-
71
- /**
72
- * A type for the version() method indicating a string return value.
73
- */
74
- const VERSION_TYPE_STRING = 'text';
75
-
76
- /**
77
- * A type for the version() method indicating a float return value.
78
- */
79
- const VERSION_TYPE_FLOAT = 'float';
80
-
81
- /**
82
- * A cache for resolved matches
83
- * @var array
84
- */
85
- protected $cache = array();
86
-
87
- /**
88
- * The User-Agent HTTP header is stored in here.
89
- * @var string
90
- */
91
- protected $userAgent = null;
92
-
93
- /**
94
- * HTTP headers in the PHP-flavor. So HTTP_USER_AGENT and SERVER_SOFTWARE.
95
- * @var array
96
- */
97
- protected $httpHeaders = array();
98
-
99
- /**
100
- * CloudFront headers. E.g. CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer & CloudFront-Is-Tablet-Viewer.
101
- * @var array
102
- */
103
- protected $cloudfrontHeaders = array();
104
-
105
- /**
106
- * The matching Regex.
107
- * This is good for debug.
108
- * @var string
109
- */
110
- protected $matchingRegex = null;
111
-
112
- /**
113
- * The matches extracted from the regex expression.
114
- * This is good for debug.
115
- * @var string
116
- */
117
- protected $matchesArray = null;
118
-
119
- /**
120
- * The detection type, using self::DETECTION_TYPE_MOBILE or self::DETECTION_TYPE_EXTENDED.
121
- *
122
- * @deprecated since version 2.6.9
123
- *
124
- * @var string
125
- */
126
- protected $detectionType = self::DETECTION_TYPE_MOBILE;
127
-
128
- /**
129
- * HTTP headers that trigger the 'isMobile' detection
130
- * to be true.
131
- *
132
- * @var array
133
- */
134
- protected static $mobileHeaders = array(
135
-
136
- 'HTTP_ACCEPT' => array('matches' => array(
137
- // Opera Mini; @reference: http://dev.opera.com/articles/view/opera-binary-markup-language/
138
- 'application/x-obml2d',
139
- // BlackBerry devices.
140
- 'application/vnd.rim.html',
141
- 'text/vnd.wap.wml',
142
- 'application/vnd.wap.xhtml+xml'
143
- )),
144
- 'HTTP_X_WAP_PROFILE' => null,
145
- 'HTTP_X_WAP_CLIENTID' => null,
146
- 'HTTP_WAP_CONNECTION' => null,
147
- 'HTTP_PROFILE' => null,
148
- // Reported by Opera on Nokia devices (eg. C3).
149
- 'HTTP_X_OPERAMINI_PHONE_UA' => null,
150
- 'HTTP_X_NOKIA_GATEWAY_ID' => null,
151
- 'HTTP_X_ORANGE_ID' => null,
152
- 'HTTP_X_VODAFONE_3GPDPCONTEXT' => null,
153
- 'HTTP_X_HUAWEI_USERID' => null,
154
- // Reported by Windows Smartphones.
155
- 'HTTP_UA_OS' => null,
156
- // Reported by Verizon, Vodafone proxy system.
157
- 'HTTP_X_MOBILE_GATEWAY' => null,
158
- // Seen this on HTC Sensation. SensationXE_Beats_Z715e.
159
- 'HTTP_X_ATT_DEVICEID' => null,
160
- // Seen this on a HTC.
161
- 'HTTP_UA_CPU' => array('matches' => array('ARM')),
162
- );
163
-
164
- /**
165
- * List of mobile devices (phones).
166
- *
167
- * @var array
168
- */
169
- protected static $phoneDevices = array(
170
- 'iPhone' => '\biPhone\b|\biPod\b', // |\biTunes
171
- 'BlackBerry' => 'BlackBerry|\bBB10\b|rim[0-9]+',
172
- 'HTC' => 'HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\bEVO\b|T-Mobile G1|Z520m',
173
- 'Nexus' => 'Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 6',
174
- // @todo: Is 'Dell Streak' a tablet or a phone? ;)
175
- 'Dell' => 'Dell.*Streak|Dell.*Aero|Dell.*Venue|DELL.*Venue Pro|Dell Flash|Dell Smoke|Dell Mini 3iX|XCD28|XCD35|\b001DL\b|\b101DL\b|\bGS01\b',
176
- 'Motorola' => 'Motorola|DROIDX|DROID BIONIC|\bDroid\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|XT910|XT912|XT928|XT926|XT915|XT919|XT925|XT1021|\bMoto E\b',
177
- 'Samsung' => '\bSamsung\b|SM-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N7105|SCH-I535|SM-N900A|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750|SM-G9006V|SM-G9008V|SM-G9009D|SM-G900A|SM-G900D|SM-G900F|SM-G900H|SM-G900I|SM-G900J|SM-G900K|SM-G900L|SM-G900M|SM-G900P|SM-G900R4|SM-G900S|SM-G900T|SM-G900V|SM-G900W8|SHV-E160K|SCH-P709|SCH-P729|SM-T2558|GT-I9205|SM-G9350|SM-J120F',
178
- 'LG' => '\bLG\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802|MS323)',
179
- 'Sony' => 'SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533',
180
- 'Asus' => 'Asus.*Galaxy|PadFone.*Mobile',
181
- 'NokiaLumia' => 'Lumia [0-9]{3,4}',
182
- // http://www.micromaxinfo.com/mobiles/smartphones
183
- // Added because the codes might conflict with Acer Tablets.
184
- 'Micromax' => 'Micromax.*\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\b',
185
- // @todo Complete the regex.
186
- 'Palm' => 'PalmSource|Palm', // avantgo|blazer|elaine|hiptop|plucker|xiino ;
187
- 'Vertu' => 'Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature', // Just for fun ;)
188
- // http://www.pantech.co.kr/en/prod/prodList.do?gbrand=VEGA (PANTECH)
189
- // Most of the VEGA devices are legacy. PANTECH seem to be newer devices based on Android.
190
- 'Pantech' => 'PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790',
191
- // http://www.fly-phone.com/devices/smartphones/ ; Included only smartphones.
192
- 'Fly' => 'IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250',
193
- // http://fr.wikomobile.com
194
- 'Wiko' => 'KITE 4G|HIGHWAY|GETAWAY|STAIRWAY|DARKSIDE|DARKFULL|DARKNIGHT|DARKMOON|SLIDE|WAX 4G|RAINBOW|BLOOM|SUNSET|GOA(?!nna)|LENNY|BARRY|IGGY|OZZY|CINK FIVE|CINK PEAX|CINK PEAX 2|CINK SLIM|CINK SLIM 2|CINK +|CINK KING|CINK PEAX|CINK SLIM|SUBLIM',
195
- 'iMobile' => 'i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)',
196
- // Added simvalley mobile just for fun. They have some interesting devices.
197
- // http://www.simvalley.fr/telephonie---gps-_22_telephonie-mobile_telephones_.html
198
- 'SimValley' => '\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\b',
199
- // Wolfgang - a brand that is sold by Aldi supermarkets.
200
- // http://www.wolfgangmobile.com/
201
- 'Wolfgang' => 'AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q',
202
- 'Alcatel' => 'Alcatel',
203
- 'Nintendo' => 'Nintendo 3DS',
204
- // http://en.wikipedia.org/wiki/Amoi
205
- 'Amoi' => 'Amoi',
206
- // http://en.wikipedia.org/wiki/INQ
207
- 'INQ' => 'INQ',
208
- // @Tapatalk is a mobile app; http://support.tapatalk.com/threads/smf-2-0-2-os-and-browser-detection-plugin-and-tapatalk.15565/#post-79039
209
- 'GenericPhone' => 'Tapatalk|PDA;|SAGEM|\bmmp\b|pocket|\bpsp\b|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|\bwap\b|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser',
210
- );
211
-
212
- /**
213
- * List of tablet devices.
214
- *
215
- * @var array
216
- */
217
- protected static $tabletDevices = array(
218
- // @todo: check for mobile friendly emails topic.
219
- 'iPad' => 'iPad|iPad.*Mobile',
220
- // Removed |^.*Android.*Nexus(?!(?:Mobile).)*$
221
- // @see #442
222
- 'NexusTablet' => 'Android.*Nexus[\s]+(7|9|10)',
223
- 'SamsungTablet' => 'SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|SHV-E230S|SHW-M180K|SHW-M180L|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|GT-I9200|GT-P5200|GT-P5210|GT-P5210X|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|SM-P601|SM-P605|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-T337V|SM-T537V|SM-T707V|SM-T807V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T330|SM-T530|SM-T705|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T537A|SM-T707A|SM-T807A|SM-T237|SM-T807P|SM-P607T|SM-T217T|SM-T337T|SM-T807T|SM-T116NQ|SM-P550|SM-T350|SM-T550|SM-T9000|SM-P9000|SM-T705Y|SM-T805|GT-P3113|SM-T710|SM-T810|SM-T815|SM-T360|SM-T533|SM-T113|SM-T335|SM-T715|SM-T560|SM-T670|SM-T677|SM-T377|SM-T567|SM-T357T|SM-T555|SM-T561|SM-T713|SM-T719|SM-T813|SM-T819|SM-T580|SM-T355Y|SM-T280', // SCH-P709|SCH-P729|SM-T2558|GT-I9205 - Samsung Mega - treat them like a regular phone.
224
- // http://docs.aws.amazon.com/silk/latest/developerguide/user-agent.html
225
- 'Kindle' => 'Kindle|Silk.*Accelerated|Android.*\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI|KFARWI)\b',
226
- // Only the Surface tablets with Windows RT are considered mobile.
227
- // http://msdn.microsoft.com/en-us/library/ie/hh920767(v=vs.85).aspx
228
- 'SurfaceTablet' => 'Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)',
229
- // http://shopping1.hp.com/is-bin/INTERSHOP.enfinity/WFS/WW-USSMBPublicStore-Site/en_US/-/USD/ViewStandardCatalog-Browse?CatalogCategoryID=JfIQ7EN5lqMAAAEyDcJUDwMT
230
- 'HPTablet' => 'HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10',
231
- // Watch out for PadFone, see #132.
232
- // http://www.asus.com/de/Tablets_Mobile/Memo_Pad_Products/
233
- 'AsusTablet' => '^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\bK00F\b|\bK00C\b|\bK00E\b|\bK00L\b|TX201LA|ME176C|ME102A|\bM80TA\b|ME372CL|ME560CG|ME372CG|ME302KL| K010 | K011 | K017 | K01E |ME572C|ME103K|ME170C|ME171C|\bME70C\b|ME581C|ME581CL|ME8510C|ME181C|P01Y|PO1MA|P01Z',
234
- 'BlackBerryTablet' => 'PlayBook|RIM Tablet',
235
- 'HTCtablet' => 'HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410',
236
- 'MotorolaTablet' => 'xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617',
237
- 'NookTablet' => 'Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2',
238
- // http://www.acer.ro/ac/ro/RO/content/drivers
239
- // http://www.packardbell.co.uk/pb/en/GB/content/download (Packard Bell is part of Acer)
240
- // http://us.acer.com/ac/en/US/content/group/tablets
241
- // http://www.acer.de/ac/de/DE/content/models/tablets/
242
- // Can conflict with Micromax and Motorola phones codes.
243
- 'AcerTablet' => 'Android.*; \b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\b|W3-810|\bA3-A10\b|\bA3-A11\b|\bA3-A20\b|\bA3-A30',
244
- // http://eu.computers.toshiba-europe.com/innovation/family/Tablets/1098744/banner_id/tablet_footerlink/
245
- // http://us.toshiba.com/tablets/tablet-finder
246
- // http://www.toshiba.co.jp/regza/tablet/
247
- 'ToshibaTablet' => 'Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO',
248
- // http://www.nttdocomo.co.jp/english/service/developer/smart_phone/technical_info/spec/index.html
249
- // http://www.lg.com/us/tablets
250
- 'LGTablet' => '\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\b',
251
- 'FujitsuTablet' => 'Android.*\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\b',
252
- // Prestigio Tablets http://www.prestigio.com/support
253
- 'PrestigioTablet' => 'PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|PMP5297C|PMP5297C_QUAD|PMP812E|PMP812E3G|PMP812F|PMP810E|PMP880TD|PMT3017|PMT3037|PMT3047|PMT3057|PMT7008|PMT5887|PMT5001|PMT5002',
254
- // http://support.lenovo.com/en_GB/downloads/default.page?#
255
- 'LenovoTablet' => 'Lenovo TAB|Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|YT3-X90L|YT3-X90F|YT3-X90X|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|B8000|B8080)(-|)(FL|F|HV|H|)',
256
- // http://www.dell.com/support/home/us/en/04/Products/tab_mob/tablets
257
- 'DellTablet' => 'Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7',
258
- // http://www.yarvik.com/en/matrix/tablets/
259
- 'YarvikTablet' => 'Android.*\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\b',
260
- 'MedionTablet' => 'Android.*\bOYO\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB',
261
- 'ArnovaTablet' => '97G4|AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2',
262
- // http://www.intenso.de/kategorie_en.php?kategorie=33
263
- // @todo: http://www.nbhkdz.com/read/b8e64202f92a2df129126bff.html - investigate
264
- 'IntensoTablet' => 'INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004',
265
- // IRU.ru Tablets http://www.iru.ru/catalog/soho/planetable/
266
- 'IRUTablet' => 'M702pro',
267
- 'MegafonTablet' => 'MegaFon V9|\bZTE V9\b|Android.*\bMT7A\b',
268
- // http://www.e-boda.ro/tablete-pc.html
269
- 'EbodaTablet' => 'E-Boda (Supreme|Impresspeed|Izzycomm|Essential)',
270
- // http://www.allview.ro/produse/droseries/lista-tablete-pc/
271
- 'AllViewTablet' => 'Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)',
272
- // http://wiki.archosfans.com/index.php?title=Main_Page
273
- 'ArchosTablet' => '\b(101G9|80G9|A101IT)\b|Qilive 97R|Archos5|\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|)(G10| Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\b',
274
- // http://www.ainol.com/plugin.php?identifier=ainol&module=product
275
- 'AinolTablet' => 'NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark',
276
- 'NokiaLumiaTablet' => 'Lumia 2520',
277
- // @todo: inspect http://esupport.sony.com/US/p/select-system.pl?DIRECTOR=DRIVER
278
- // Readers http://www.atsuhiro-me.net/ebook/sony-reader/sony-reader-web-browser
279
- // http://www.sony.jp/support/tablet/
280
- 'SonyTablet' => 'Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551|SGP621|SGP612|SOT31',
281
- // http://www.support.philips.com/support/catalog/worldproducts.jsp?userLanguage=en&userCountry=cn&categoryid=3G_LTE_TABLET_SU_CN_CARE&title=3G%20tablets%20/%20LTE%20range&_dyncharset=UTF-8
282
- 'PhilipsTablet' => '\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\b',
283
- // db + http://www.cube-tablet.com/buy-products.html
284
- 'CubeTablet' => 'Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT',
285
- // http://www.cobyusa.com/?p=pcat&pcat_id=3001
286
- 'CobyTablet' => 'MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010',
287
- // http://www.match.net.cn/products.asp
288
- 'MIDTablet' => 'M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733|MID4X10',
289
- // http://www.msi.com/support
290
- // @todo Research the Windows Tablets.
291
- 'MSITablet' => 'MSI \b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\b',
292
- // @todo http://www.kyoceramobile.com/support/drivers/
293
- // 'KyoceraTablet' => null,
294
- // @todo http://intexuae.com/index.php/category/mobile-devices/tablets-products/
295
- // 'IntextTablet' => null,
296
- // http://pdadb.net/index.php?m=pdalist&list=SMiT (NoName Chinese Tablets)
297
- // http://www.imp3.net/14/show.php?itemid=20454
298
- 'SMiTTablet' => 'Android.*(\bMID\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)',
299
- // http://www.rock-chips.com/index.php?do=prod&pid=2
300
- 'RockChipTablet' => 'Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A',
301
- // http://www.fly-phone.com/devices/tablets/ ; http://www.fly-phone.com/service/
302
- 'FlyTablet' => 'IQ310|Fly Vision',
303
- // http://www.bqreaders.com/gb/tablets-prices-sale.html
304
- 'bqTablet' => 'Android.*(bq)?.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant|Aquaris [E|M]10)|Maxwell.*Lite|Maxwell.*Plus',
305
- // http://www.huaweidevice.com/worldwide/productFamily.do?method=index&directoryId=5011&treeId=3290
306
- // http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index&directoryId=3372&treeId=0&tb=1&type=software (including legacy tablets)
307
- 'HuaweiTablet' => 'MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim',
308
- // Nec or Medias Tab
309
- 'NecTablet' => '\bN-06D|\bN-08D',
310
- // Pantech Tablets: http://www.pantechusa.com/phones/
311
- 'PantechTablet' => 'Pantech.*P4100',
312
- // Broncho Tablets: http://www.broncho.cn/ (hard to find)
313
- 'BronchoTablet' => 'Broncho.*(N701|N708|N802|a710)',
314
- // http://versusuk.com/support.html
315
- 'VersusTablet' => 'TOUCHPAD.*[78910]|\bTOUCHTAB\b',
316
- // http://www.zync.in/index.php/our-products/tablet-phablets
317
- 'ZyncTablet' => 'z1000|Z99 2G|z99|z930|z999|z990|z909|Z919|z900',
318
- // http://www.positivoinformatica.com.br/www/pessoal/tablet-ypy/
319
- 'PositivoTablet' => 'TB07STA|TB10STA|TB07FTA|TB10FTA',
320
- // https://www.nabitablet.com/
321
- 'NabiTablet' => 'Android.*\bNabi',
322
- 'KoboTablet' => 'Kobo Touch|\bK080\b|\bVox\b Build|\bArc\b Build',
323
- // French Danew Tablets http://www.danew.com/produits-tablette.php
324
- 'DanewTablet' => 'DSlide.*\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\b',
325
- // Texet Tablets and Readers http://www.texet.ru/tablet/
326
- 'TexetTablet' => 'NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|TB-436|TB-416|TB-146SE|TB-126SE',
327
- // Avoid detecting 'PLAYSTATION 3' as mobile.
328
- 'PlaystationTablet' => 'Playstation.*(Portable|Vita)',
329
- // http://www.trekstor.de/surftabs.html
330
- 'TrekstorTablet' => 'ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab',
331
- // http://www.pyleaudio.com/Products.aspx?%2fproducts%2fPersonal-Electronics%2fTablets
332
- 'PyleAudioTablet' => '\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\b',
333
- // http://www.advandigital.com/index.php?link=content-product&jns=JP001
334
- // because of the short codenames we have to include whitespaces to reduce the possible conflicts.
335
- 'AdvanTablet' => 'Android.* \b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\b ',
336
- // http://www.danytech.com/category/tablet-pc
337
- 'DanyTechTablet' => 'Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|Genius TAB GII|Genius TAB GIII|Genius Tab S1',
338
- // http://www.galapad.net/product.html
339
- 'GalapadTablet' => 'Android.*\bG1\b',
340
- // http://www.micromaxinfo.com/tablet/funbook
341
- 'MicromaxTablet' => 'Funbook|Micromax.*\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\b',
342
- // http://www.karbonnmobiles.com/products_tablet.php
343
- 'KarbonnTablet' => 'Android.*\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\b',
344
- // http://www.myallfine.com/Products.asp
345
- 'AllFineTablet' => 'Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide',
346
- // http://www.proscanvideo.com/products-search.asp?itemClass=TABLET&itemnmbr=
347
- 'PROSCANTablet' => '\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\b',
348
- // http://www.yonesnav.com/products/products.php
349
- 'YONESTablet' => 'BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026',
350
- // http://www.cjshowroom.com/eproducts.aspx?classcode=004001001
351
- // China manufacturer makes tablets for different small brands (eg. http://www.zeepad.net/index.html)
352
- 'ChangJiaTablet' => 'TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|TPC10111|TPC10203|TPC10205|TPC10503',
353
- // http://www.gloryunion.cn/products.asp
354
- // http://www.allwinnertech.com/en/apply/mobile.html
355
- // http://www.ptcl.com.pk/pd_content.php?pd_id=284 (EVOTAB)
356
- // @todo: Softwiner tablets?
357
- // aka. Cute or Cool tablets. Not sure yet, must research to avoid collisions.
358
- 'GUTablet' => 'TX-A1301|TX-M9002|Q702|kf026', // A12R|D75A|D77|D79|R83|A95|A106C|R15|A75|A76|D71|D72|R71|R73|R77|D82|R85|D92|A97|D92|R91|A10F|A77F|W71F|A78F|W78F|W81F|A97F|W91F|W97F|R16G|C72|C73E|K72|K73|R96G
359
- // http://www.pointofview-online.com/showroom.php?shop_mode=product_listing&category_id=118
360
- 'PointOfViewTablet' => 'TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10',
361
- // http://www.overmax.pl/pl/katalog-produktow,p8/tablety,c14/
362
- // @todo: add more tests.
363
- 'OvermaxTablet' => 'OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)',
364
- // http://hclmetablet.com/India/index.php
365
- 'HCLTablet' => 'HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync',
366
- // http://www.edigital.hu/Tablet_es_e-book_olvaso/Tablet-c18385.html
367
- 'DPSTablet' => 'DPS Dream 9|DPS Dual 7',
368
- // http://www.visture.com/index.asp
369
- 'VistureTablet' => 'V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10',
370
- // http://www.mijncresta.nl/tablet
371
- 'CrestaTablet' => 'CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989',
372
- // MediaTek - http://www.mediatek.com/_en/01_products/02_proSys.php?cata_sn=1&cata1_sn=1&cata2_sn=309
373
- 'MediatekTablet' => '\bMT8125|MT8389|MT8135|MT8377\b',
374
- // Concorde tab
375
- 'ConcordeTablet' => 'Concorde([ ]+)?Tab|ConCorde ReadMan',
376
- // GoClever Tablets - http://www.goclever.com/uk/products,c1/tablet,c5/
377
- 'GoCleverTablet' => 'GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|TAB R104|TAB R83.3|TAB A1042',
378
- // Modecom Tablets - http://www.modecom.eu/tablets/portal/
379
- 'ModecomTablet' => 'FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003',
380
- // Vonino Tablets - http://www.vonino.eu/tablets
381
- 'VoninoTablet' => '\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|Primus[ _]?QS|Android.*\bQ8\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\b',
382
- // ECS Tablets - http://www.ecs.com.tw/ECSWebSite/Product/Product_Tablet_List.aspx?CategoryID=14&MenuID=107&childid=M_107&LanID=0
383
- 'ECSTablet' => 'V07OT2|TM105A|S10OT1|TR10CS1',
384
- // Storex Tablets - http://storex.fr/espace_client/support.html
385
- // @note: no need to add all the tablet codes since they are guided by the first regex.
386
- 'StorexTablet' => 'eZee[_\']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab',
387
- // Generic Vodafone tablets.
388
- 'VodafoneTablet' => 'SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7|VF-1497',
389
- // French tablets - Essentiel B http://www.boulanger.fr/tablette_tactile_e-book/tablette_tactile_essentiel_b/cl_68908.htm?multiChoiceToDelete=brand&mc_brand=essentielb
390
- // Aka: http://www.essentielb.fr/
391
- 'EssentielBTablet' => 'Smart[ \']?TAB[ ]+?[0-9]+|Family[ \']?TAB2',
392
- // Ross & Moor - http://ross-moor.ru/
393
- 'RossMoorTablet' => 'RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711',
394
- // i-mobile http://product.i-mobilephone.com/Mobile_Device
395
- 'iMobileTablet' => 'i-mobile i-note',
396
- // http://www.tolino.de/de/vergleichen/
397
- 'TolinoTablet' => 'tolino tab [0-9.]+|tolino shine',
398
- // AudioSonic - a Kmart brand
399
- // http://www.kmart.com.au/webapp/wcs/stores/servlet/Search?langId=-1&storeId=10701&catalogId=10001&categoryId=193001&pageSize=72&currentPage=1&searchCategory=193001%2b4294965664&sortBy=p_MaxPrice%7c1
400
- 'AudioSonicTablet' => '\bC-22Q|T7-QC|T-17B|T-17P\b',
401
- // AMPE Tablets - http://www.ampe.com.my/product-category/tablets/
402
- // @todo: add them gradually to avoid conflicts.
403
- 'AMPETablet' => 'Android.* A78 ',
404
- // Skk Mobile - http://skkmobile.com.ph/product_tablets.php
405
- 'SkkTablet' => 'Android.* (SKYPAD|PHOENIX|CYCLOPS)',
406
- // Tecno Mobile (only tablet) - http://www.tecno-mobile.com/index.php/product?filterby=smart&list_order=all&page=1
407
- 'TecnoTablet' => 'TECNO P9',
408
- // JXD (consoles & tablets) - http://jxd.hk/products.asp?selectclassid=009008&clsid=3
409
- 'JXDTablet' => 'Android.* \b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|P1000|P300|S18|S6600|S9100)\b',
410
- // i-Joy tablets - http://www.i-joy.es/en/cat/products/tablets/
411
- 'iJoyTablet' => 'Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)',
412
- // http://www.intracon.eu/tablet
413
- 'FX2Tablet' => 'FX2 PAD7|FX2 PAD10',
414
- // http://www.xoro.de/produkte/
415
- // @note: Might be the same brand with 'Simply tablets'
416
- 'XoroTablet' => 'KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151',
417
- // http://www1.viewsonic.com/products/computing/tablets/
418
- 'ViewsonicTablet' => 'ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a',
419
- // http://www.odys.de/web/internet-tablet_en.html
420
- 'OdysTablet' => 'LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\bXELIO\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10',
421
- // http://www.captiva-power.de/products.html#tablets-en
422
- 'CaptivaTablet' => 'CAPTIVA PAD',
423
- // IconBIT - http://www.iconbit.com/products/tablets/
424
- 'IconbitTablet' => 'NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S',
425
- // http://www.teclast.com/topic.php?channelID=70&topicID=140&pid=63
426
- 'TeclastTablet' => 'T98 4G|\bP80\b|\bX90HD\b|X98 Air|X98 Air 3G|\bX89\b|P80 3G|\bX80h\b|P98 Air|\bX89HD\b|P98 3G|\bP90HD\b|P89 3G|X98 3G|\bP70h\b|P79HD 3G|G18d 3G|\bP79HD\b|\bP89s\b|\bA88\b|\bP10HD\b|\bP19HD\b|G18 3G|\bP78HD\b|\bA78\b|\bP75\b|G17s 3G|G17h 3G|\bP85t\b|\bP90\b|\bP11\b|\bP98t\b|\bP98HD\b|\bG18d\b|\bP85s\b|\bP11HD\b|\bP88s\b|\bA80HD\b|\bA80se\b|\bA10h\b|\bP89\b|\bP78s\b|\bG18\b|\bP85\b|\bA70h\b|\bA70\b|\bG17\b|\bP18\b|\bA80s\b|\bA11s\b|\bP88HD\b|\bA80h\b|\bP76s\b|\bP76h\b|\bP98\b|\bA10HD\b|\bP78\b|\bP88\b|\bA11\b|\bA10t\b|\bP76a\b|\bP76t\b|\bP76e\b|\bP85HD\b|\bP85a\b|\bP86\b|\bP75HD\b|\bP76v\b|\bA12\b|\bP75a\b|\bA15\b|\bP76Ti\b|\bP81HD\b|\bA10\b|\bT760VE\b|\bT720HD\b|\bP76\b|\bP73\b|\bP71\b|\bP72\b|\bT720SE\b|\bC520Ti\b|\bT760\b|\bT720VE\b|T720-3GE|T720-WiFi',
427
- // Onda - http://www.onda-tablet.com/buy-android-onda.html?dir=desc&limit=all&order=price
428
- 'OndaTablet' => '\b(V975i|Vi30|VX530|V701|Vi60|V701s|Vi50|V801s|V719|Vx610w|VX610W|V819i|Vi10|VX580W|Vi10|V711s|V813|V811|V820w|V820|Vi20|V711|VI30W|V712|V891w|V972|V819w|V820w|Vi60|V820w|V711|V813s|V801|V819|V975s|V801|V819|V819|V818|V811|V712|V975m|V101w|V961w|V812|V818|V971|V971s|V919|V989|V116w|V102w|V973|Vi40)\b[\s]+',
429
- 'JaytechTablet' => 'TPC-PA762',
430
- 'BlaupunktTablet' => 'Endeavour 800NG|Endeavour 1010',
431
- // http://www.digma.ru/support/download/
432
- // @todo: Ebooks also (if requested)
433
- 'DigmaTablet' => '\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\b',
434
- // http://www.evolioshop.com/ro/tablete-pc.html
435
- // http://www.evolio.ro/support/downloads_static.html?cat=2
436
- // @todo: Research some more
437
- 'EvolioTablet' => 'ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\bEvotab\b|\bNeura\b',
438
- // @todo http://www.lavamobiles.com/tablets-data-cards
439
- 'LavaTablet' => 'QPAD E704|\bIvoryS\b|E-TAB IVORY|\bE-TAB\b',
440
- // http://www.breezetablet.com/
441
- 'AocTablet' => 'MW0811|MW0812|MW0922|MTK8382|MW1031|MW0831|MW0821|MW0931|MW0712',
442
- // http://www.mpmaneurope.com/en/products/internet-tablets-14/android-tablets-14/
443
- 'MpmanTablet' => 'MP11 OCTA|MP10 OCTA|MPQC1114|MPQC1004|MPQC994|MPQC974|MPQC973|MPQC804|MPQC784|MPQC780|\bMPG7\b|MPDCG75|MPDCG71|MPDC1006|MP101DC|MPDC9000|MPDC905|MPDC706HD|MPDC706|MPDC705|MPDC110|MPDC100|MPDC99|MPDC97|MPDC88|MPDC8|MPDC77|MP709|MID701|MID711|MID170|MPDC703|MPQC1010',
444
- // https://www.celkonmobiles.com/?_a=categoryphones&sid=2
445
- 'CelkonTablet' => 'CT695|CT888|CT[\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\bCT-1\b',
446
- // http://www.wolderelectronics.com/productos/manuales-y-guias-rapidas/categoria-2-miTab
447
- 'WolderTablet' => 'miTab \b(DIAMOND|SPACE|BROOKLYN|NEO|FLY|MANHATTAN|FUNK|EVOLUTION|SKY|GOCAR|IRON|GENIUS|POP|MINT|EPSILON|BROADWAY|JUMP|HOP|LEGEND|NEW AGE|LINE|ADVANCE|FEEL|FOLLOW|LIKE|LINK|LIVE|THINK|FREEDOM|CHICAGO|CLEVELAND|BALTIMORE-GH|IOWA|BOSTON|SEATTLE|PHOENIX|DALLAS|IN 101|MasterChef)\b',
448
- // http://www.mi.com/en
449
- 'MiTablet' => '\bMI PAD\b|\bHM NOTE 1W\b',
450
- // http://www.nbru.cn/index.html
451
- 'NibiruTablet' => 'Nibiru M1|Nibiru Jupiter One',
452
- // http://navroad.com/products/produkty/tablety/
453
- 'NexoTablet' => 'NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI',
454
- // http://leader-online.com/new_site/product-category/tablets/
455
- // http://www.leader-online.net.au/List/Tablet
456
- 'LeaderTablet' => 'TBLT10Q|TBLT10I|TBL-10WDKB|TBL-10WDKBO2013|TBL-W230V2|TBL-W450|TBL-W500|SV572|TBLT7I|TBA-AC7-8G|TBLT79|TBL-8W16|TBL-10W32|TBL-10WKB|TBL-W100',
457
- // http://www.datawind.com/ubislate/
458
- 'UbislateTablet' => 'UbiSlate[\s]?7C',
459
- // http://www.pocketbook-int.com/ru/support
460
- 'PocketBookTablet' => 'Pocketbook',
461
- // http://www.kocaso.com/product_tablet.html
462
- 'KocasoTablet' => '\b(TB-1207)\b',
463
- // http://global.hisense.com/product/asia/tablet/Sero7/201412/t20141215_91832.htm
464
- 'HisenseTablet' => '\b(F5281|E2371)\b',
465
- // http://www.tesco.com/direct/hudl/
466
- 'Hudl' => 'Hudl HT7S3|Hudl 2',
467
- // http://www.telstra.com.au/home-phone/thub-2/
468
- 'TelstraTablet' => 'T-Hub2',
469
- 'GenericTablet' => 'Android.*\b97D\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\bA7EB\b|CatNova8|A1_07|CT704|CT1002|\bM721\b|rk30sdk|\bEVOTAB\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|Tablet-PC-4|Tagi Tab|\bM6pro\b|CT1020W|arc 10HD|\bTP750\b'
470
- );
471
-
472
- /**
473
- * List of mobile Operating Systems.
474
- *
475
- * @var array
476
- */
477
- protected static $operatingSystems = array(
478
- 'AndroidOS' => 'Android',
479
- 'BlackBerryOS' => 'blackberry|\bBB10\b|rim tablet os',
480
- 'PalmOS' => 'PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino',
481
- 'SymbianOS' => 'Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\bS60\b',
482
- // @reference: http://en.wikipedia.org/wiki/Windows_Mobile
483
- 'WindowsMobileOS' => 'Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Window Mobile|Windows Phone [0-9.]+|WCE;',
484
- // @reference: http://en.wikipedia.org/wiki/Windows_Phone
485
- // http://wifeng.cn/?r=blog&a=view&id=106
486
- // http://nicksnettravels.builttoroam.com/post/2011/01/10/Bogus-Windows-Phone-7-User-Agent-String.aspx
487
- // http://msdn.microsoft.com/library/ms537503.aspx
488
- // https://msdn.microsoft.com/en-us/library/hh869301(v=vs.85).aspx
489
- 'WindowsPhoneOS' => 'Windows Phone 10.0|Windows Phone 8.1|Windows Phone 8.0|Windows Phone OS|XBLWP7|ZuneWP7|Windows NT 6.[23]; ARM;',
490
- 'iOS' => '\biPhone.*Mobile|\biPod|\biPad',
491
- // http://en.wikipedia.org/wiki/MeeGo
492
- // @todo: research MeeGo in UAs
493
- 'MeeGoOS' => 'MeeGo',
494
- // http://en.wikipedia.org/wiki/Maemo
495
- // @todo: research Maemo in UAs
496
- 'MaemoOS' => 'Maemo',
497
- 'JavaOS' => 'J2ME/|\bMIDP\b|\bCLDC\b', // '|Java/' produces bug #135
498
- 'webOS' => 'webOS|hpwOS',
499
- 'badaOS' => '\bBada\b',
500
- 'BREWOS' => 'BREW',
501
- );
502
-
503
- /**
504
- * List of mobile User Agents.
505
- *
506
- * IMPORTANT: This is a list of only mobile browsers.
507
- * Mobile Detect 2.x supports only mobile browsers,
508
- * it was never designed to detect all browsers.
509
- * The change will come in 2017 in the 3.x release for PHP7.
510
- *
511
- * @var array
512
- */
513
- protected static $browsers = array(
514
- //'Vivaldi' => 'Vivaldi',
515
- // @reference: https://developers.google.com/chrome/mobile/docs/user-agent
516
- 'Chrome' => '\bCrMo\b|CriOS|Android.*Chrome/[.0-9]* (Mobile)?',
517
- 'Dolfin' => '\bDolfin\b',
518
- 'Opera' => 'Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR/[0-9.]+|Coast/[0-9.]+',
519
- 'Skyfire' => 'Skyfire',
520
- 'Edge' => 'Mobile Safari/[.0-9]* Edge',
521
- 'IE' => 'IEMobile|MSIEMobile', // |Trident/[.0-9]+
522
- 'Firefox' => 'fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile|FxiOS',
523
- 'Bolt' => 'bolt',
524
- 'TeaShark' => 'teashark',
525
- 'Blazer' => 'Blazer',
526
- // @reference: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/OptimizingforSafarioniPhone/OptimizingforSafarioniPhone.html#//apple_ref/doc/uid/TP40006517-SW3
527
- 'Safari' => 'Version.*Mobile.*Safari|Safari.*Mobile|MobileSafari',
528
- // http://en.wikipedia.org/wiki/Midori_(web_browser)
529
- //'Midori' => 'midori',
530
- //'Tizen' => 'Tizen',
531
- 'UCBrowser' => 'UC.*Browser|UCWEB',
532
- 'baiduboxapp' => 'baiduboxapp',
533
- 'baidubrowser' => 'baidubrowser',
534
- // https://github.com/serbanghita/Mobile-Detect/issues/7
535
- 'DiigoBrowser' => 'DiigoBrowser',
536
- // http://www.puffinbrowser.com/index.php
537
- 'Puffin' => 'Puffin',
538
- // http://mercury-browser.com/index.html
539
- 'Mercury' => '\bMercury\b',
540
- // http://en.wikipedia.org/wiki/Obigo_Browser
541
- 'ObigoBrowser' => 'Obigo',
542
- // http://en.wikipedia.org/wiki/NetFront
543
- 'NetFront' => 'NF-Browser',
544
- // @reference: http://en.wikipedia.org/wiki/Minimo
545
- // http://en.wikipedia.org/wiki/Vision_Mobile_Browser
546
- 'GenericBrowser' => 'NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger',
547
- // @reference: https://en.wikipedia.org/wiki/Pale_Moon_(web_browser)
548
- 'PaleMoon' => 'Android.*PaleMoon|Mobile.*PaleMoon',
549
- );
550
-
551
- /**
552
- * Utilities.
553
- *
554
- * @var array
555
- */
556
- protected static $utilities = array(
557
- // Experimental. When a mobile device wants to switch to 'Desktop Mode'.
558
- // http://scottcate.com/technology/windows-phone-8-ie10-desktop-or-mobile/
559
- // https://github.com/serbanghita/Mobile-Detect/issues/57#issuecomment-15024011
560
- // https://developers.facebook.com/docs/sharing/best-practices
561
- 'Bot' => 'Googlebot|facebookexternalhit|AdsBot-Google|Google Keyword Suggestion|Facebot|YandexBot|YandexMobileBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|Exabot|MJ12bot|YandexImages|TurnitinBot|Pingdom',
562
- 'MobileBot' => 'Googlebot-Mobile|AdsBot-Google-Mobile|YahooSeeker/M1A1-R2D2',
563
- 'DesktopMode' => 'WPDesktop',
564
- 'TV' => 'SonyDTV|HbbTV', // experimental
565
- 'WebKit' => '(webkit)[ /]([\w.]+)',
566
- // @todo: Include JXD consoles.
567
- 'Console' => '\b(Nintendo|Nintendo WiiU|Nintendo 3DS|PLAYSTATION|Xbox)\b',
568
- 'Watch' => 'SM-V700',
569
- );
570
-
571
- /**
572
- * All possible HTTP headers that represent the
573
- * User-Agent string.
574
- *
575
- * @var array
576
- */
577
- protected static $uaHttpHeaders = array(
578
- // The default User-Agent string.
579
- 'HTTP_USER_AGENT',
580
- // Header can occur on devices using Opera Mini.
581
- 'HTTP_X_OPERAMINI_PHONE_UA',
582
- // Vodafone specific header: http://www.seoprinciple.com/mobile-web-community-still-angry-at-vodafone/24/
583
- 'HTTP_X_DEVICE_USER_AGENT',
584
- 'HTTP_X_ORIGINAL_USER_AGENT',
585
- 'HTTP_X_SKYFIRE_PHONE',
586
- 'HTTP_X_BOLT_PHONE_UA',
587
- 'HTTP_DEVICE_STOCK_UA',
588
- 'HTTP_X_UCBROWSER_DEVICE_UA'
589
- );
590
-
591
- /**
592
- * The individual segments that could exist in a User-Agent string. VER refers to the regular
593
- * expression defined in the constant self::VER.
594
- *
595
- * @var array
596
- */
597
- protected static $properties = array(
598
-
599
- // Build
600
- 'Mobile' => 'Mobile/[VER]',
601
- 'Build' => 'Build/[VER]',
602
- 'Version' => 'Version/[VER]',
603
- 'VendorID' => 'VendorID/[VER]',
604
-
605
- // Devices
606
- 'iPad' => 'iPad.*CPU[a-z ]+[VER]',
607
- 'iPhone' => 'iPhone.*CPU[a-z ]+[VER]',
608
- 'iPod' => 'iPod.*CPU[a-z ]+[VER]',
609
- //'BlackBerry' => array('BlackBerry[VER]', 'BlackBerry [VER];'),
610
- 'Kindle' => 'Kindle/[VER]',
611
-
612
- // Browser
613
- 'Chrome' => array('Chrome/[VER]', 'CriOS/[VER]', 'CrMo/[VER]'),
614
- 'Coast' => array('Coast/[VER]'),
615
- 'Dolfin' => 'Dolfin/[VER]',
616
- // @reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox
617
- 'Firefox' => array('Firefox/[VER]', 'FxiOS/[VER]'),
618
- 'Fennec' => 'Fennec/[VER]',
619
- // http://msdn.microsoft.com/en-us/library/ms537503(v=vs.85).aspx
620
- // https://msdn.microsoft.com/en-us/library/ie/hh869301(v=vs.85).aspx
621
- 'Edge' => 'Edge/[VER]',
622
- 'IE' => array('IEMobile/[VER];', 'IEMobile [VER]', 'MSIE [VER];', 'Trident/[0-9.]+;.*rv:[VER]'),
623
- // http://en.wikipedia.org/wiki/NetFront
624
- 'NetFront' => 'NetFront/[VER]',
625
- 'NokiaBrowser' => 'NokiaBrowser/[VER]',
626
- 'Opera' => array( ' OPR/[VER]', 'Opera Mini/[VER]', 'Version/[VER]' ),
627
- 'Opera Mini' => 'Opera Mini/[VER]',
628
- 'Opera Mobi' => 'Version/[VER]',
629
- 'UC Browser' => 'UC Browser[VER]',
630
- 'MQQBrowser' => 'MQQBrowser/[VER]',
631
- 'MicroMessenger' => 'MicroMessenger/[VER]',
632
- 'baiduboxapp' => 'baiduboxapp/[VER]',
633
- 'baidubrowser' => 'baidubrowser/[VER]',
634
- 'SamsungBrowser' => 'SamsungBrowser/[VER]',
635
- 'Iron' => 'Iron/[VER]',
636
- // @note: Safari 7534.48.3 is actually Version 5.1.
637
- // @note: On BlackBerry the Version is overwriten by the OS.
638
- 'Safari' => array( 'Version/[VER]', 'Safari/[VER]' ),
639
- 'Skyfire' => 'Skyfire/[VER]',
640
- 'Tizen' => 'Tizen/[VER]',
641
- 'Webkit' => 'webkit[ /][VER]',
642
- 'PaleMoon' => 'PaleMoon/[VER]',
643
-
644
- // Engine
645
- 'Gecko' => 'Gecko/[VER]',
646
- 'Trident' => 'Trident/[VER]',
647
- 'Presto' => 'Presto/[VER]',
648
- 'Goanna' => 'Goanna/[VER]',
649
-
650
- // OS
651
- 'iOS' => ' \bi?OS\b [VER][ ;]{1}',
652
- 'Android' => 'Android [VER]',
653
- 'BlackBerry' => array('BlackBerry[\w]+/[VER]', 'BlackBerry.*Version/[VER]', 'Version/[VER]'),
654
- 'BREW' => 'BREW [VER]',
655
- 'Java' => 'Java/[VER]',
656
- // @reference: http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/08/29/introducing-the-ie9-on-windows-phone-mango-user-agent-string.aspx
657
- // @reference: http://en.wikipedia.org/wiki/Windows_NT#Releases
658
- 'Windows Phone OS' => array( 'Windows Phone OS [VER]', 'Windows Phone [VER]'),
659
- 'Windows Phone' => 'Windows Phone [VER]',
660
- 'Windows CE' => 'Windows CE/[VER]',
661
- // http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/6be392da-4d2f-41b4-8354-8dcee20c85cd
662
- 'Windows NT' => 'Windows NT [VER]',
663
- 'Symbian' => array('SymbianOS/[VER]', 'Symbian/[VER]'),
664
- 'webOS' => array('webOS/[VER]', 'hpwOS/[VER];'),
665
- );
666
-
667
- /**
668
- * Construct an instance of this class.
669
- *
670
- * @param array $headers Specify the headers as injection. Should be PHP _SERVER flavored.
671
- * If left empty, will use the global _SERVER['HTTP_*'] vars instead.
672
- * @param string $userAgent Inject the User-Agent header. If null, will use HTTP_USER_AGENT
673
- * from the $headers array instead.
674
- */
675
- public function __construct(
676
- array $headers = null,
677
- $userAgent = null
678
- ) {
679
- $this->setHttpHeaders($headers);
680
- $this->setUserAgent($userAgent);
681
- }
682
-
683
- /**
684
- * Get the current script version.
685
- * This is useful for the demo.php file,
686
- * so people can check on what version they are testing
687
- * for mobile devices.
688
- *
689
- * @return string The version number in semantic version format.
690
- */
691
- public static function getScriptVersion()
692
- {
693
- return self::VERSION;
694
- }
695
-
696
- /**
697
- * Set the HTTP Headers. Must be PHP-flavored. This method will reset existing headers.
698
- *
699
- * @param array $httpHeaders The headers to set. If null, then using PHP's _SERVER to extract
700
- * the headers. The default null is left for backwards compatibility.
701
- */
702
- public function setHttpHeaders($httpHeaders = null)
703
- {
704
- // use global _SERVER if $httpHeaders aren't defined
705
- if (!is_array($httpHeaders) || !count($httpHeaders)) {
706
- $httpHeaders = $_SERVER;
707
- }
708
-
709
- // clear existing headers
710
- $this->httpHeaders = array();
711
-
712
- // Only save HTTP headers. In PHP land, that means only _SERVER vars that
713
- // start with HTTP_.
714
- foreach ($httpHeaders as $key => $value) {
715
- if (substr($key, 0, 5) === 'HTTP_') {
716
- $this->httpHeaders[$key] = $value;
717
- }
718
- }
719
-
720
- // In case we're dealing with CloudFront, we need to know.
721
- $this->setCfHeaders($httpHeaders);
722
- }
723
-
724
- /**
725
- * Retrieves the HTTP headers.
726
- *
727
- * @return array
728
- */
729
- public function getHttpHeaders()
730
- {
731
- return $this->httpHeaders;
732
- }
733
-
734
- /**
735
- * Retrieves a particular header. If it doesn't exist, no exception/error is caused.
736
- * Simply null is returned.
737
- *
738
- * @param string $header The name of the header to retrieve. Can be HTTP compliant such as
739
- * "User-Agent" or "X-Device-User-Agent" or can be php-esque with the
740
- * all-caps, HTTP_ prefixed, underscore seperated awesomeness.
741
- *
742
- * @return string|null The value of the header.
743
- */
744
- public function getHttpHeader($header)
745
- {
746
- // are we using PHP-flavored headers?
747
- if (strpos($header, '_') === false) {
748
- $header = str_replace('-', '_', $header);
749
- $header = strtoupper($header);
750
- }
751
-
752
- // test the alternate, too
753
- $altHeader = 'HTTP_' . $header;
754
-
755
- //Test both the regular and the HTTP_ prefix
756
- if (isset($this->httpHeaders[$header])) {
757
- return $this->httpHeaders[$header];
758
- } elseif (isset($this->httpHeaders[$altHeader])) {
759
- return $this->httpHeaders[$altHeader];
760
- }
761
-
762
- return null;
763
- }
764
-
765
- public function getMobileHeaders()
766
- {
767
- return self::$mobileHeaders;
768
- }
769
-
770
- /**
771
- * Get all possible HTTP headers that
772
- * can contain the User-Agent string.
773
- *
774
- * @return array List of HTTP headers.
775
- */
776
- public function getUaHttpHeaders()
777
- {
778
- return self::$uaHttpHeaders;
779
- }
780
-
781
-
782
- /**
783
- * Set CloudFront headers
784
- * http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html#header-caching-web-device
785
- *
786
- * @param array $cfHeaders List of HTTP headers
787
- *
788
- * @return boolean If there were CloudFront headers to be set
789
- */
790
- public function setCfHeaders($cfHeaders = null) {
791
- // use global _SERVER if $cfHeaders aren't defined
792
- if (!is_array($cfHeaders) || !count($cfHeaders)) {
793
- $cfHeaders = $_SERVER;
794
- }
795
-
796
- // clear existing headers
797
- $this->cloudfrontHeaders = array();
798
-
799
- // Only save CLOUDFRONT headers. In PHP land, that means only _SERVER vars that
800
- // start with cloudfront-.
801
- $response = false;
802
- foreach ($cfHeaders as $key => $value) {
803
- if (substr(strtolower($key), 0, 16) === 'http_cloudfront_') {
804
- $this->cloudfrontHeaders[strtoupper($key)] = $value;
805
- $response = true;
806
- }
807
- }
808
-
809
- return $response;
810
- }
811
-
812
- /**
813
- * Retrieves the cloudfront headers.
814
- *
815
- * @return array
816
- */
817
- public function getCfHeaders()
818
- {
819
- return $this->cloudfrontHeaders;
820
- }
821
-
822
- /**
823
- * Set the User-Agent to be used.
824
- *
825
- * @param string $userAgent The user agent string to set.
826
- *
827
- * @return string|null
828
- */
829
- public function setUserAgent($userAgent = null)
830
- {
831
- // Invalidate cache due to #375
832
- $this->cache = array();
833
-
834
- if (false === empty($userAgent)) {
835
- return $this->userAgent = $userAgent;
836
- } else {
837
- $this->userAgent = null;
838
- foreach ($this->getUaHttpHeaders() as $altHeader) {
839
- if (false === empty($this->httpHeaders[$altHeader])) { // @todo: should use getHttpHeader(), but it would be slow. (Serban)
840
- $this->userAgent .= $this->httpHeaders[$altHeader] . " ";
841
- }
842
- }
843
-
844
- if (!empty($this->userAgent)) {
845
- return $this->userAgent = trim($this->userAgent);
846
- }
847
- }
848
-
849
- if (count($this->getCfHeaders()) > 0) {
850
- return $this->userAgent = 'Amazon CloudFront';
851
- }
852
- return $this->userAgent = null;
853
- }
854
-
855
- /**
856
- * Retrieve the User-Agent.
857
- *
858
- * @return string|null The user agent if it's set.
859
- */
860
- public function getUserAgent()
861
- {
862
- return $this->userAgent;
863
- }
864
-
865
- /**
866
- * Set the detection type. Must be one of self::DETECTION_TYPE_MOBILE or
867
- * self::DETECTION_TYPE_EXTENDED. Otherwise, nothing is set.
868
- *
869
- * @deprecated since version 2.6.9
870
- *
871
- * @param string $type The type. Must be a self::DETECTION_TYPE_* constant. The default
872
- * parameter is null which will default to self::DETECTION_TYPE_MOBILE.
873
- */
874
- public function setDetectionType($type = null)
875
- {
876
- if ($type === null) {
877
- $type = self::DETECTION_TYPE_MOBILE;
878
- }
879
-
880
- if ($type !== self::DETECTION_TYPE_MOBILE && $type !== self::DETECTION_TYPE_EXTENDED) {
881
- return;
882
- }
883
-
884
- $this->detectionType = $type;
885
- }
886
-
887
- public function getMatchingRegex()
888
- {
889
- return $this->matchingRegex;
890
- }
891
-
892
- public function getMatchesArray()
893
- {
894
- return $this->matchesArray;
895
- }
896
-
897
- /**
898
- * Retrieve the list of known phone devices.
899
- *
900
- * @return array List of phone devices.
901
- */
902
- public static function getPhoneDevices()
903
- {
904
- return self::$phoneDevices;
905
- }
906
-
907
- /**
908
- * Retrieve the list of known tablet devices.
909
- *
910
- * @return array List of tablet devices.
911
- */
912
- public static function getTabletDevices()
913
- {
914
- return self::$tabletDevices;
915
- }
916
-
917
- /**
918
- * Alias for getBrowsers() method.
919
- *
920
- * @return array List of user agents.
921
- */
922
- public static function getUserAgents()
923
- {
924
- return self::getBrowsers();
925
- }
926
-
927
- /**
928
- * Retrieve the list of known browsers. Specifically, the user agents.
929
- *
930
- * @return array List of browsers / user agents.
931
- */
932
- public static function getBrowsers()
933
- {
934
- return self::$browsers;
935
- }
936
-
937
- /**
938
- * Retrieve the list of known utilities.
939
- *
940
- * @return array List of utilities.
941
- */
942
- public static function getUtilities()
943
- {
944
- return self::$utilities;
945
- }
946
-
947
- /**
948
- * Method gets the mobile detection rules. This method is used for the magic methods $detect->is*().
949
- *
950
- * @deprecated since version 2.6.9
951
- *
952
- * @return array All the rules (but not extended).
953
- */
954
- public static function getMobileDetectionRules()
955
- {
956
- static $rules;
957
-
958
- if (!$rules) {
959
- $rules = array_merge(
960
- self::$phoneDevices,
961
- self::$tabletDevices,
962
- self::$operatingSystems,
963
- self::$browsers
964
- );
965
- }
966
-
967
- return $rules;
968
-
969
- }
970
-
971
- /**
972
- * Method gets the mobile detection rules + utilities.
973
- * The reason this is separate is because utilities rules
974
- * don't necessary imply mobile. This method is used inside
975
- * the new $detect->is('stuff') method.
976
- *
977
- * @deprecated since version 2.6.9
978
- *
979
- * @return array All the rules + extended.
980
- */
981
- public function getMobileDetectionRulesExtended()
982
- {
983
- static $rules;
984
-
985
- if (!$rules) {
986
- // Merge all rules together.
987
- $rules = array_merge(
988
- self::$phoneDevices,
989
- self::$tabletDevices,
990
- self::$operatingSystems,
991
- self::$browsers,
992
- self::$utilities
993
- );
994
- }
995
-
996
- return $rules;
997
- }
998
-
999
- /**
1000
- * Retrieve the current set of rules.
1001
- *
1002
- * @deprecated since version 2.6.9
1003
- *
1004
- * @return array
1005
- */
1006
- public function getRules()
1007
- {
1008
- if ($this->detectionType == self::DETECTION_TYPE_EXTENDED) {
1009
- return self::getMobileDetectionRulesExtended();
1010
- } else {
1011
- return self::getMobileDetectionRules();
1012
- }
1013
- }
1014
-
1015
- /**
1016
- * Retrieve the list of mobile operating systems.
1017
- *
1018
- * @return array The list of mobile operating systems.
1019
- */
1020
- public static function getOperatingSystems()
1021
- {
1022
- return self::$operatingSystems;
1023
- }
1024
-
1025
- /**
1026
- * Check the HTTP headers for signs of mobile.
1027
- * This is the fastest mobile check possible; it's used
1028
- * inside isMobile() method.
1029
- *
1030
- * @return bool
1031
- */
1032
- public function checkHttpHeadersForMobile()
1033
- {
1034
-
1035
- foreach ($this->getMobileHeaders() as $mobileHeader => $matchType) {
1036
- if (isset($this->httpHeaders[$mobileHeader])) {
1037
- if (is_array($matchType['matches'])) {
1038
- foreach ($matchType['matches'] as $_match) {
1039
- if (strpos($this->httpHeaders[$mobileHeader], $_match) !== false) {
1040
- return true;
1041
- }
1042
- }
1043
-
1044
- return false;
1045
- } else {
1046
- return true;
1047
- }
1048
- }
1049
- }
1050
-
1051
- return false;
1052
-
1053
- }
1054
-
1055
- /**
1056
- * Magic overloading method.
1057
- *
1058
- * @method boolean is[...]()
1059
- * @param string $name
1060
- * @param array $arguments
1061
- * @return mixed
1062
- * @throws BadMethodCallException when the method doesn't exist and doesn't start with 'is'
1063
- */
1064
- public function __call($name, $arguments)
1065
- {
1066
- // make sure the name starts with 'is', otherwise
1067
- if (substr($name, 0, 2) !== 'is') {
1068
- throw new BadMethodCallException("No such method exists: $name");
1069
- }
1070
-
1071
- $this->setDetectionType(self::DETECTION_TYPE_MOBILE);
1072
-
1073
- $key = substr($name, 2);
1074
-
1075
- return $this->matchUAAgainstKey($key);
1076
- }
1077
-
1078
- /**
1079
- * Find a detection rule that matches the current User-agent.
1080
- *
1081
- * @param null $userAgent deprecated
1082
- * @return boolean
1083
- */
1084
- protected function matchDetectionRulesAgainstUA($userAgent = null)
1085
- {
1086
- // Begin general search.
1087
- foreach ($this->getRules() as $_regex) {
1088
- if (empty($_regex)) {
1089
- continue;
1090
- }
1091
-
1092
- if ($this->match($_regex, $userAgent)) {
1093
- return true;
1094
- }
1095
- }
1096
-
1097
- return false;
1098
- }
1099
-
1100
- /**
1101
- * Search for a certain key in the rules array.
1102
- * If the key is found then try to match the corresponding
1103
- * regex against the User-Agent.
1104
- *
1105
- * @param string $key
1106
- *
1107
- * @return boolean
1108
- */
1109
- protected function matchUAAgainstKey($key)
1110
- {
1111
- // Make the keys lowercase so we can match: isIphone(), isiPhone(), isiphone(), etc.
1112
- $key = strtolower($key);
1113
- if (false === isset($this->cache[$key])) {
1114
-
1115
- // change the keys to lower case
1116
- $_rules = array_change_key_case($this->getRules());
1117
-
1118
- if (false === empty($_rules[$key])) {
1119
- $this->cache[$key] = $this->match($_rules[$key]);
1120
- }
1121
-
1122
- if (false === isset($this->cache[$key])) {
1123
- $this->cache[$key] = false;
1124
- }
1125
- }
1126
-
1127
- return $this->cache[$key];
1128
- }
1129
-
1130
- /**
1131
- * Check if the device is mobile.
1132
- * Returns true if any type of mobile device detected, including special ones
1133
- * @param null $userAgent deprecated
1134
- * @param null $httpHeaders deprecated
1135
- * @return bool
1136
- */
1137
- public function isMobile($userAgent = null, $httpHeaders = null)
1138
- {
1139
-
1140
- if ($httpHeaders) {
1141
- $this->setHttpHeaders($httpHeaders);
1142
- }
1143
-
1144
- if ($userAgent) {
1145
- $this->setUserAgent($userAgent);
1146
- }
1147
-
1148
- // Check specifically for cloudfront headers if the useragent === 'Amazon CloudFront'
1149
- if ($this->getUserAgent() === 'Amazon CloudFront') {
1150
- $cfHeaders = $this->getCfHeaders();
1151
- if(array_key_exists('HTTP_CLOUDFRONT_IS_MOBILE_VIEWER', $cfHeaders) && $cfHeaders['HTTP_CLOUDFRONT_IS_MOBILE_VIEWER'] === 'true') {
1152
- return true;
1153
- }
1154
- }
1155
-
1156
- $this->setDetectionType(self::DETECTION_TYPE_MOBILE);
1157
-
1158
- if ($this->checkHttpHeadersForMobile()) {
1159
- return true;
1160
- } else {
1161
- return $this->matchDetectionRulesAgainstUA();
1162
- }
1163
-
1164
- }
1165
-
1166
- /**
1167
- * Check if the device is a tablet.
1168
- * Return true if any type of tablet device is detected.
1169
- *
1170
- * @param string $userAgent deprecated
1171
- * @param array $httpHeaders deprecated
1172
- * @return bool
1173
- */
1174
- public function isTablet($userAgent = null, $httpHeaders = null)
1175
- {
1176
- // Check specifically for cloudfront headers if the useragent === 'Amazon CloudFront'
1177
- if ($this->getUserAgent() === 'Amazon CloudFront') {
1178
- $cfHeaders = $this->getCfHeaders();
1179
- if(array_key_exists('HTTP_CLOUDFRONT_IS_TABLET_VIEWER', $cfHeaders) && $cfHeaders['HTTP_CLOUDFRONT_IS_TABLET_VIEWER'] === 'true') {
1180
- return true;
1181
- }
1182
- }
1183
-
1184
- $this->setDetectionType(self::DETECTION_TYPE_MOBILE);
1185
-
1186
- foreach (self::$tabletDevices as $_regex) {
1187
- if ($this->match($_regex, $userAgent)) {
1188
- return true;
1189
- }
1190
- }
1191
-
1192
- return false;
1193
- }
1194
-
1195
- /**
1196
- * This method checks for a certain property in the
1197
- * userAgent.
1198
- * @todo: The httpHeaders part is not yet used.
1199
- *
1200
- * @param string $key
1201
- * @param string $userAgent deprecated
1202
- * @param string $httpHeaders deprecated
1203
- * @return bool|int|null
1204
- */
1205
- public function is($key, $userAgent = null, $httpHeaders = null)
1206
- {
1207
- // Set the UA and HTTP headers only if needed (eg. batch mode).
1208
- if ($httpHeaders) {
1209
- $this->setHttpHeaders($httpHeaders);
1210
- }
1211
-
1212
- if ($userAgent) {
1213
- $this->setUserAgent($userAgent);
1214
- }
1215
-
1216
- $this->setDetectionType(self::DETECTION_TYPE_EXTENDED);
1217
-
1218
- return $this->matchUAAgainstKey($key);
1219
- }
1220
-
1221
- /**
1222
- * Some detection rules are relative (not standard),
1223
- * because of the diversity of devices, vendors and
1224
- * their conventions in representing the User-Agent or
1225
- * the HTTP headers.
1226
- *
1227
- * This method will be used to check custom regexes against
1228
- * the User-Agent string.
1229
- *
1230
- * @param $regex
1231
- * @param string $userAgent
1232
- * @return bool
1233
- *
1234
- * @todo: search in the HTTP headers too.
1235
- */
1236
- public function match($regex, $userAgent = null)
1237
- {
1238
- $match = (bool) preg_match(sprintf('#%s#is', $regex), (false === empty($userAgent) ? $userAgent : $this->userAgent), $matches);
1239
- // If positive match is found, store the results for debug.
1240
- if ($match) {
1241
- $this->matchingRegex = $regex;
1242
- $this->matchesArray = $matches;
1243
- }
1244
-
1245
- return $match;
1246
- }
1247
-
1248
- /**
1249
- * Get the properties array.
1250
- *
1251
- * @return array
1252
- */
1253
- public static function getProperties()
1254
- {
1255
- return self::$properties;
1256
- }
1257
-
1258
- /**
1259
- * Prepare the version number.
1260
- *
1261
- * @todo Remove the error supression from str_replace() call.
1262
- *
1263
- * @param string $ver The string version, like "2.6.21.2152";
1264
- *
1265
- * @return float
1266
- */
1267
- public function prepareVersionNo($ver)
1268
- {
1269
- $ver = str_replace(array('_', ' ', '/'), '.', $ver);
1270
- $arrVer = explode('.', $ver, 2);
1271
-
1272
- if (isset($arrVer[1])) {
1273
- $arrVer[1] = @str_replace('.', '', $arrVer[1]); // @todo: treat strings versions.
1274
- }
1275
-
1276
- return (float) implode('.', $arrVer);
1277
- }
1278
-
1279
- /**
1280
- * Check the version of the given property in the User-Agent.
1281
- * Will return a float number. (eg. 2_0 will return 2.0, 4.3.1 will return 4.31)
1282
- *
1283
- * @param string $propertyName The name of the property. See self::getProperties() array
1284
- * keys for all possible properties.
1285
- * @param string $type Either self::VERSION_TYPE_STRING to get a string value or
1286
- * self::VERSION_TYPE_FLOAT indicating a float value. This parameter
1287
- * is optional and defaults to self::VERSION_TYPE_STRING. Passing an
1288
- * invalid parameter will default to the this type as well.
1289
- *
1290
- * @return string|float The version of the property we are trying to extract.
1291
- */
1292
- public function version($propertyName, $type = self::VERSION_TYPE_STRING)
1293
- {
1294
- if (empty($propertyName)) {
1295
- return false;
1296
- }
1297
-
1298
- // set the $type to the default if we don't recognize the type
1299
- if ($type !== self::VERSION_TYPE_STRING && $type !== self::VERSION_TYPE_FLOAT) {
1300
- $type = self::VERSION_TYPE_STRING;
1301
- }
1302
-
1303
- $properties = self::getProperties();
1304
-
1305
- // Check if the property exists in the properties array.
1306
- if (true === isset($properties[$propertyName])) {
1307
-
1308
- // Prepare the pattern to be matched.
1309
- // Make sure we always deal with an array (string is converted).
1310
- $properties[$propertyName] = (array) $properties[$propertyName];
1311
-
1312
- foreach ($properties[$propertyName] as $propertyMatchString) {
1313
-
1314
- $propertyPattern = str_replace('[VER]', self::VER, $propertyMatchString);
1315
-
1316
- // Identify and extract the version.
1317
- preg_match(sprintf('#%s#is', $propertyPattern), $this->userAgent, $match);
1318
-
1319
- if (false === empty($match[1])) {
1320
- $version = ($type == self::VERSION_TYPE_FLOAT ? $this->prepareVersionNo($match[1]) : $match[1]);
1321
-
1322
- return $version;
1323
- }
1324
-
1325
- }
1326
-
1327
- }
1328
-
1329
- return false;
1330
- }
1331
-
1332
- /**
1333
- * Retrieve the mobile grading, using self::MOBILE_GRADE_* constants.
1334
- *
1335
- * @return string One of the self::MOBILE_GRADE_* constants.
1336
- */
1337
- public function mobileGrade()
1338
- {
1339
- $isMobile = $this->isMobile();
1340
-
1341
- if (
1342
- // Apple iOS 4-7.0 – Tested on the original iPad (4.3 / 5.0), iPad 2 (4.3 / 5.1 / 6.1), iPad 3 (5.1 / 6.0), iPad Mini (6.1), iPad Retina (7.0), iPhone 3GS (4.3), iPhone 4 (4.3 / 5.1), iPhone 4S (5.1 / 6.0), iPhone 5 (6.0), and iPhone 5S (7.0)
1343
- $this->is('iOS') && $this->version('iPad', self::VERSION_TYPE_FLOAT) >= 4.3 ||
1344
- $this->is('iOS') && $this->version('iPhone', self::VERSION_TYPE_FLOAT) >= 4.3 ||
1345
- $this->is('iOS') && $this->version('iPod', self::VERSION_TYPE_FLOAT) >= 4.3 ||
1346
-
1347
- // Android 2.1-2.3 - Tested on the HTC Incredible (2.2), original Droid (2.2), HTC Aria (2.1), Google Nexus S (2.3). Functional on 1.5 & 1.6 but performance may be sluggish, tested on Google G1 (1.5)
1348
- // Android 3.1 (Honeycomb) - Tested on the Samsung Galaxy Tab 10.1 and Motorola XOOM
1349
- // Android 4.0 (ICS) - Tested on a Galaxy Nexus. Note: transition performance can be poor on upgraded devices
1350
- // Android 4.1 (Jelly Bean) - Tested on a Galaxy Nexus and Galaxy 7
1351
- ( $this->version('Android', self::VERSION_TYPE_FLOAT)>2.1 && $this->is('Webkit') ) ||
1352
-
1353
- // Windows Phone 7.5-8 - Tested on the HTC Surround (7.5), HTC Trophy (7.5), LG-E900 (7.5), Nokia 800 (7.8), HTC Mazaa (7.8), Nokia Lumia 520 (8), Nokia Lumia 920 (8), HTC 8x (8)
1354
- $this->version('Windows Phone OS', self::VERSION_TYPE_FLOAT) >= 7.5 ||
1355
-
1356
- // Tested on the Torch 9800 (6) and Style 9670 (6), BlackBerry® Torch 9810 (7), BlackBerry Z10 (10)
1357
- $this->is('BlackBerry') && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT) >= 6.0 ||
1358
- // Blackberry Playbook (1.0-2.0) - Tested on PlayBook
1359
- $this->match('Playbook.*Tablet') ||
1360
-
1361
- // Palm WebOS (1.4-3.0) - Tested on the Palm Pixi (1.4), Pre (1.4), Pre 2 (2.0), HP TouchPad (3.0)
1362
- ( $this->version('webOS', self::VERSION_TYPE_FLOAT) >= 1.4 && $this->match('Palm|Pre|Pixi') ) ||
1363
- // Palm WebOS 3.0 - Tested on HP TouchPad
1364
- $this->match('hp.*TouchPad') ||
1365
-
1366
- // Firefox Mobile 18 - Tested on Android 2.3 and 4.1 devices
1367
- ( $this->is('Firefox') && $this->version('Firefox', self::VERSION_TYPE_FLOAT) >= 18 ) ||
1368
-
1369
- // Chrome for Android - Tested on Android 4.0, 4.1 device
1370
- ( $this->is('Chrome') && $this->is('AndroidOS') && $this->version('Android', self::VERSION_TYPE_FLOAT) >= 4.0 ) ||
1371
-
1372
- // Skyfire 4.1 - Tested on Android 2.3 device
1373
- ( $this->is('Skyfire') && $this->version('Skyfire', self::VERSION_TYPE_FLOAT) >= 4.1 && $this->is('AndroidOS') && $this->version('Android', self::VERSION_TYPE_FLOAT) >= 2.3 ) ||
1374
-
1375
- // Opera Mobile 11.5-12: Tested on Android 2.3
1376
- ( $this->is('Opera') && $this->version('Opera Mobi', self::VERSION_TYPE_FLOAT) >= 11.5 && $this->is('AndroidOS') ) ||
1377
-
1378
- // Meego 1.2 - Tested on Nokia 950 and N9
1379
- $this->is('MeeGoOS') ||
1380
-
1381
- // Tizen (pre-release) - Tested on early hardware
1382
- $this->is('Tizen') ||
1383
-
1384
- // Samsung Bada 2.0 - Tested on a Samsung Wave 3, Dolphin browser
1385
- // @todo: more tests here!
1386
- $this->is('Dolfin') && $this->version('Bada', self::VERSION_TYPE_FLOAT) >= 2.0 ||
1387
-
1388
- // UC Browser - Tested on Android 2.3 device
1389
- ( ($this->is('UC Browser') || $this->is('Dolfin')) && $this->version('Android', self::VERSION_TYPE_FLOAT) >= 2.3 ) ||
1390
-
1391
- // Kindle 3 and Fire - Tested on the built-in WebKit browser for each
1392
- ( $this->match('Kindle Fire') ||
1393
- $this->is('Kindle') && $this->version('Kindle', self::VERSION_TYPE_FLOAT) >= 3.0 ) ||
1394
-
1395
- // Nook Color 1.4.1 - Tested on original Nook Color, not Nook Tablet
1396
- $this->is('AndroidOS') && $this->is('NookTablet') ||
1397
-
1398
- // Chrome Desktop 16-24 - Tested on OS X 10.7 and Windows 7
1399
- $this->version('Chrome', self::VERSION_TYPE_FLOAT) >= 16 && !$isMobile ||
1400
-
1401
- // Safari Desktop 5-6 - Tested on OS X 10.7 and Windows 7
1402
- $this->version('Safari', self::VERSION_TYPE_FLOAT) >= 5.0 && !$isMobile ||
1403
-
1404
- // Firefox Desktop 10-18 - Tested on OS X 10.7 and Windows 7
1405
- $this->version('Firefox', self::VERSION_TYPE_FLOAT) >= 10.0 && !$isMobile ||
1406
-
1407
- // Internet Explorer 7-9 - Tested on Windows XP, Vista and 7
1408
- $this->version('IE', self::VERSION_TYPE_FLOAT) >= 7.0 && !$isMobile ||
1409
-
1410
- // Opera Desktop 10-12 - Tested on OS X 10.7 and Windows 7
1411
- $this->version('Opera', self::VERSION_TYPE_FLOAT) >= 10 && !$isMobile
1412
- ){
1413
- return self::MOBILE_GRADE_A;
1414
- }
1415
-
1416
- if (
1417
- $this->is('iOS') && $this->version('iPad', self::VERSION_TYPE_FLOAT)<4.3 ||
1418
- $this->is('iOS') && $this->version('iPhone', self::VERSION_TYPE_FLOAT)<4.3 ||
1419
- $this->is('iOS') && $this->version('iPod', self::VERSION_TYPE_FLOAT)<4.3 ||
1420
-
1421
- // Blackberry 5.0: Tested on the Storm 2 9550, Bold 9770
1422
- $this->is('Blackberry') && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT) >= 5 && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT)<6 ||
1423
-
1424
- //Opera Mini (5.0-6.5) - Tested on iOS 3.2/4.3 and Android 2.3
1425
- ($this->version('Opera Mini', self::VERSION_TYPE_FLOAT) >= 5.0 && $this->version('Opera Mini', self::VERSION_TYPE_FLOAT) <= 7.0 &&
1426
- ($this->version('Android', self::VERSION_TYPE_FLOAT) >= 2.3 || $this->is('iOS')) ) ||
1427
-
1428
- // Nokia Symbian^3 - Tested on Nokia N8 (Symbian^3), C7 (Symbian^3), also works on N97 (Symbian^1)
1429
- $this->match('NokiaN8|NokiaC7|N97.*Series60|Symbian/3') ||
1430
-
1431
- // @todo: report this (tested on Nokia N71)
1432
- $this->version('Opera Mobi', self::VERSION_TYPE_FLOAT) >= 11 && $this->is('SymbianOS')
1433
- ){
1434
- return self::MOBILE_GRADE_B;
1435
- }
1436
-
1437
- if (
1438
- // Blackberry 4.x - Tested on the Curve 8330
1439
- $this->version('BlackBerry', self::VERSION_TYPE_FLOAT) <= 5.0 ||
1440
- // Windows Mobile - Tested on the HTC Leo (WinMo 5.2)
1441
- $this->match('MSIEMobile|Windows CE.*Mobile') || $this->version('Windows Mobile', self::VERSION_TYPE_FLOAT) <= 5.2 ||
1442
-
1443
- // Tested on original iPhone (3.1), iPhone 3 (3.2)
1444
- $this->is('iOS') && $this->version('iPad', self::VERSION_TYPE_FLOAT) <= 3.2 ||
1445
- $this->is('iOS') && $this->version('iPhone', self::VERSION_TYPE_FLOAT) <= 3.2 ||
1446
- $this->is('iOS') && $this->version('iPod', self::VERSION_TYPE_FLOAT) <= 3.2 ||
1447
-
1448
- // Internet Explorer 7 and older - Tested on Windows XP
1449
- $this->version('IE', self::VERSION_TYPE_FLOAT) <= 7.0 && !$isMobile
1450
- ){
1451
- return self::MOBILE_GRADE_C;
1452
- }
1453
-
1454
- // All older smartphone platforms and featurephones - Any device that doesn't support media queries
1455
- // will receive the basic, C grade experience.
1456
- return self::MOBILE_GRADE_C;
1457
- }
1458
  }
1
+ <?php
2
+ /**
3
+ * Mobile Detect Library
4
+ * =====================
5
+ *
6
+ * Motto: "Every business should have a mobile detection script to detect mobile readers"
7
+ *
8
+ * Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets).
9
+ * It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
10
+ *
11
+ * @author Current authors: Serban Ghita <serbanghita@gmail.com>
12
+ * Nick Ilyin <nick.ilyin@gmail.com>
13
+ *
14
+ * Original author: Victor Stanciu <vic.stanciu@gmail.com>
15
+ *
16
+ * @license Code and contributions have 'MIT License'
17
+ * More details: https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt
18
+ *
19
+ * @link Homepage: http://mobiledetect.net
20
+ * GitHub Repo: https://github.com/serbanghita/Mobile-Detect
21
+ * Google Code: http://code.google.com/p/php-mobile-detect/
22
+ * README: https://github.com/serbanghita/Mobile-Detect/blob/master/README.md
23
+ * HOWTO: https://github.com/serbanghita/Mobile-Detect/wiki/Code-examples
24
+ *
25
+ * @version 2.8.24
26
+ */
27
+
28
+ class EDS_Mobile_Detect
29
+ {
30
+ /**
31
+ * Mobile detection type.
32
+ *
33
+ * @deprecated since version 2.6.9
34
+ */
35
+ const DETECTION_TYPE_MOBILE = 'mobile';
36
+
37
+ /**
38
+ * Extended detection type.
39
+ *
40
+ * @deprecated since version 2.6.9
41
+ */
42
+ const DETECTION_TYPE_EXTENDED = 'extended';
43
+
44
+ /**
45
+ * A frequently used regular expression to extract version #s.
46
+ *
47
+ * @deprecated since version 2.6.9
48
+ */
49
+ const VER = '([\w._\+]+)';
50
+
51
+ /**
52
+ * Top-level device.
53
+ */
54
+ const MOBILE_GRADE_A = 'A';
55
+
56
+ /**
57
+ * Mid-level device.
58
+ */
59
+ const MOBILE_GRADE_B = 'B';
60
+
61
+ /**
62
+ * Low-level device.
63
+ */
64
+ const MOBILE_GRADE_C = 'C';
65
+
66
+ /**
67
+ * Stores the version number of the current release.
68
+ */
69
+ const VERSION = '2.8.24';
70
+
71
+ /**
72
+ * A type for the version() method indicating a string return value.
73
+ */
74
+ const VERSION_TYPE_STRING = 'text';
75
+
76
+ /**
77
+ * A type for the version() method indicating a float return value.
78
+ */
79
+ const VERSION_TYPE_FLOAT = 'float';
80
+
81
+ /**
82
+ * A cache for resolved matches
83
+ * @var array
84
+ */
85
+ protected $cache = array();
86
+
87
+ /**
88
+ * The User-Agent HTTP header is stored in here.
89
+ * @var string
90
+ */
91
+ protected $userAgent = null;
92
+
93
+ /**
94
+ * HTTP headers in the PHP-flavor. So HTTP_USER_AGENT and SERVER_SOFTWARE.
95
+ * @var array
96
+ */
97
+ protected $httpHeaders = array();
98
+
99
+ /**
100
+ * CloudFront headers. E.g. CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer & CloudFront-Is-Tablet-Viewer.
101
+ * @var array
102
+ */
103
+ protected $cloudfrontHeaders = array();
104
+
105
+ /**
106
+ * The matching Regex.
107
+ * This is good for debug.
108
+ * @var string
109
+ */
110
+ protected $matchingRegex = null;
111
+
112
+ /**
113
+ * The matches extracted from the regex expression.
114
+ * This is good for debug.
115
+ * @var string
116
+ */
117
+ protected $matchesArray = null;
118
+
119
+ /**
120
+ * The detection type, using self::DETECTION_TYPE_MOBILE or self::DETECTION_TYPE_EXTENDED.
121
+ *
122
+ * @deprecated since version 2.6.9
123
+ *
124
+ * @var string
125
+ */
126
+ protected $detectionType = self::DETECTION_TYPE_MOBILE;
127
+
128
+ /**
129
+ * HTTP headers that trigger the 'isMobile' detection
130
+ * to be true.
131
+ *
132
+ * @var array
133
+ */
134
+ protected static $mobileHeaders = array(
135
+
136
+ 'HTTP_ACCEPT' => array('matches' => array(
137
+ // Opera Mini; @reference: http://dev.opera.com/articles/view/opera-binary-markup-language/
138
+ 'application/x-obml2d',
139
+ // BlackBerry devices.
140
+ 'application/vnd.rim.html',
141
+ 'text/vnd.wap.wml',
142
+ 'application/vnd.wap.xhtml+xml'
143
+ )),
144
+ 'HTTP_X_WAP_PROFILE' => null,
145
+ 'HTTP_X_WAP_CLIENTID' => null,
146
+ 'HTTP_WAP_CONNECTION' => null,
147
+ 'HTTP_PROFILE' => null,
148
+ // Reported by Opera on Nokia devices (eg. C3).
149
+ 'HTTP_X_OPERAMINI_PHONE_UA' => null,
150
+ 'HTTP_X_NOKIA_GATEWAY_ID' => null,
151
+ 'HTTP_X_ORANGE_ID' => null,
152
+ 'HTTP_X_VODAFONE_3GPDPCONTEXT' => null,
153
+ 'HTTP_X_HUAWEI_USERID' => null,
154
+ // Reported by Windows Smartphones.
155
+ 'HTTP_UA_OS' => null,
156
+ // Reported by Verizon, Vodafone proxy system.
157
+ 'HTTP_X_MOBILE_GATEWAY' => null,
158
+ // Seen this on HTC Sensation. SensationXE_Beats_Z715e.
159
+ 'HTTP_X_ATT_DEVICEID' => null,
160
+ // Seen this on a HTC.
161
+ 'HTTP_UA_CPU' => array('matches' => array('ARM')),
162
+ );
163
+
164
+ /**
165
+ * List of mobile devices (phones).
166
+ *
167
+ * @var array
168
+ */
169
+ protected static $phoneDevices = array(
170
+ 'iPhone' => '\biPhone\b|\biPod\b', // |\biTunes
171
+ 'BlackBerry' => 'BlackBerry|\bBB10\b|rim[0-9]+',
172
+ 'HTC' => 'HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\bEVO\b|T-Mobile G1|Z520m',
173
+ 'Nexus' => 'Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 6',
174
+ // @todo: Is 'Dell Streak' a tablet or a phone? ;)
175
+ 'Dell' => 'Dell.*Streak|Dell.*Aero|Dell.*Venue|DELL.*Venue Pro|Dell Flash|Dell Smoke|Dell Mini 3iX|XCD28|XCD35|\b001DL\b|\b101DL\b|\bGS01\b',
176
+ 'Motorola' => 'Motorola|DROIDX|DROID BIONIC|\bDroid\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|XT910|XT912|XT928|XT926|XT915|XT919|XT925|XT1021|\bMoto E\b',
177
+ 'Samsung' => '\bSamsung\b|SM-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N7105|SCH-I535|SM-N900A|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750|SM-G9006V|SM-G9008V|SM-G9009D|SM-G900A|SM-G900D|SM-G900F|SM-G900H|SM-G900I|SM-G900J|SM-G900K|SM-G900L|SM-G900M|SM-G900P|SM-G900R4|SM-G900S|SM-G900T|SM-G900V|SM-G900W8|SHV-E160K|SCH-P709|SCH-P729|SM-T2558|GT-I9205|SM-G9350|SM-J120F',
178
+ 'LG' => '\bLG\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802|MS323)',
179
+ 'Sony' => 'SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533',
180
+ 'Asus' => 'Asus.*Galaxy|PadFone.*Mobile',
181
+ 'NokiaLumia' => 'Lumia [0-9]{3,4}',
182
+ // http://www.micromaxinfo.com/mobiles/smartphones
183
+ // Added because the codes might conflict with Acer Tablets.
184
+ 'Micromax' => 'Micromax.*\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\b',
185
+ // @todo Complete the regex.
186
+ 'Palm' => 'PalmSource|Palm', // avantgo|blazer|elaine|hiptop|plucker|xiino ;
187
+ 'Vertu' => 'Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature', // Just for fun ;)
188
+ // http://www.pantech.co.kr/en/prod/prodList.do?gbrand=VEGA (PANTECH)
189
+ // Most of the VEGA devices are legacy. PANTECH seem to be newer devices based on Android.
190
+ 'Pantech' => 'PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790',
191
+ // http://www.fly-phone.com/devices/smartphones/ ; Included only smartphones.
192
+ 'Fly' => 'IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250',
193
+ // http://fr.wikomobile.com
194
+ 'Wiko' => 'KITE 4G|HIGHWAY|GETAWAY|STAIRWAY|DARKSIDE|DARKFULL|DARKNIGHT|DARKMOON|SLIDE|WAX 4G|RAINBOW|BLOOM|SUNSET|GOA(?!nna)|LENNY|BARRY|IGGY|OZZY|CINK FIVE|CINK PEAX|CINK PEAX 2|CINK SLIM|CINK SLIM 2|CINK +|CINK KING|CINK PEAX|CINK SLIM|SUBLIM',
195
+ 'iMobile' => 'i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)',
196
+ // Added simvalley mobile just for fun. They have some interesting devices.
197
+ // http://www.simvalley.fr/telephonie---gps-_22_telephonie-mobile_telephones_.html
198
+ 'SimValley' => '\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\b',
199
+ // Wolfgang - a brand that is sold by Aldi supermarkets.
200
+ // http://www.wolfgangmobile.com/
201
+ 'Wolfgang' => 'AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q',
202
+ 'Alcatel' => 'Alcatel',
203
+ 'Nintendo' => 'Nintendo 3DS',
204
+ // http://en.wikipedia.org/wiki/Amoi
205
+ 'Amoi' => 'Amoi',
206
+ // http://en.wikipedia.org/wiki/INQ
207
+ 'INQ' => 'INQ',
208
+ // @Tapatalk is a mobile app; http://support.tapatalk.com/threads/smf-2-0-2-os-and-browser-detection-plugin-and-tapatalk.15565/#post-79039
209
+ 'GenericPhone' => 'Tapatalk|PDA;|SAGEM|\bmmp\b|pocket|\bpsp\b|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|\bwap\b|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser',
210
+ );
211
+
212
+ /**
213
+ * List of tablet devices.
214
+ *
215
+ * @var array
216
+ */
217
+ protected static $tabletDevices = array(
218
+ // @todo: check for mobile friendly emails topic.
219
+ 'iPad' => 'iPad|iPad.*Mobile',
220
+ // Removed |^.*Android.*Nexus(?!(?:Mobile).)*$
221
+ // @see #442
222
+ 'NexusTablet' => 'Android.*Nexus[\s]+(7|9|10)',
223
+ 'SamsungTablet' => 'SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|SHV-E230S|SHW-M180K|SHW-M180L|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|GT-I9200|GT-P5200|GT-P5210|GT-P5210X|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|SM-P601|SM-P605|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-T337V|SM-T537V|SM-T707V|SM-T807V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T330|SM-T530|SM-T705|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T537A|SM-T707A|SM-T807A|SM-T237|SM-T807P|SM-P607T|SM-T217T|SM-T337T|SM-T807T|SM-T116NQ|SM-P550|SM-T350|SM-T550|SM-T9000|SM-P9000|SM-T705Y|SM-T805|GT-P3113|SM-T710|SM-T810|SM-T815|SM-T360|SM-T533|SM-T113|SM-T335|SM-T715|SM-T560|SM-T670|SM-T677|SM-T377|SM-T567|SM-T357T|SM-T555|SM-T561|SM-T713|SM-T719|SM-T813|SM-T819|SM-T580|SM-T355Y|SM-T280', // SCH-P709|SCH-P729|SM-T2558|GT-I9205 - Samsung Mega - treat them like a regular phone.
224
+ // http://docs.aws.amazon.com/silk/latest/developerguide/user-agent.html
225
+ 'Kindle' => 'Kindle|Silk.*Accelerated|Android.*\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI|KFARWI)\b',
226
+ // Only the Surface tablets with Windows RT are considered mobile.
227
+ // http://msdn.microsoft.com/en-us/library/ie/hh920767(v=vs.85).aspx
228
+ 'SurfaceTablet' => 'Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)',
229
+ // http://shopping1.hp.com/is-bin/INTERSHOP.enfinity/WFS/WW-USSMBPublicStore-Site/en_US/-/USD/ViewStandardCatalog-Browse?CatalogCategoryID=JfIQ7EN5lqMAAAEyDcJUDwMT
230
+ 'HPTablet' => 'HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10',
231
+ // Watch out for PadFone, see #132.
232
+ // http://www.asus.com/de/Tablets_Mobile/Memo_Pad_Products/
233
+ 'AsusTablet' => '^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\bK00F\b|\bK00C\b|\bK00E\b|\bK00L\b|TX201LA|ME176C|ME102A|\bM80TA\b|ME372CL|ME560CG|ME372CG|ME302KL| K010 | K011 | K017 | K01E |ME572C|ME103K|ME170C|ME171C|\bME70C\b|ME581C|ME581CL|ME8510C|ME181C|P01Y|PO1MA|P01Z',
234
+ 'BlackBerryTablet' => 'PlayBook|RIM Tablet',
235
+ 'HTCtablet' => 'HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410',
236
+ 'MotorolaTablet' => 'xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617',
237
+ 'NookTablet' => 'Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2',
238
+ // http://www.acer.ro/ac/ro/RO/content/drivers
239
+ // http://www.packardbell.co.uk/pb/en/GB/content/download (Packard Bell is part of Acer)
240
+ // http://us.acer.com/ac/en/US/content/group/tablets
241
+ // http://www.acer.de/ac/de/DE/content/models/tablets/
242
+ // Can conflict with Micromax and Motorola phones codes.
243
+ 'AcerTablet' => 'Android.*; \b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\b|W3-810|\bA3-A10\b|\bA3-A11\b|\bA3-A20\b|\bA3-A30',
244
+ // http://eu.computers.toshiba-europe.com/innovation/family/Tablets/1098744/banner_id/tablet_footerlink/
245
+ // http://us.toshiba.com/tablets/tablet-finder
246
+ // http://www.toshiba.co.jp/regza/tablet/
247
+ 'ToshibaTablet' => 'Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO',
248
+ // http://www.nttdocomo.co.jp/english/service/developer/smart_phone/technical_info/spec/index.html
249
+ // http://www.lg.com/us/tablets
250
+ 'LGTablet' => '\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\b',
251
+ 'FujitsuTablet' => 'Android.*\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\b',
252
+ // Prestigio Tablets http://www.prestigio.com/support
253
+ 'PrestigioTablet' => 'PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|PMP5297C|PMP5297C_QUAD|PMP812E|PMP812E3G|PMP812F|PMP810E|PMP880TD|PMT3017|PMT3037|PMT3047|PMT3057|PMT7008|PMT5887|PMT5001|PMT5002',
254
+ // http://support.lenovo.com/en_GB/downloads/default.page?#
255
+ 'LenovoTablet' => 'Lenovo TAB|Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|YT3-X90L|YT3-X90F|YT3-X90X|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|B8000|B8080)(-|)(FL|F|HV|H|)',
256
+ // http://www.dell.com/support/home/us/en/04/Products/tab_mob/tablets
257
+ 'DellTablet' => 'Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7',
258
+ // http://www.yarvik.com/en/matrix/tablets/
259
+ 'YarvikTablet' => 'Android.*\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\b',
260
+ 'MedionTablet' => 'Android.*\bOYO\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB',
261
+ 'ArnovaTablet' => '97G4|AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2',
262
+ // http://www.intenso.de/kategorie_en.php?kategorie=33
263
+ // @todo: http://www.nbhkdz.com/read/b8e64202f92a2df129126bff.html - investigate
264
+ 'IntensoTablet' => 'INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004',
265
+ // IRU.ru Tablets http://www.iru.ru/catalog/soho/planetable/
266
+ 'IRUTablet' => 'M702pro',
267
+ 'MegafonTablet' => 'MegaFon V9|\bZTE V9\b|Android.*\bMT7A\b',
268
+ // http://www.e-boda.ro/tablete-pc.html
269
+ 'EbodaTablet' => 'E-Boda (Supreme|Impresspeed|Izzycomm|Essential)',
270
+ // http://www.allview.ro/produse/droseries/lista-tablete-pc/
271
+ 'AllViewTablet' => 'Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)',
272
+ // http://wiki.archosfans.com/index.php?title=Main_Page
273
+ 'ArchosTablet' => '\b(101G9|80G9|A101IT)\b|Qilive 97R|Archos5|\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|)(G10| Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\b',
274
+ // http://www.ainol.com/plugin.php?identifier=ainol&module=product
275
+ 'AinolTablet' => 'NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark',
276
+ 'NokiaLumiaTablet' => 'Lumia 2520',
277
+ // @todo: inspect http://esupport.sony.com/US/p/select-system.pl?DIRECTOR=DRIVER
278
+ // Readers http://www.atsuhiro-me.net/ebook/sony-reader/sony-reader-web-browser
279
+ // http://www.sony.jp/support/tablet/
280
+ 'SonyTablet' => 'Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551|SGP621|SGP612|SOT31',
281
+ // http://www.support.philips.com/support/catalog/worldproducts.jsp?userLanguage=en&userCountry=cn&categoryid=3G_LTE_TABLET_SU_CN_CARE&title=3G%20tablets%20/%20LTE%20range&_dyncharset=UTF-8
282
+ 'PhilipsTablet' => '\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\b',
283
+ // db + http://www.cube-tablet.com/buy-products.html
284
+ 'CubeTablet' => 'Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT',
285
+ // http://www.cobyusa.com/?p=pcat&pcat_id=3001
286
+ 'CobyTablet' => 'MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010',
287
+ // http://www.match.net.cn/products.asp
288
+ 'MIDTablet' => 'M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733|MID4X10',
289
+ // http://www.msi.com/support
290
+ // @todo Research the Windows Tablets.
291
+ 'MSITablet' => 'MSI \b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\b',
292
+ // @todo http://www.kyoceramobile.com/support/drivers/
293
+ // 'KyoceraTablet' => null,
294
+ // @todo http://intexuae.com/index.php/category/mobile-devices/tablets-products/
295
+ // 'IntextTablet' => null,
296
+ // http://pdadb.net/index.php?m=pdalist&list=SMiT (NoName Chinese Tablets)
297
+ // http://www.imp3.net/14/show.php?itemid=20454
298
+ 'SMiTTablet' => 'Android.*(\bMID\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)',
299
+ // http://www.rock-chips.com/index.php?do=prod&pid=2
300
+ 'RockChipTablet' => 'Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A',
301
+ // http://www.fly-phone.com/devices/tablets/ ; http://www.fly-phone.com/service/
302
+ 'FlyTablet' => 'IQ310|Fly Vision',
303
+ // http://www.bqreaders.com/gb/tablets-prices-sale.html
304
+ 'bqTablet' => 'Android.*(bq)?.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant|Aquaris [E|M]10)|Maxwell.*Lite|Maxwell.*Plus',
305
+ // http://www.huaweidevice.com/worldwide/productFamily.do?method=index&directoryId=5011&treeId=3290
306
+ // http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index&directoryId=3372&treeId=0&tb=1&type=software (including legacy tablets)
307
+ 'HuaweiTablet' => 'MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim',
308
+ // Nec or Medias Tab
309
+ 'NecTablet' => '\bN-06D|\bN-08D',
310
+ // Pantech Tablets: http://www.pantechusa.com/phones/
311
+ 'PantechTablet' => 'Pantech.*P4100',
312
+ // Broncho Tablets: http://www.broncho.cn/ (hard to find)
313
+ 'BronchoTablet' => 'Broncho.*(N701|N708|N802|a710)',
314
+ // http://versusuk.com/support.html
315
+ 'VersusTablet' => 'TOUCHPAD.*[78910]|\bTOUCHTAB\b',
316
+ // http://www.zync.in/index.php/our-products/tablet-phablets
317
+ 'ZyncTablet' => 'z1000|Z99 2G|z99|z930|z999|z990|z909|Z919|z900',
318
+ // http://www.positivoinformatica.com.br/www/pessoal/tablet-ypy/
319
+ 'PositivoTablet' => 'TB07STA|TB10STA|TB07FTA|TB10FTA',
320
+ // https://www.nabitablet.com/
321
+ 'NabiTablet' => 'Android.*\bNabi',
322
+ 'KoboTablet' => 'Kobo Touch|\bK080\b|\bVox\b Build|\bArc\b Build',
323
+ // French Danew Tablets http://www.danew.com/produits-tablette.php
324
+ 'DanewTablet' => 'DSlide.*\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\b',
325
+ // Texet Tablets and Readers http://www.texet.ru/tablet/
326
+ 'TexetTablet' => 'NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|TB-436|TB-416|TB-146SE|TB-126SE',
327
+ // Avoid detecting 'PLAYSTATION 3' as mobile.
328
+ 'PlaystationTablet' => 'Playstation.*(Portable|Vita)',
329
+ // http://www.trekstor.de/surftabs.html
330
+ 'TrekstorTablet' => 'ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab',
331
+ // http://www.pyleaudio.com/Products.aspx?%2fproducts%2fPersonal-Electronics%2fTablets
332
+ 'PyleAudioTablet' => '\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\b',
333
+ // http://www.advandigital.com/index.php?link=content-product&jns=JP001
334
+ // because of the short codenames we have to include whitespaces to reduce the possible conflicts.
335
+ 'AdvanTablet' => 'Android.* \b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\b ',
336
+ // http://www.danytech.com/category/tablet-pc
337
+ 'DanyTechTablet' => 'Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|Genius TAB GII|Genius TAB GIII|Genius Tab S1',
338
+ // http://www.galapad.net/product.html
339
+ 'GalapadTablet' => 'Android.*\bG1\b',
340
+ // http://www.micromaxinfo.com/tablet/funbook
341
+ 'MicromaxTablet' => 'Funbook|Micromax.*\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\b',
342
+ // http://www.karbonnmobiles.com/products_tablet.php
343
+ 'KarbonnTablet' => 'Android.*\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\b',
344
+ // http://www.myallfine.com/Products.asp
345
+ 'AllFineTablet' => 'Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide',
346
+ // http://www.proscanvideo.com/products-search.asp?itemClass=TABLET&itemnmbr=
347
+ 'PROSCANTablet' => '\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\b',
348
+ // http://www.yonesnav.com/products/products.php
349
+ 'YONESTablet' => 'BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026',
350
+ // http://www.cjshowroom.com/eproducts.aspx?classcode=004001001
351
+ // China manufacturer makes tablets for different small brands (eg. http://www.zeepad.net/index.html)
352
+ 'ChangJiaTablet' => 'TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|TPC10111|TPC10203|TPC10205|TPC10503',
353
+ // http://www.gloryunion.cn/products.asp
354
+ // http://www.allwinnertech.com/en/apply/mobile.html
355
+ // http://www.ptcl.com.pk/pd_content.php?pd_id=284 (EVOTAB)
356
+ // @todo: Softwiner tablets?
357
+ // aka. Cute or Cool tablets. Not sure yet, must research to avoid collisions.
358
+ 'GUTablet' => 'TX-A1301|TX-M9002|Q702|kf026', // A12R|D75A|D77|D79|R83|A95|A106C|R15|A75|A76|D71|D72|R71|R73|R77|D82|R85|D92|A97|D92|R91|A10F|A77F|W71F|A78F|W78F|W81F|A97F|W91F|W97F|R16G|C72|C73E|K72|K73|R96G
359
+ // http://www.pointofview-online.com/showroom.php?shop_mode=product_listing&category_id=118
360
+ 'PointOfViewTablet' => 'TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10',
361
+ // http://www.overmax.pl/pl/katalog-produktow,p8/tablety,c14/
362
+ // @todo: add more tests.
363
+ 'OvermaxTablet' => 'OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)',
364
+ // http://hclmetablet.com/India/index.php
365
+ 'HCLTablet' => 'HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync',
366
+ // http://www.edigital.hu/Tablet_es_e-book_olvaso/Tablet-c18385.html
367
+ 'DPSTablet' => 'DPS Dream 9|DPS Dual 7',
368
+ // http://www.visture.com/index.asp
369
+ 'VistureTablet' => 'V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10',
370
+ // http://www.mijncresta.nl/tablet
371
+ 'CrestaTablet' => 'CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989',
372
+ // MediaTek - http://www.mediatek.com/_en/01_products/02_proSys.php?cata_sn=1&cata1_sn=1&cata2_sn=309
373
+ 'MediatekTablet' => '\bMT8125|MT8389|MT8135|MT8377\b',
374
+ // Concorde tab
375
+ 'ConcordeTablet' => 'Concorde([ ]+)?Tab|ConCorde ReadMan',
376
+ // GoClever Tablets - http://www.goclever.com/uk/products,c1/tablet,c5/
377
+ 'GoCleverTablet' => 'GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|TAB R104|TAB R83.3|TAB A1042',
378
+ // Modecom Tablets - http://www.modecom.eu/tablets/portal/
379
+ 'ModecomTablet' => 'FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003',
380
+ // Vonino Tablets - http://www.vonino.eu/tablets
381
+ 'VoninoTablet' => '\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|Primus[ _]?QS|Android.*\bQ8\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\b',
382
+ // ECS Tablets - http://www.ecs.com.tw/ECSWebSite/Product/Product_Tablet_List.aspx?CategoryID=14&MenuID=107&childid=M_107&LanID=0
383
+ 'ECSTablet' => 'V07OT2|TM105A|S10OT1|TR10CS1',
384
+ // Storex Tablets - http://storex.fr/espace_client/support.html
385
+ // @note: no need to add all the tablet codes since they are guided by the first regex.
386
+ 'StorexTablet' => 'eZee[_\']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab',
387
+ // Generic Vodafone tablets.
388
+ 'VodafoneTablet' => 'SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7|VF-1497',
389
+ // French tablets - Essentiel B http://www.boulanger.fr/tablette_tactile_e-book/tablette_tactile_essentiel_b/cl_68908.htm?multiChoiceToDelete=brand&mc_brand=essentielb
390
+ // Aka: http://www.essentielb.fr/
391
+ 'EssentielBTablet' => 'Smart[ \']?TAB[ ]+?[0-9]+|Family[ \']?TAB2',
392
+ // Ross & Moor - http://ross-moor.ru/
393
+ 'RossMoorTablet' => 'RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711',
394
+ // i-mobile http://product.i-mobilephone.com/Mobile_Device
395
+ 'iMobileTablet' => 'i-mobile i-note',
396
+ // http://www.tolino.de/de/vergleichen/
397
+ 'TolinoTablet' => 'tolino tab [0-9.]+|tolino shine',
398
+ // AudioSonic - a Kmart brand
399
+ // http://www.kmart.com.au/webapp/wcs/stores/servlet/Search?langId=-1&storeId=10701&catalogId=10001&categoryId=193001&pageSize=72&currentPage=1&searchCategory=193001%2b4294965664&sortBy=p_MaxPrice%7c1
400
+ 'AudioSonicTablet' => '\bC-22Q|T7-QC|T-17B|T-17P\b',
401
+ // AMPE Tablets - http://www.ampe.com.my/product-category/tablets/
402
+ // @todo: add them gradually to avoid conflicts.
403
+ 'AMPETablet' => 'Android.* A78 ',
404
+ // Skk Mobile - http://skkmobile.com.ph/product_tablets.php
405
+ 'SkkTablet' => 'Android.* (SKYPAD|PHOENIX|CYCLOPS)',
406
+ // Tecno Mobile (only tablet) - http://www.tecno-mobile.com/index.php/product?filterby=smart&list_order=all&page=1
407
+ 'TecnoTablet' => 'TECNO P9',
408
+ // JXD (consoles & tablets) - http://jxd.hk/products.asp?selectclassid=009008&clsid=3
409
+ 'JXDTablet' => 'Android.* \b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|P1000|P300|S18|S6600|S9100)\b',
410
+ // i-Joy tablets - http://www.i-joy.es/en/cat/products/tablets/
411
+ 'iJoyTablet' => 'Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)',
412
+ // http://www.intracon.eu/tablet
413
+ 'FX2Tablet' => 'FX2 PAD7|FX2 PAD10',
414
+ // http://www.xoro.de/produkte/
415
+ // @note: Might be the same brand with 'Simply tablets'
416
+ 'XoroTablet' => 'KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151',
417
+ // http://www1.viewsonic.com/products/computing/tablets/
418
+ 'ViewsonicTablet' => 'ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a',
419
+ // http://www.odys.de/web/internet-tablet_en.html
420
+ 'OdysTablet' => 'LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\bXELIO\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10',
421
+ // http://www.captiva-power.de/products.html#tablets-en
422
+ 'CaptivaTablet' => 'CAPTIVA PAD',
423
+ // IconBIT - http://www.iconbit.com/products/tablets/
424
+ 'IconbitTablet' => 'NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S',
425
+ // http://www.teclast.com/topic.php?channelID=70&topicID=140&pid=63
426
+ 'TeclastTablet' => 'T98 4G|\bP80\b|\bX90HD\b|X98 Air|X98 Air 3G|\bX89\b|P80 3G|\bX80h\b|P98 Air|\bX89HD\b|P98 3G|\bP90HD\b|P89 3G|X98 3G|\bP70h\b|P79HD 3G|G18d 3G|\bP79HD\b|\bP89s\b|\bA88\b|\bP10HD\b|\bP19HD\b|G18 3G|\bP78HD\b|\bA78\b|\bP75\b|G17s 3G|G17h 3G|\bP85t\b|\bP90\b|\bP11\b|\bP98t\b|\bP98HD\b|\bG18d\b|\bP85s\b|\bP11HD\b|\bP88s\b|\bA80HD\b|\bA80se\b|\bA10h\b|\bP89\b|\bP78s\b|\bG18\b|\bP85\b|\bA70h\b|\bA70\b|\bG17\b|\bP18\b|\bA80s\b|\bA11s\b|\bP88HD\b|\bA80h\b|\bP76s\b|\bP76h\b|\bP98\b|\bA10HD\b|\bP78\b|\bP88\b|\bA11\b|\bA10t\b|\bP76a\b|\bP76t\b|\bP76e\b|\bP85HD\b|\bP85a\b|\bP86\b|\bP75HD\b|\bP76v\b|\bA12\b|\bP75a\b|\bA15\b|\bP76Ti\b|\bP81HD\b|\bA10\b|\bT760VE\b|\bT720HD\b|\bP76\b|\bP73\b|\bP71\b|\bP72\b|\bT720SE\b|\bC520Ti\b|\bT760\b|\bT720VE\b|T720-3GE|T720-WiFi',
427
+ // Onda - http://www.onda-tablet.com/buy-android-onda.html?dir=desc&limit=all&order=price
428
+ 'OndaTablet' => '\b(V975i|Vi30|VX530|V701|Vi60|V701s|Vi50|V801s|V719|Vx610w|VX610W|V819i|Vi10|VX580W|Vi10|V711s|V813|V811|V820w|V820|Vi20|V711|VI30W|V712|V891w|V972|V819w|V820w|Vi60|V820w|V711|V813s|V801|V819|V975s|V801|V819|V819|V818|V811|V712|V975m|V101w|V961w|V812|V818|V971|V971s|V919|V989|V116w|V102w|V973|Vi40)\b[\s]+',
429
+ 'JaytechTablet' => 'TPC-PA762',
430
+ 'BlaupunktTablet' => 'Endeavour 800NG|Endeavour 1010',
431
+ // http://www.digma.ru/support/download/
432
+ // @todo: Ebooks also (if requested)
433
+ 'DigmaTablet' => '\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\b',
434
+ // http://www.evolioshop.com/ro/tablete-pc.html
435
+ // http://www.evolio.ro/support/downloads_static.html?cat=2
436
+ // @todo: Research some more
437
+ 'EvolioTablet' => 'ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\bEvotab\b|\bNeura\b',
438
+ // @todo http://www.lavamobiles.com/tablets-data-cards
439
+ 'LavaTablet' => 'QPAD E704|\bIvoryS\b|E-TAB IVORY|\bE-TAB\b',
440
+ // http://www.breezetablet.com/
441
+ 'AocTablet' => 'MW0811|MW0812|MW0922|MTK8382|MW1031|MW0831|MW0821|MW0931|MW0712',
442
+ // http://www.mpmaneurope.com/en/products/internet-tablets-14/android-tablets-14/
443
+ 'MpmanTablet' => 'MP11 OCTA|MP10 OCTA|MPQC1114|MPQC1004|MPQC994|MPQC974|MPQC973|MPQC804|MPQC784|MPQC780|\bMPG7\b|MPDCG75|MPDCG71|MPDC1006|MP101DC|MPDC9000|MPDC905|MPDC706HD|MPDC706|MPDC705|MPDC110|MPDC100|MPDC99|MPDC97|MPDC88|MPDC8|MPDC77|MP709|MID701|MID711|MID170|MPDC703|MPQC1010',
444
+ // https://www.celkonmobiles.com/?_a=categoryphones&sid=2
445
+ 'CelkonTablet' => 'CT695|CT888|CT[\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\bCT-1\b',
446
+ // http://www.wolderelectronics.com/productos/manuales-y-guias-rapidas/categoria-2-miTab
447
+ 'WolderTablet' => 'miTab \b(DIAMOND|SPACE|BROOKLYN|NEO|FLY|MANHATTAN|FUNK|EVOLUTION|SKY|GOCAR|IRON|GENIUS|POP|MINT|EPSILON|BROADWAY|JUMP|HOP|LEGEND|NEW AGE|LINE|ADVANCE|FEEL|FOLLOW|LIKE|LINK|LIVE|THINK|FREEDOM|CHICAGO|CLEVELAND|BALTIMORE-GH|IOWA|BOSTON|SEATTLE|PHOENIX|DALLAS|IN 101|MasterChef)\b',
448
+ // http://www.mi.com/en
449
+ 'MiTablet' => '\bMI PAD\b|\bHM NOTE 1W\b',
450
+ // http://www.nbru.cn/index.html
451
+ 'NibiruTablet' => 'Nibiru M1|Nibiru Jupiter One',
452
+ // http://navroad.com/products/produkty/tablety/
453
+ 'NexoTablet' => 'NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI',
454
+ // http://leader-online.com/new_site/product-category/tablets/
455
+ // http://www.leader-online.net.au/List/Tablet
456
+ 'LeaderTablet' => 'TBLT10Q|TBLT10I|TBL-10WDKB|TBL-10WDKBO2013|TBL-W230V2|TBL-W450|TBL-W500|SV572|TBLT7I|TBA-AC7-8G|TBLT79|TBL-8W16|TBL-10W32|TBL-10WKB|TBL-W100',
457
+ // http://www.datawind.com/ubislate/
458
+ 'UbislateTablet' => 'UbiSlate[\s]?7C',
459
+ // http://www.pocketbook-int.com/ru/support
460
+ 'PocketBookTablet' => 'Pocketbook',
461
+ // http://www.kocaso.com/product_tablet.html
462
+ 'KocasoTablet' => '\b(TB-1207)\b',
463
+ // http://global.hisense.com/product/asia/tablet/Sero7/201412/t20141215_91832.htm
464
+ 'HisenseTablet' => '\b(F5281|E2371)\b',
465
+ // http://www.tesco.com/direct/hudl/
466
+ 'Hudl' => 'Hudl HT7S3|Hudl 2',
467
+ // http://www.telstra.com.au/home-phone/thub-2/
468
+ 'TelstraTablet' => 'T-Hub2',
469
+ 'GenericTablet' => 'Android.*\b97D\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\bA7EB\b|CatNova8|A1_07|CT704|CT1002|\bM721\b|rk30sdk|\bEVOTAB\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|Tablet-PC-4|Tagi Tab|\bM6pro\b|CT1020W|arc 10HD|\bTP750\b'
470
+ );
471
+
472
+ /**
473
+ * List of mobile Operating Systems.
474
+ *
475
+ * @var array
476
+ */
477
+ protected static $operatingSystems = array(
478
+ 'AndroidOS' => 'Android',
479
+ 'BlackBerryOS' => 'blackberry|\bBB10\b|rim tablet os',
480
+ 'PalmOS' => 'PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino',
481
+ 'SymbianOS' => 'Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\bS60\b',
482
+ // @reference: http://en.wikipedia.org/wiki/Windows_Mobile
483
+ 'WindowsMobileOS' => 'Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Window Mobile|Windows Phone [0-9.]+|WCE;',
484
+ // @reference: http://en.wikipedia.org/wiki/Windows_Phone
485
+ // http://wifeng.cn/?r=blog&a=view&id=106
486
+ // http://nicksnettravels.builttoroam.com/post/2011/01/10/Bogus-Windows-Phone-7-User-Agent-String.aspx
487
+ // http://msdn.microsoft.com/library/ms537503.aspx
488
+ // https://msdn.microsoft.com/en-us/library/hh869301(v=vs.85).aspx
489
+ 'WindowsPhoneOS' => 'Windows Phone 10.0|Windows Phone 8.1|Windows Phone 8.0|Windows Phone OS|XBLWP7|ZuneWP7|Windows NT 6.[23]; ARM;',
490
+ 'iOS' => '\biPhone.*Mobile|\biPod|\biPad',
491
+ // http://en.wikipedia.org/wiki/MeeGo
492
+ // @todo: research MeeGo in UAs
493
+ 'MeeGoOS' => 'MeeGo',
494
+ // http://en.wikipedia.org/wiki/Maemo
495
+ // @todo: research Maemo in UAs
496
+ 'MaemoOS' => 'Maemo',
497
+ 'JavaOS' => 'J2ME/|\bMIDP\b|\bCLDC\b', // '|Java/' produces bug #135
498
+ 'webOS' => 'webOS|hpwOS',
499
+ 'badaOS' => '\bBada\b',
500
+ 'BREWOS' => 'BREW',
501
+ );
502
+
503
+ /**
504
+ * List of mobile User Agents.
505
+ *
506
+ * IMPORTANT: This is a list of only mobile browsers.
507
+ * Mobile Detect 2.x supports only mobile browsers,
508
+ * it was never designed to detect all browsers.
509
+ * The change will come in 2017 in the 3.x release for PHP7.
510
+ *
511
+ * @var array
512
+ */
513
+ protected static $browsers = array(
514
+ //'Vivaldi' => 'Vivaldi',
515
+ // @reference: https://developers.google.com/chrome/mobile/docs/user-agent
516
+ 'Chrome' => '\bCrMo\b|CriOS|Android.*Chrome/[.0-9]* (Mobile)?',
517
+ 'Dolfin' => '\bDolfin\b',
518
+ 'Opera' => 'Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR/[0-9.]+|Coast/[0-9.]+',
519
+ 'Skyfire' => 'Skyfire',
520
+ 'Edge' => 'Mobile Safari/[.0-9]* Edge',
521
+ 'IE' => 'IEMobile|MSIEMobile', // |Trident/[.0-9]+
522
+ 'Firefox' => 'fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile|FxiOS',
523
+ 'Bolt' => 'bolt',
524
+ 'TeaShark' => 'teashark',
525
+ 'Blazer' => 'Blazer',
526
+ // @reference: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/OptimizingforSafarioniPhone/OptimizingforSafarioniPhone.html#//apple_ref/doc/uid/TP40006517-SW3
527
+ 'Safari' => 'Version.*Mobile.*Safari|Safari.*Mobile|MobileSafari',
528
+ // http://en.wikipedia.org/wiki/Midori_(web_browser)
529
+ //'Midori' => 'midori',
530
+ //'Tizen' => 'Tizen',
531
+ 'UCBrowser' => 'UC.*Browser|UCWEB',
532
+ 'baiduboxapp' => 'baiduboxapp',
533
+ 'baidubrowser' => 'baidubrowser',
534
+ // https://github.com/serbanghita/Mobile-Detect/issues/7
535
+ 'DiigoBrowser' => 'DiigoBrowser',
536
+ // http://www.puffinbrowser.com/index.php
537
+ 'Puffin' => 'Puffin',
538
+ // http://mercury-browser.com/index.html
539
+ 'Mercury' => '\bMercury\b',
540
+ // http://en.wikipedia.org/wiki/Obigo_Browser
541
+ 'ObigoBrowser' => 'Obigo',
542
+ // http://en.wikipedia.org/wiki/NetFront
543
+ 'NetFront' => 'NF-Browser',
544
+ // @reference: http://en.wikipedia.org/wiki/Minimo
545
+ // http://en.wikipedia.org/wiki/Vision_Mobile_Browser
546
+ 'GenericBrowser' => 'NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger',
547
+ // @reference: https://en.wikipedia.org/wiki/Pale_Moon_(web_browser)
548
+ 'PaleMoon' => 'Android.*PaleMoon|Mobile.*PaleMoon',
549
+ );
550
+
551
+ /**
552
+ * Utilities.
553
+ *
554
+ * @var array
555
+ */
556
+ protected static $utilities = array(
557
+ // Experimental. When a mobile device wants to switch to 'Desktop Mode'.
558
+ // http://scottcate.com/technology/windows-phone-8-ie10-desktop-or-mobile/
559
+ // https://github.com/serbanghita/Mobile-Detect/issues/57#issuecomment-15024011
560
+ // https://developers.facebook.com/docs/sharing/best-practices
561
+ 'Bot' => 'Googlebot|facebookexternalhit|AdsBot-Google|Google Keyword Suggestion|Facebot|YandexBot|YandexMobileBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|Exabot|MJ12bot|YandexImages|TurnitinBot|Pingdom',
562
+ 'MobileBot' => 'Googlebot-Mobile|AdsBot-Google-Mobile|YahooSeeker/M1A1-R2D2',
563
+ 'DesktopMode' => 'WPDesktop',
564
+ 'TV' => 'SonyDTV|HbbTV', // experimental
565
+ 'WebKit' => '(webkit)[ /]([\w.]+)',
566
+ // @todo: Include JXD consoles.
567
+ 'Console' => '\b(Nintendo|Nintendo WiiU|Nintendo 3DS|PLAYSTATION|Xbox)\b',
568
+ 'Watch' => 'SM-V700',
569
+ );
570
+
571
+ /**
572
+ * All possible HTTP headers that represent the
573
+ * User-Agent string.
574
+ *
575
+ * @var array
576
+ */
577
+ protected static $uaHttpHeaders = array(
578
+ // The default User-Agent string.
579
+ 'HTTP_USER_AGENT',
580
+ // Header can occur on devices using Opera Mini.
581
+ 'HTTP_X_OPERAMINI_PHONE_UA',
582
+ // Vodafone specific header: http://www.seoprinciple.com/mobile-web-community-still-angry-at-vodafone/24/
583
+ 'HTTP_X_DEVICE_USER_AGENT',
584
+ 'HTTP_X_ORIGINAL_USER_AGENT',
585
+ 'HTTP_X_SKYFIRE_PHONE',
586
+ 'HTTP_X_BOLT_PHONE_UA',
587
+ 'HTTP_DEVICE_STOCK_UA',
588
+ 'HTTP_X_UCBROWSER_DEVICE_UA'
589
+ );
590
+
591
+ /**
592
+ * The individual segments that could exist in a User-Agent string. VER refers to the regular
593
+ * expression defined in the constant self::VER.
594
+ *
595
+ * @var array
596
+ */
597
+ protected static $properties = array(
598
+
599
+ // Build
600
+ 'Mobile' => 'Mobile/[VER]',
601
+ 'Build' => 'Build/[VER]',
602
+ 'Version' => 'Version/[VER]',
603
+ 'VendorID' => 'VendorID/[VER]',
604
+
605
+ // Devices
606
+ 'iPad' => 'iPad.*CPU[a-z ]+[VER]',
607
+ 'iPhone' => 'iPhone.*CPU[a-z ]+[VER]',
608
+ 'iPod' => 'iPod.*CPU[a-z ]+[VER]',
609
+ //'BlackBerry' => array('BlackBerry[VER]', 'BlackBerry [VER];'),
610
+ 'Kindle' => 'Kindle/[VER]',
611
+
612
+ // Browser
613
+ 'Chrome' => array('Chrome/[VER]', 'CriOS/[VER]', 'CrMo/[VER]'),
614
+ 'Coast' => array('Coast/[VER]'),
615
+ 'Dolfin' => 'Dolfin/[VER]',
616
+ // @reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox
617
+ 'Firefox' => array('Firefox/[VER]', 'FxiOS/[VER]'),
618
+ 'Fennec' => 'Fennec/[VER]',
619
+ // http://msdn.microsoft.com/en-us/library/ms537503(v=vs.85).aspx
620
+ // https://msdn.microsoft.com/en-us/library/ie/hh869301(v=vs.85).aspx
621
+ 'Edge' => 'Edge/[VER]',
622
+ 'IE' => array('IEMobile/[VER];', 'IEMobile [VER]', 'MSIE [VER];', 'Trident/[0-9.]+;.*rv:[VER]'),
623
+ // http://en.wikipedia.org/wiki/NetFront
624
+ 'NetFront' => 'NetFront/[VER]',
625
+ 'NokiaBrowser' => 'NokiaBrowser/[VER]',
626
+ 'Opera' => array( ' OPR/[VER]', 'Opera Mini/[VER]', 'Version/[VER]' ),
627
+ 'Opera Mini' => 'Opera Mini/[VER]',
628
+ 'Opera Mobi' => 'Version/[VER]',
629
+ 'UC Browser' => 'UC Browser[VER]',
630
+ 'MQQBrowser' => 'MQQBrowser/[VER]',
631
+ 'MicroMessenger' => 'MicroMessenger/[VER]',
632
+ 'baiduboxapp' => 'baiduboxapp/[VER]',
633
+ 'baidubrowser' => 'baidubrowser/[VER]',
634
+ 'SamsungBrowser' => 'SamsungBrowser/[VER]',
635
+ 'Iron' => 'Iron/[VER]',
636
+ // @note: Safari 7534.48.3 is actually Version 5.1.
637
+ // @note: On BlackBerry the Version is overwriten by the OS.
638
+ 'Safari' => array( 'Version/[VER]', 'Safari/[VER]' ),
639
+ 'Skyfire' => 'Skyfire/[VER]',
640
+ 'Tizen' => 'Tizen/[VER]',
641
+ 'Webkit' => 'webkit[ /][VER]',
642
+ 'PaleMoon' => 'PaleMoon/[VER]',
643
+
644
+ // Engine
645
+ 'Gecko' => 'Gecko/[VER]',
646
+ 'Trident' => 'Trident/[VER]',
647
+ 'Presto' => 'Presto/[VER]',
648
+ 'Goanna' => 'Goanna/[VER]',
649
+
650
+ // OS
651
+ 'iOS' => ' \bi?OS\b [VER][ ;]{1}',
652
+ 'Android' => 'Android [VER]',
653
+ 'BlackBerry' => array('BlackBerry[\w]+/[VER]', 'BlackBerry.*Version/[VER]', 'Version/[VER]'),
654
+ 'BREW' => 'BREW [VER]',
655
+ 'Java' => 'Java/[VER]',
656
+ // @reference: http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/08/29/introducing-the-ie9-on-windows-phone-mango-user-agent-string.aspx
657
+ // @reference: http://en.wikipedia.org/wiki/Windows_NT#Releases
658
+ 'Windows Phone OS' => array( 'Windows Phone OS [VER]', 'Windows Phone [VER]'),
659
+ 'Windows Phone' => 'Windows Phone [VER]',
660
+ 'Windows CE' => 'Windows CE/[VER]',
661
+ // http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/6be392da-4d2f-41b4-8354-8dcee20c85cd
662
+ 'Windows NT' => 'Windows NT [VER]',
663
+ 'Symbian' => array('SymbianOS/[VER]', 'Symbian/[VER]'),
664
+ 'webOS' => array('webOS/[VER]', 'hpwOS/[VER];'),
665
+ );
666
+
667
+ /**
668
+ * Construct an instance of this class.
669
+ *
670
+ * @param array $headers Specify the headers as injection. Should be PHP _SERVER flavored.
671
+ * If left empty, will use the global _SERVER['HTTP_*'] vars instead.
672
+ * @param string $userAgent Inject the User-Agent header. If null, will use HTTP_USER_AGENT
673
+ * from the $headers array instead.
674
+ */
675
+ public function __construct(
676
+ array $headers = null,
677
+ $userAgent = null
678
+ ) {
679
+ $this->setHttpHeaders($headers);
680
+ $this->setUserAgent($userAgent);
681
+ }
682
+
683
+ /**
684
+ * Get the current script version.
685
+ * This is useful for the demo.php file,
686
+ * so people can check on what version they are testing
687
+ * for mobile devices.
688
+ *
689
+ * @return string The version number in semantic version format.
690
+ */
691
+ public static function getScriptVersion()
692
+ {
693
+ return self::VERSION;
694
+ }
695
+
696
+ /**
697
+ * Set the HTTP Headers. Must be PHP-flavored. This method will reset existing headers.
698
+ *
699
+ * @param array $httpHeaders The headers to set. If null, then using PHP's _SERVER to extract
700
+ * the headers. The default null is left for backwards compatibility.
701
+ */
702
+ public function setHttpHeaders($httpHeaders = null)
703
+ {
704
+ // use global _SERVER if $httpHeaders aren't defined
705
+ if (!is_array($httpHeaders) || !count($httpHeaders)) {
706
+ $httpHeaders = $_SERVER;
707
+ }
708
+
709
+ // clear existing headers
710
+ $this->httpHeaders = array();
711
+
712
+ // Only save HTTP headers. In PHP land, that means only _SERVER vars that
713
+ // start with HTTP_.
714
+ foreach ($httpHeaders as $key => $value) {
715
+ if (substr($key, 0, 5) === 'HTTP_') {
716
+ $this->httpHeaders[$key] = $value;
717
+ }
718
+ }
719
+
720
+ // In case we're dealing with CloudFront, we need to know.
721
+ $this->setCfHeaders($httpHeaders);
722
+ }
723
+
724
+ /**
725
+ * Retrieves the HTTP headers.
726
+ *
727
+ * @return array
728
+ */
729
+ public function getHttpHeaders()
730
+ {
731
+ return $this->httpHeaders;
732
+ }
733
+
734
+ /**
735
+ * Retrieves a particular header. If it doesn't exist, no exception/error is caused.
736
+ * Simply null is returned.
737
+ *
738
+ * @param string $header The name of the header to retrieve. Can be HTTP compliant such as
739
+ * "User-Agent" or "X-Device-User-Agent" or can be php-esque with the
740
+ * all-caps, HTTP_ prefixed, underscore seperated awesomeness.
741
+ *
742
+ * @return string|null The value of the header.
743
+ */
744
+ public function getHttpHeader($header)
745
+ {
746
+ // are we using PHP-flavored headers?
747
+ if (strpos($header, '_') === false) {
748
+ $header = str_replace('-', '_', $header);
749
+ $header = strtoupper($header);
750
+ }
751
+
752
+ // test the alternate, too
753
+ $altHeader = 'HTTP_' . $header;
754
+
755
+ //Test both the regular and the HTTP_ prefix
756
+ if (isset($this->httpHeaders[$header])) {
757
+ return $this->httpHeaders[$header];
758
+ } elseif (isset($this->httpHeaders[$altHeader])) {
759
+ return $this->httpHeaders[$altHeader];
760
+ }
761
+
762
+ return null;
763
+ }
764
+
765
+ public function getMobileHeaders()
766
+ {
767
+ return self::$mobileHeaders;
768
+ }
769
+
770
+ /**
771
+ * Get all possible HTTP headers that
772
+ * can contain the User-Agent string.
773
+ *
774
+ * @return array List of HTTP headers.
775
+ */
776
+ public function getUaHttpHeaders()
777
+ {
778
+ return self::$uaHttpHeaders;
779
+ }
780
+
781
+
782
+ /**
783
+ * Set CloudFront headers
784
+ * http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html#header-caching-web-device
785
+ *
786
+ * @param array $cfHeaders List of HTTP headers
787
+ *
788
+ * @return boolean If there were CloudFront headers to be set
789
+ */
790
+ public function setCfHeaders($cfHeaders = null) {
791
+ // use global _SERVER if $cfHeaders aren't defined
792
+ if (!is_array($cfHeaders) || !count($cfHeaders)) {
793
+ $cfHeaders = $_SERVER;
794
+ }
795
+
796
+ // clear existing headers
797
+ $this->cloudfrontHeaders = array();
798
+
799
+ // Only save CLOUDFRONT headers. In PHP land, that means only _SERVER vars that
800
+ // start with cloudfront-.
801
+ $response = false;
802
+ foreach ($cfHeaders as $key => $value) {
803
+ if (substr(strtolower($key), 0, 16) === 'http_cloudfront_') {
804
+ $this->cloudfrontHeaders[strtoupper($key)] = $value;
805
+ $response = true;
806
+ }
807
+ }
808
+
809
+ return $response;
810
+ }
811
+
812
+ /**
813
+ * Retrieves the cloudfront headers.
814
+ *
815
+ * @return array
816
+ */
817
+ public function getCfHeaders()
818
+ {
819
+ return $this->cloudfrontHeaders;
820
+ }
821
+
822
+ /**
823
+ * Set the User-Agent to be used.
824
+ *
825
+ * @param string $userAgent The user agent string to set.
826
+ *
827
+ * @return string|null
828
+ */
829
+ public function setUserAgent($userAgent = null)
830
+ {
831
+ // Invalidate cache due to #375
832
+ $this->cache = array();
833
+
834
+ if (false === empty($userAgent)) {
835
+ return $this->userAgent = $userAgent;
836
+ } else {
837
+ $this->userAgent = null;
838
+ foreach ($this->getUaHttpHeaders() as $altHeader) {
839
+ if (false === empty($this->httpHeaders[$altHeader])) { // @todo: should use getHttpHeader(), but it would be slow. (Serban)
840
+ $this->userAgent .= $this->httpHeaders[$altHeader] . " ";
841
+ }
842
+ }
843
+
844
+ if (!empty($this->userAgent)) {
845
+ return $this->userAgent = trim($this->userAgent);
846
+ }
847
+ }
848
+
849
+ if (count($this->getCfHeaders()) > 0) {
850
+ return $this->userAgent = 'Amazon CloudFront';
851
+ }
852
+ return $this->userAgent = null;
853
+ }
854
+
855
+ /**
856
+ * Retrieve the User-Agent.
857
+ *
858
+ * @return string|null The user agent if it's set.
859
+ */
860
+ public function getUserAgent()
861
+ {
862
+ return $this->userAgent;
863
+ }
864
+
865
+ /**
866
+ * Set the detection type. Must be one of self::DETECTION_TYPE_MOBILE or
867
+ * self::DETECTION_TYPE_EXTENDED. Otherwise, nothing is set.
868
+ *
869
+ * @deprecated since version 2.6.9
870
+ *
871
+ * @param string $type The type. Must be a self::DETECTION_TYPE_* constant. The default
872
+ * parameter is null which will default to self::DETECTION_TYPE_MOBILE.
873
+ */
874
+ public function setDetectionType($type = null)
875
+ {
876
+ if ($type === null) {
877
+ $type = self::DETECTION_TYPE_MOBILE;
878
+ }
879
+
880
+ if ($type !== self::DETECTION_TYPE_MOBILE && $type !== self::DETECTION_TYPE_EXTENDED) {
881
+ return;
882
+ }
883
+
884
+ $this->detectionType = $type;
885
+ }
886
+
887
+ public function getMatchingRegex()
888
+ {
889
+ return $this->matchingRegex;
890
+ }
891
+
892
+ public function getMatchesArray()
893
+ {
894
+ return $this->matchesArray;
895
+ }
896
+
897
+ /**
898
+ * Retrieve the list of known phone devices.
899
+ *
900
+ * @return array List of phone devices.
901
+ */
902
+ public static function getPhoneDevices()
903
+ {
904
+ return self::$phoneDevices;
905
+ }
906
+
907
+ /**
908
+ * Retrieve the list of known tablet devices.
909
+ *
910
+ * @return array List of tablet devices.
911
+ */
912
+ public static function getTabletDevices()
913
+ {
914
+ return self::$tabletDevices;
915
+ }
916
+
917
+ /**
918
+ * Alias for getBrowsers() method.
919
+ *
920
+ * @return array List of user agents.
921
+ */
922
+ public static function getUserAgents()
923
+ {
924
+ return self::getBrowsers();
925
+ }
926
+
927
+ /**
928
+ * Retrieve the list of known browsers. Specifically, the user agents.
929
+ *
930
+ * @return array List of browsers / user agents.
931
+ */
932
+ public static function getBrowsers()
933
+ {
934
+ return self::$browsers;
935
+ }
936
+
937
+ /**
938
+ * Retrieve the list of known utilities.
939
+ *
940
+ * @return array List of utilities.
941
+ */
942
+ public static function getUtilities()
943
+ {
944
+ return self::$utilities;
945
+ }
946
+
947
+ /**
948
+ * Method gets the mobile detection rules. This method is used for the magic methods $detect->is*().
949
+ *
950
+ * @deprecated since version 2.6.9
951
+ *
952
+ * @return array All the rules (but not extended).
953
+ */
954
+ public static function getMobileDetectionRules()
955
+ {
956
+ static $rules;
957
+
958
+ if (!$rules) {
959
+ $rules = array_merge(
960
+ self::$phoneDevices,
961
+ self::$tabletDevices,
962
+ self::$operatingSystems,
963
+ self::$browsers
964
+ );
965
+ }
966
+
967
+ return $rules;
968
+
969
+ }
970
+
971
+ /**
972
+ * Method gets the mobile detection rules + utilities.
973
+ * The reason this is separate is because utilities rules
974
+ * don't necessary imply mobile. This method is used inside
975
+ * the new $detect->is('stuff') method.
976
+ *
977
+ * @deprecated since version 2.6.9
978
+ *
979
+ * @return array All the rules + extended.
980
+ */
981
+ public function getMobileDetectionRulesExtended()
982
+ {
983
+ static $rules;
984
+
985
+ if (!$rules) {
986
+ // Merge all rules together.
987
+ $rules = array_merge(
988
+ self::$phoneDevices,
989
+ self::$tabletDevices,
990
+ self::$operatingSystems,
991
+ self::$browsers,
992
+ self::$utilities
993
+ );
994
+ }
995
+
996
+ return $rules;
997
+ }
998
+
999
+ /**
1000
+ * Retrieve the current set of rules.
1001
+ *
1002
+ * @deprecated since version 2.6.9
1003
+ *
1004
+ * @return array
1005
+ */
1006
+ public function getRules()
1007
+ {
1008
+ if ($this->detectionType == self::DETECTION_TYPE_EXTENDED) {
1009
+ return self::getMobileDetectionRulesExtended();
1010
+ } else {
1011
+ return self::getMobileDetectionRules();
1012
+ }
1013
+ }
1014
+
1015
+ /**
1016
+ * Retrieve the list of mobile operating systems.
1017
+ *
1018
+ * @return array The list of mobile operating systems.
1019
+ */
1020
+ public static function getOperatingSystems()
1021
+ {
1022
+ return self::$operatingSystems;
1023
+ }
1024
+
1025
+ /**
1026
+ * Check the HTTP headers for signs of mobile.
1027
+ * This is the fastest mobile check possible; it's used
1028
+ * inside isMobile() method.
1029
+ *
1030
+ * @return bool
1031
+ */
1032
+ public function checkHttpHeadersForMobile()
1033
+ {
1034
+
1035
+ foreach ($this->getMobileHeaders() as $mobileHeader => $matchType) {
1036
+ if (isset($this->httpHeaders[$mobileHeader])) {
1037
+ if (is_array($matchType['matches'])) {
1038
+ foreach ($matchType['matches'] as $_match) {
1039
+ if (strpos($this->httpHeaders[$mobileHeader], $_match) !== false) {
1040
+ return true;
1041
+ }
1042
+ }
1043
+
1044
+ return false;
1045
+ } else {
1046
+ return true;
1047
+ }
1048
+ }
1049
+ }
1050
+
1051
+ return false;
1052
+
1053
+ }
1054
+
1055
+ /**
1056
+ * Magic overloading method.
1057
+ *
1058
+ * @method boolean is[...]()
1059
+ * @param string $name
1060
+ * @param array $arguments
1061
+ * @return mixed
1062
+ * @throws BadMethodCallException when the method doesn't exist and doesn't start with 'is'
1063
+ */
1064
+ public function __call($name, $arguments)
1065
+ {
1066
+ // make sure the name starts with 'is', otherwise
1067
+ if (substr($name, 0, 2) !== 'is') {
1068
+ throw new BadMethodCallException("No such method exists: $name");
1069
+ }
1070
+
1071
+ $this->setDetectionType(self::DETECTION_TYPE_MOBILE);
1072
+
1073
+ $key = substr($name, 2);
1074
+
1075
+ return $this->matchUAAgainstKey($key);
1076
+ }
1077
+
1078
+ /**
1079
+ * Find a detection rule that matches the current User-agent.
1080
+ *
1081
+ * @param null $userAgent deprecated
1082
+ * @return boolean
1083
+ */
1084
+ protected function matchDetectionRulesAgainstUA($userAgent = null)
1085
+ {
1086
+ // Begin general search.
1087
+ foreach ($this->getRules() as $_regex) {
1088
+ if (empty($_regex)) {
1089
+ continue;
1090
+ }
1091
+
1092
+ if ($this->match($_regex, $userAgent)) {
1093
+ return true;
1094
+ }
1095
+ }
1096
+
1097
+ return false;
1098
+ }
1099
+
1100
+ /**
1101
+ * Search for a certain key in the rules array.
1102
+ * If the key is found then try to match the corresponding
1103
+ * regex against the User-Agent.
1104
+ *
1105
+ * @param string $key
1106
+ *
1107
+ * @return boolean
1108
+ */
1109
+ protected function matchUAAgainstKey($key)
1110
+ {
1111
+ // Make the keys lowercase so we can match: isIphone(), isiPhone(), isiphone(), etc.
1112
+ $key = strtolower($key);
1113
+ if (false === isset($this->cache[$key])) {
1114
+
1115
+ // change the keys to lower case
1116
+ $_rules = array_change_key_case($this->getRules());
1117
+
1118
+ if (false === empty($_rules[$key])) {
1119
+ $this->cache[$key] = $this->match($_rules[$key]);
1120
+ }
1121
+
1122
+ if (false === isset($this->cache[$key])) {
1123
+ $this->cache[$key] = false;
1124
+ }
1125
+ }
1126
+
1127
+ return $this->cache[$key];
1128
+ }
1129
+
1130
+ /**
1131
+ * Check if the device is mobile.
1132
+ * Returns true if any type of mobile device detected, including special ones
1133
+ * @param null $userAgent deprecated
1134
+ * @param null $httpHeaders deprecated
1135
+ * @return bool
1136
+ */
1137
+ public function isMobile($userAgent = null, $httpHeaders = null)
1138
+ {
1139
+
1140
+ if ($httpHeaders) {
1141
+ $this->setHttpHeaders($httpHeaders);
1142
+ }
1143
+
1144
+ if ($userAgent) {
1145
+ $this->setUserAgent($userAgent);
1146
+ }
1147
+
1148
+ // Check specifically for cloudfront headers if the useragent === 'Amazon CloudFront'
1149
+ if ($this->getUserAgent() === 'Amazon CloudFront') {
1150
+ $cfHeaders = $this->getCfHeaders();
1151
+ if(array_key_exists('HTTP_CLOUDFRONT_IS_MOBILE_VIEWER', $cfHeaders) && $cfHeaders['HTTP_CLOUDFRONT_IS_MOBILE_VIEWER'] === 'true') {
1152
+ return true;
1153
+ }
1154
+ }
1155
+
1156
+ $this->setDetectionType(self::DETECTION_TYPE_MOBILE);
1157
+
1158
+ if ($this->checkHttpHeadersForMobile()) {
1159
+ return true;
1160
+ } else {
1161
+ return $this->matchDetectionRulesAgainstUA();
1162
+ }
1163
+
1164
+ }
1165
+
1166
+ /**
1167
+ * Check if the device is a tablet.
1168
+ * Return true if any type of tablet device is detected.
1169
+ *
1170
+ * @param string $userAgent deprecated
1171
+ * @param array $httpHeaders deprecated
1172
+ * @return bool
1173
+ */
1174
+ public function isTablet($userAgent = null, $httpHeaders = null)
1175
+ {
1176
+ // Check specifically for cloudfront headers if the useragent === 'Amazon CloudFront'
1177
+ if ($this->getUserAgent() === 'Amazon CloudFront') {
1178
+ $cfHeaders = $this->getCfHeaders();
1179
+ if(array_key_exists('HTTP_CLOUDFRONT_IS_TABLET_VIEWER', $cfHeaders) && $cfHeaders['HTTP_CLOUDFRONT_IS_TABLET_VIEWER'] === 'true') {
1180
+ return true;
1181
+ }
1182
+ }
1183
+
1184
+ $this->setDetectionType(self::DETECTION_TYPE_MOBILE);
1185
+
1186
+ foreach (self::$tabletDevices as $_regex) {
1187
+ if ($this->match($_regex, $userAgent)) {
1188
+ return true;
1189
+ }
1190
+ }
1191
+
1192
+ return false;
1193
+ }
1194
+
1195
+ /**
1196
+ * This method checks for a certain property in the
1197
+ * userAgent.
1198
+ * @todo: The httpHeaders part is not yet used.
1199
+ *
1200
+ * @param string $key
1201
+ * @param string $userAgent deprecated
1202
+ * @param string $httpHeaders deprecated
1203
+ * @return bool|int|null
1204
+ */
1205
+ public function is($key, $userAgent = null, $httpHeaders = null)
1206
+ {
1207
+ // Set the UA and HTTP headers only if needed (eg. batch mode).
1208
+ if ($httpHeaders) {
1209
+ $this->setHttpHeaders($httpHeaders);
1210
+ }
1211
+
1212
+ if ($userAgent) {
1213
+ $this->setUserAgent($userAgent);
1214
+ }
1215
+
1216
+ $this->setDetectionType(self::DETECTION_TYPE_EXTENDED);
1217
+
1218
+ return $this->matchUAAgainstKey($key);
1219
+ }
1220
+
1221
+ /**
1222
+ * Some detection rules are relative (not standard),
1223
+ * because of the diversity of devices, vendors and
1224
+ * their conventions in representing the User-Agent or
1225
+ * the HTTP headers.
1226
+ *
1227
+ * This method will be used to check custom regexes against
1228
+ * the User-Agent string.
1229
+ *
1230
+ * @param $regex
1231
+ * @param string $userAgent
1232
+ * @return bool
1233
+ *
1234
+ * @todo: search in the HTTP headers too.
1235
+ */
1236
+ public function match($regex, $userAgent = null)
1237
+ {
1238
+ $match = (bool) preg_match(sprintf('#%s#is', $regex), (false === empty($userAgent) ? $userAgent : $this->userAgent), $matches);
1239
+ // If positive match is found, store the results for debug.
1240
+ if ($match) {
1241
+ $this->matchingRegex = $regex;
1242
+ $this->matchesArray = $matches;
1243
+ }
1244
+
1245
+ return $match;
1246
+ }
1247
+
1248
+ /**
1249
+ * Get the properties array.
1250
+ *
1251
+ * @return array
1252
+ */
1253
+ public static function getProperties()
1254
+ {
1255
+ return self::$properties;
1256
+ }
1257
+
1258
+ /**
1259
+ * Prepare the version number.
1260
+ *
1261
+ * @todo Remove the error supression from str_replace() call.
1262
+ *
1263
+ * @param string $ver The string version, like "2.6.21.2152";
1264
+ *
1265
+ * @return float
1266
+ */
1267
+ public function prepareVersionNo($ver)
1268
+ {
1269
+ $ver = str_replace(array('_', ' ', '/'), '.', $ver);
1270
+ $arrVer = explode('.', $ver, 2);
1271
+
1272
+ if (isset($arrVer[1])) {
1273
+ $arrVer[1] = @str_replace('.', '', $arrVer[1]); // @todo: treat strings versions.
1274
+ }
1275
+
1276
+ return (float) implode('.', $arrVer);
1277
+ }
1278
+
1279
+ /**
1280
+ * Check the version of the given property in the User-Agent.
1281
+ * Will return a float number. (eg. 2_0 will return 2.0, 4.3.1 will return 4.31)
1282
+ *
1283
+ * @param string $propertyName The name of the property. See self::getProperties() array
1284
+ * keys for all possible properties.
1285
+ * @param string $type Either self::VERSION_TYPE_STRING to get a string value or
1286
+ * self::VERSION_TYPE_FLOAT indicating a float value. This parameter
1287
+ * is optional and defaults to self::VERSION_TYPE_STRING. Passing an
1288
+ * invalid parameter will default to the this type as well.
1289
+ *
1290
+ * @return string|float The version of the property we are trying to extract.
1291
+ */
1292
+ public function version($propertyName, $type = self::VERSION_TYPE_STRING)
1293
+ {
1294
+ if (empty($propertyName)) {
1295
+ return false;
1296
+ }
1297
+
1298
+ // set the $type to the default if we don't recognize the type
1299
+ if ($type !== self::VERSION_TYPE_STRING && $type !== self::VERSION_TYPE_FLOAT) {
1300
+ $type = self::VERSION_TYPE_STRING;
1301
+ }
1302
+
1303
+ $properties = self::getProperties();
1304
+
1305
+ // Check if the property exists in the properties array.
1306
+ if (true === isset($properties[$propertyName])) {
1307
+
1308
+ // Prepare the pattern to be matched.
1309
+ // Make sure we always deal with an array (string is converted).
1310
+ $properties[$propertyName] = (array) $properties[$propertyName];
1311
+
1312
+ foreach ($properties[$propertyName] as $propertyMatchString) {
1313
+
1314
+ $propertyPattern = str_replace('[VER]', self::VER, $propertyMatchString);
1315
+
1316
+ // Identify and extract the version.
1317
+ preg_match(sprintf('#%s#is', $propertyPattern), $this->userAgent, $match);
1318
+
1319
+ if (false === empty($match[1])) {
1320
+ $version = ($type == self::VERSION_TYPE_FLOAT ? $this->prepareVersionNo($match[1]) : $match[1]);
1321
+
1322
+ return $version;
1323
+ }
1324
+
1325
+ }
1326
+
1327
+ }
1328
+
1329
+ return false;
1330
+ }
1331
+
1332
+ /**
1333
+ * Retrieve the mobile grading, using self::MOBILE_GRADE_* constants.
1334
+ *
1335
+ * @return string One of the self::MOBILE_GRADE_* constants.
1336
+ */
1337
+ public function mobileGrade()
1338
+ {
1339
+ $isMobile = $this->isMobile();
1340
+
1341
+ if (
1342
+ // Apple iOS 4-7.0 – Tested on the original iPad (4.3 / 5.0), iPad 2 (4.3 / 5.1 / 6.1), iPad 3 (5.1 / 6.0), iPad Mini (6.1), iPad Retina (7.0), iPhone 3GS (4.3), iPhone 4 (4.3 / 5.1), iPhone 4S (5.1 / 6.0), iPhone 5 (6.0), and iPhone 5S (7.0)
1343
+ $this->is('iOS') && $this->version('iPad', self::VERSION_TYPE_FLOAT) >= 4.3 ||
1344
+ $this->is('iOS') && $this->version('iPhone', self::VERSION_TYPE_FLOAT) >= 4.3 ||
1345
+ $this->is('iOS') && $this->version('iPod', self::VERSION_TYPE_FLOAT) >= 4.3 ||
1346
+
1347
+ // Android 2.1-2.3 - Tested on the HTC Incredible (2.2), original Droid (2.2), HTC Aria (2.1), Google Nexus S (2.3). Functional on 1.5 & 1.6 but performance may be sluggish, tested on Google G1 (1.5)
1348
+ // Android 3.1 (Honeycomb) - Tested on the Samsung Galaxy Tab 10.1 and Motorola XOOM
1349
+ // Android 4.0 (ICS) - Tested on a Galaxy Nexus. Note: transition performance can be poor on upgraded devices
1350
+ // Android 4.1 (Jelly Bean) - Tested on a Galaxy Nexus and Galaxy 7
1351
+ ( $this->version('Android', self::VERSION_TYPE_FLOAT)>2.1 && $this->is('Webkit') ) ||
1352
+
1353
+ // Windows Phone 7.5-8 - Tested on the HTC Surround (7.5), HTC Trophy (7.5), LG-E900 (7.5), Nokia 800 (7.8), HTC Mazaa (7.8), Nokia Lumia 520 (8), Nokia Lumia 920 (8), HTC 8x (8)
1354
+ $this->version('Windows Phone OS', self::VERSION_TYPE_FLOAT) >= 7.5 ||
1355
+
1356
+ // Tested on the Torch 9800 (6) and Style 9670 (6), BlackBerry® Torch 9810 (7), BlackBerry Z10 (10)
1357
+ $this->is('BlackBerry') && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT) >= 6.0 ||
1358
+ // Blackberry Playbook (1.0-2.0) - Tested on PlayBook
1359
+ $this->match('Playbook.*Tablet') ||
1360
+
1361
+ // Palm WebOS (1.4-3.0) - Tested on the Palm Pixi (1.4), Pre (1.4), Pre 2 (2.0), HP TouchPad (3.0)
1362
+ ( $this->version('webOS', self::VERSION_TYPE_FLOAT) >= 1.4 && $this->match('Palm|Pre|Pixi') ) ||
1363
+ // Palm WebOS 3.0 - Tested on HP TouchPad
1364
+ $this->match('hp.*TouchPad') ||
1365
+
1366
+ // Firefox Mobile 18 - Tested on Android 2.3 and 4.1 devices
1367
+ ( $this->is('Firefox') && $this->version('Firefox', self::VERSION_TYPE_FLOAT) >= 18 ) ||
1368
+
1369
+ // Chrome for Android - Tested on Android 4.0, 4.1 device
1370
+ ( $this->is('Chrome') && $this->is('AndroidOS') && $this->version('Android', self::VERSION_TYPE_FLOAT) >= 4.0 ) ||
1371
+
1372
+ // Skyfire 4.1 - Tested on Android 2.3 device
1373
+ ( $this->is('Skyfire') && $this->version('Skyfire', self::VERSION_TYPE_FLOAT) >= 4.1 && $this->is('AndroidOS') && $this->version('Android', self::VERSION_TYPE_FLOAT) >= 2.3 ) ||
1374
+
1375
+ // Opera Mobile 11.5-12: Tested on Android 2.3
1376
+ ( $this->is('Opera') && $this->version('Opera Mobi', self::VERSION_TYPE_FLOAT) >= 11.5 && $this->is('AndroidOS') ) ||
1377
+
1378
+ // Meego 1.2 - Tested on Nokia 950 and N9
1379
+ $this->is('MeeGoOS') ||
1380
+
1381
+ // Tizen (pre-release) - Tested on early hardware
1382
+ $this->is('Tizen') ||
1383
+
1384
+ // Samsung Bada 2.0 - Tested on a Samsung Wave 3, Dolphin browser
1385
+ // @todo: more tests here!
1386
+ $this->is('Dolfin') && $this->version('Bada', self::VERSION_TYPE_FLOAT) >= 2.0 ||
1387
+
1388
+ // UC Browser - Tested on Android 2.3 device
1389
+ ( ($this->is('UC Browser') || $this->is('Dolfin')) && $this->version('Android', self::VERSION_TYPE_FLOAT) >= 2.3 ) ||
1390
+
1391
+ // Kindle 3 and Fire - Tested on the built-in WebKit browser for each
1392
+ ( $this->match('Kindle Fire') ||
1393
+ $this->is('Kindle') && $this->version('Kindle', self::VERSION_TYPE_FLOAT) >= 3.0 ) ||
1394
+
1395
+ // Nook Color 1.4.1 - Tested on original Nook Color, not Nook Tablet
1396
+ $this->is('AndroidOS') && $this->is('NookTablet') ||
1397
+
1398
+ // Chrome Desktop 16-24 - Tested on OS X 10.7 and Windows 7
1399
+ $this->version('Chrome', self::VERSION_TYPE_FLOAT) >= 16 && !$isMobile ||
1400
+
1401
+ // Safari Desktop 5-6 - Tested on OS X 10.7 and Windows 7
1402
+ $this->version('Safari', self::VERSION_TYPE_FLOAT) >= 5.0 && !$isMobile ||
1403
+
1404
+ // Firefox Desktop 10-18 - Tested on OS X 10.7 and Windows 7
1405
+ $this->version('Firefox', self::VERSION_TYPE_FLOAT) >= 10.0 && !$isMobile ||
1406
+
1407
+ // Internet Explorer 7-9 - Tested on Windows XP, Vista and 7
1408
+ $this->version('IE', self::VERSION_TYPE_FLOAT) >= 7.0 && !$isMobile ||
1409
+
1410
+ // Opera Desktop 10-12 - Tested on OS X 10.7 and Windows 7
1411
+ $this->version('Opera', self::VERSION_TYPE_FLOAT) >= 10 && !$isMobile
1412
+ ){
1413
+ return self::MOBILE_GRADE_A;
1414
+ }
1415
+
1416
+ if (
1417
+ $this->is('iOS') && $this->version('iPad', self::VERSION_TYPE_FLOAT)<4.3 ||
1418
+ $this->is('iOS') && $this->version('iPhone', self::VERSION_TYPE_FLOAT)<4.3 ||
1419
+ $this->is('iOS') && $this->version('iPod', self::VERSION_TYPE_FLOAT)<4.3 ||
1420
+
1421
+ // Blackberry 5.0: Tested on the Storm 2 9550, Bold 9770
1422
+ $this->is('Blackberry') && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT) >= 5 && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT)<6 ||
1423
+
1424
+ //Opera Mini (5.0-6.5) - Tested on iOS 3.2/4.3 and Android 2.3
1425
+ ($this->version('Opera Mini', self::VERSION_TYPE_FLOAT) >= 5.0 && $this->version('Opera Mini', self::VERSION_TYPE_FLOAT) <= 7.0 &&
1426
+ ($this->version('Android', self::VERSION_TYPE_FLOAT) >= 2.3 || $this->is('iOS')) ) ||
1427
+
1428
+ // Nokia Symbian^3 - Tested on Nokia N8 (Symbian^3), C7 (Symbian^3), also works on N97 (Symbian^1)
1429
+ $this->match('NokiaN8|NokiaC7|N97.*Series60|Symbian/3') ||
1430
+
1431
+ // @todo: report this (tested on Nokia N71)
1432
+ $this->version('Opera Mobi', self::VERSION_TYPE_FLOAT) >= 11 && $this->is('SymbianOS')
1433
+ ){
1434
+ return self::MOBILE_GRADE_B;
1435
+ }
1436
+
1437
+ if (
1438
+ // Blackberry 4.x - Tested on the Curve 8330
1439
+ $this->version('BlackBerry', self::VERSION_TYPE_FLOAT) <= 5.0 ||
1440
+ // Windows Mobile - Tested on the HTC Leo (WinMo 5.2)
1441
+ $this->match('MSIEMobile|Windows CE.*Mobile') || $this->version('Windows Mobile', self::VERSION_TYPE_FLOAT) <= 5.2 ||
1442
+
1443
+ // Tested on original iPhone (3.1), iPhone 3 (3.2)
1444
+ $this->is('iOS') && $this->version('iPad', self::VERSION_TYPE_FLOAT) <= 3.2 ||
1445
+ $this->is('iOS') && $this->version('iPhone', self::VERSION_TYPE_FLOAT) <= 3.2 ||
1446
+ $this->is('iOS') && $this->version('iPod', self::VERSION_TYPE_FLOAT) <= 3.2 ||
1447
+
1448
+ // Internet Explorer 7 and older - Tested on Windows XP
1449
+ $this->version('IE', self::VERSION_TYPE_FLOAT) <= 7.0 && !$isMobile
1450
+ ){
1451
+ return self::MOBILE_GRADE_C;
1452
+ }
1453
+
1454
+ // All older smartphone platforms and featurephones - Any device that doesn't support media queries
1455
+ // will receive the basic, C grade experience.
1456
+ return self::MOBILE_GRADE_C;
1457
+ }
1458
  }
assets/helper/class-eds-tinymce.php CHANGED
@@ -1,56 +1,56 @@
1
- <?php
2
- /**
3
- * @description: Class to handle TinyMCE related actions
4
- */
5
-
6
- if ( !class_exists( 'EDS_TinyMCE' ) ):
7
-
8
- class EDS_TinyMCE {
9
-
10
- function add_tinymce_plugin( $plugin_array ){
11
-
12
- $plugin_array['edsanimate'] = plugins_url( '/assets/js/edsanimate.tinymce.js', EDS_Animate::$abs_file );
13
- return $plugin_array;
14
-
15
- }
16
-
17
- function register_edsanimate_button( $buttons ){
18
-
19
- array_push( $buttons, "|", "edsanimate" );
20
- return $buttons;
21
-
22
- }
23
-
24
- function refresh_mce( $ver ) {
25
-
26
- $ver += 3;
27
- return $ver;
28
- }
29
-
30
- function add_edsanimate_button() {
31
- if ( !current_user_can('edit_posts') && !current_user_can('edit_pages') )
32
- return;
33
-
34
- if ( get_user_option('rich_editing') == 'true') {
35
- add_filter('mce_external_plugins', array( $this, 'add_tinymce_plugin' ) );
36
- add_filter('mce_buttons', array( $this, 'register_edsanimate_button' ) );
37
- }
38
- }
39
-
40
- function get_popup(){
41
-
42
- include_once dirname( EDS_Animate::$abs_file ).'/assets/helper/edsanimate-tinymce-popup.php';
43
-
44
- wp_die();
45
- }
46
-
47
- function add_locale( $locales ) {
48
-
49
- $locales['edsanimate'] = plugin_dir_path ( __FILE__ ) . 'eds-tinymce-plugin-langs.php';
50
- return $locales;
51
-
52
- }
53
- }
54
-
55
-
56
  endif;
1
+ <?php
2
+ /**
3
+ * @description: Class to handle TinyMCE related actions
4
+ */
5
+
6
+ if ( !class_exists( 'EDS_TinyMCE' ) ):
7
+
8
+ class EDS_TinyMCE {
9
+
10
+ function add_tinymce_plugin( $plugin_array ){
11
+
12
+ $plugin_array['edsanimate'] = plugins_url( '/assets/js/edsanimate.tinymce.js', EDS_Animate::$abs_file );
13
+ return $plugin_array;
14
+
15
+ }
16
+
17
+ function register_edsanimate_button( $buttons ){
18
+
19
+ array_push( $buttons, "|", "edsanimate" );
20
+ return $buttons;
21
+
22
+ }
23
+
24
+ function refresh_mce( $ver ) {
25
+
26
+ $ver += 3;
27
+ return $ver;
28
+ }
29
+
30
+ function add_edsanimate_button() {
31
+ if ( !current_user_can('edit_posts') && !current_user_can('edit_pages') )
32
+ return;
33
+
34
+ if ( get_user_option('rich_editing') == 'true') {
35
+ add_filter('mce_external_plugins', array( $this, 'add_tinymce_plugin' ) );
36
+ add_filter('mce_buttons', array( $this, 'register_edsanimate_button' ) );
37
+ }
38
+ }
39
+
40
+ function get_popup(){
41
+
42
+ include_once dirname( EDS_Animate::$abs_file ).'/assets/helper/edsanimate-tinymce-popup.php';
43
+
44
+ wp_die();
45
+ }
46
+
47
+ function add_locale( $locales ) {
48
+
49
+ $locales['edsanimate'] = plugin_dir_path ( __FILE__ ) . 'eds-tinymce-plugin-langs.php';
50
+ return $locales;
51
+
52
+ }
53
+ }
54
+
55
+
56
  endif;
assets/helper/eds-tinymce-plugin-langs.php CHANGED
@@ -1,20 +1,20 @@
1
- <?php
2
- // This file is based on wp-includes/js/tinymce/langs/wp-langs.php
3
-
4
- if ( ! defined( 'ABSPATH' ) )
5
- exit;
6
-
7
- if ( ! class_exists( '_WP_Editors' ) )
8
- require( ABSPATH . WPINC . '/class-wp-editor.php' );
9
-
10
- function edsanimate_tinymce_plugin_translation() {
11
- $strings = array(
12
- 'modal_title' => __( 'Select your Animation Style', 'eds-animate' ),
13
- );
14
- $locale = _WP_Editors::$mce_locale;
15
- $translated = 'tinyMCE.addI18n("' . $locale . '.edsanimate", ' . json_encode( $strings ) . ");\n";
16
-
17
- return $translated;
18
- }
19
-
20
  $strings = edsanimate_tinymce_plugin_translation();
1
+ <?php
2
+ // This file is based on wp-includes/js/tinymce/langs/wp-langs.php
3
+
4
+ if ( ! defined( 'ABSPATH' ) )
5
+ exit;
6
+
7
+ if ( ! class_exists( '_WP_Editors' ) )
8
+ require( ABSPATH . WPINC . '/class-wp-editor.php' );
9
+
10
+ function edsanimate_tinymce_plugin_translation() {
11
+ $strings = array(
12
+ 'modal_title' => __( 'Select your Animation Style', 'eds-animate' ),
13
+ );
14
+ $locale = _WP_Editors::$mce_locale;
15
+ $translated = 'tinyMCE.addI18n("' . $locale . '.edsanimate", ' . json_encode( $strings ) . ");\n";
16
+
17
+ return $translated;
18
+ }
19
+
20
  $strings = edsanimate_tinymce_plugin_translation();
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", "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);
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/edsanimate.tinymce.js CHANGED
@@ -1,40 +1,40 @@
1
- (function($, ajaxurl) {
2
-
3
- tinymce.create('tinymce.plugins.EDSAnimate', {
4
- init : function(ed, url) {
5
- ed.addButton('edsanimate', {
6
- title : 'Animate It!',
7
- icon : true,
8
- image : url+'/../images/edsanimate.png',
9
- onclick : function() {
10
- ed.windowManager.open({
11
- file : ajaxurl + '?action=edsanimate_get_popup',
12
- title: ed.getLang( 'edsanimate.modal_title', 'Select your Animation Style') + ":",
13
- width : window.innerWidth-100,
14
- height : window.innerHeight-100,
15
- inline : 1
16
- }, {
17
- editor: ed,
18
- plugin_url : url, // Plugin absolute URL
19
- jquery: $ //jQuery Object
20
- });
21
- }
22
- });
23
- },
24
- createControl : function(n, cm) {
25
- return null;
26
- },
27
- getInfo : function() {
28
- return {
29
- longname : "Animate It! ShortCode",
30
- author : 'Eleopard Design Studios Pvt. Ltd.',
31
- authorurl : 'http://eleopard.in/',
32
- infourl : 'http://downloads.eleopard.in/',
33
- version : "1.0"
34
- };
35
- }
36
- });
37
-
38
- tinymce.PluginManager.add('edsanimate', tinymce.plugins.EDSAnimate);
39
-
40
- })(jQuery, ajaxurl);
1
+ (function($, ajaxurl) {
2
+
3
+ tinymce.create('tinymce.plugins.EDSAnimate', {
4
+ init : function(ed, url) {
5
+ ed.addButton('edsanimate', {
6
+ title : 'Animate It!',
7
+ icon : true,
8
+ image : url+'/../images/edsanimate.png',
9
+ onclick : function() {
10
+ ed.windowManager.open({
11
+ file : ajaxurl + '?action=edsanimate_get_popup',
12
+ title: ed.getLang( 'edsanimate.modal_title', 'Select your Animation Style') + ":",
13
+ width : window.innerWidth-100,
14
+ height : window.innerHeight-100,
15
+ inline : 1
16
+ }, {
17
+ editor: ed,
18
+ plugin_url : url, // Plugin absolute URL
19
+ jquery: $ //jQuery Object
20
+ });
21
+ }
22
+ });
23
+ },
24
+ createControl : function(n, cm) {
25
+ return null;
26
+ },
27
+ getInfo : function() {
28
+ return {
29
+ longname : "Animate It! ShortCode",
30
+ author : 'Eleopard Design Studios Pvt. Ltd.',
31
+ authorurl : 'http://eleopard.in/',
32
+ infourl : 'http://downloads.eleopard.in/',
33
+ version : "1.0"
34
+ };
35
+ }
36
+ });
37
+
38
+ tinymce.PluginManager.add('edsanimate', tinymce.plugins.EDSAnimate);
39
+
40
+ })(jQuery, ajaxurl);
assets/js/jquery.ba-throttle-debounce.min.js CHANGED
@@ -1,9 +1,9 @@
1
- /*
2
- * jQuery throttle / debounce - v1.1 - 3/7/2010
3
- * http://benalman.com/projects/jquery-throttle-debounce-plugin/
4
- *
5
- * Copyright (c) 2010 "Cowboy" Ben Alman
6
- * Dual licensed under the MIT and GPL licenses.
7
- * http://benalman.com/about/license/
8
- */
9
  (function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;if(typeof f!=="boolean"){i=j;j=f;f=c}function g(){var o=this,m=+new Date()-d,n=arguments;function l(){d=+new Date();j.apply(o,n)}function k(){h=c}if(i&&!h){l()}h&&clearTimeout(h);if(i===c&&m>e){l()}else{if(f!==true){h=setTimeout(i?k:l,i===c?e-m:e)}}}if($.guid){g.guid=j.guid=j.guid||$.guid++}return g};$.debounce=function(d,e,f){return f===c?a(d,e,false):a(d,f,e!==false)}})(this);
1
+ /*
2
+ * jQuery throttle / debounce - v1.1 - 3/7/2010
3
+ * http://benalman.com/projects/jquery-throttle-debounce-plugin/
4
+ *
5
+ * Copyright (c) 2010 "Cowboy" Ben Alman
6
+ * Dual licensed under the MIT and GPL licenses.
7
+ * http://benalman.com/about/license/
8
+ */
9
  (function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;if(typeof f!=="boolean"){i=j;j=f;f=c}function g(){var o=this,m=+new Date()-d,n=arguments;function l(){d=+new Date();j.apply(o,n)}function k(){h=c}if(i&&!h){l()}h&&clearTimeout(h);if(i===c&&m>e){l()}else{if(f!==true){h=setTimeout(i?k:l,i===c?e-m:e)}}}if($.guid){g.guid=j.guid=j.guid||$.guid++}return g};$.debounce=function(d,e,f){return f===c?a(d,e,false):a(d,f,e!==false)}})(this);
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
@@ -5,7 +5,7 @@
5
  * Domain Path: /lang
6
  * Plugin URI: http://www.eleopard.in
7
  * Description: Add cool CSS3 animations to your content.
8
- * Version: 2.3.3
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
@@ -163,7 +163,7 @@ class EDS_Animate {
163
  /*For version 2.3.0 code to add custom css file is added.*/
164
  $custom_css = get_option('eds_custom_css');
165
  if($custom_css !== false && $custom_css != "" ){
166
- file_put_contents( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css", $custom_css);
167
  }
168
  update_option( 'eds_animate_it_version', $eds_animate_it_version );
169
 
@@ -196,7 +196,7 @@ class EDS_Animate {
196
  update_option('eds_enable_on_tab', $_REQUEST['eds_enable_on_tab']);
197
  $ok=true;
198
  }
199
- $custom_css = esc_textarea(isset($_REQUEST['eds_custom_css'])?$_REQUEST['eds_custom_css']:'');
200
  update_option('eds_custom_css', $custom_css);
201
  file_put_contents( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css", $custom_css);
202
 
@@ -342,7 +342,7 @@ class EDS_Animate {
342
 
343
  //Enqueuing style sheets
344
  wp_enqueue_style( 'edsanimate-animo-css' );
345
- wp_add_inline_style( 'edsanimate-animo-css', $custom_css );
346
 
347
  //Enqueuing javascripts
348
  wp_enqueue_script( 'edsanimate-animo-script');
@@ -358,7 +358,7 @@ class EDS_Animate {
358
  if( $custom_css != null && trim($custom_css) != "" ) {
359
  wp_register_style( 'edsanimate-blank-css',plugins_url( '/assets/css/blank.css', self::$abs_file ) );
360
  wp_enqueue_style( 'edsanimate-blank-css' );
361
- wp_add_inline_style( 'edsanimate-blank-css', $custom_css );
362
  }
363
  }
364
  }
5
  * Domain Path: /lang
6
  * Plugin URI: http://www.eleopard.in
7
  * Description: Add cool CSS3 animations to your content.
8
+ * Version: 2.3.4
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
163
  /*For version 2.3.0 code to add custom css file is added.*/
164
  $custom_css = get_option('eds_custom_css');
165
  if($custom_css !== false && $custom_css != "" ){
166
+ file_put_contents( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css", sanitize_textarea_field( $custom_css ) );
167
  }
168
  update_option( 'eds_animate_it_version', $eds_animate_it_version );
169
 
196
  update_option('eds_enable_on_tab', $_REQUEST['eds_enable_on_tab']);
197
  $ok=true;
198
  }
199
+ $custom_css = sanitize_textarea_field(isset($_REQUEST['eds_custom_css'])?$_REQUEST['eds_custom_css']:'');
200
  update_option('eds_custom_css', $custom_css);
201
  file_put_contents( plugin_dir_path( self::$abs_file ) . "assets/css/custom.css", $custom_css);
202
 
342
 
343
  //Enqueuing style sheets
344
  wp_enqueue_style( 'edsanimate-animo-css' );
345
+ wp_add_inline_style( 'edsanimate-animo-css', sanitize_textarea_field( $custom_css ) );
346
 
347
  //Enqueuing javascripts
348
  wp_enqueue_script( 'edsanimate-animo-script');
358
  if( $custom_css != null && trim($custom_css) != "" ) {
359
  wp_register_style( 'edsanimate-blank-css',plugins_url( '/assets/css/blank.css', self::$abs_file ) );
360
  wp_enqueue_style( 'edsanimate-blank-css' );
361
+ wp_add_inline_style( 'edsanimate-blank-css', sanitize_textarea_field( $custom_css ) );
362
  }
363
  }
364
  }
lang/eds-animate-en_GB.po CHANGED
@@ -1,200 +1,200 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Animate It\n"
4
- "POT-Creation-Date: 2016-06-10 17:58+0530\n"
5
- "PO-Revision-Date: 2016-07-11 11:02+0530\n"
6
- "Last-Translator: Eleopard Design Studios <contact@eleopard.in>\n"
7
- "Language-Team: Eleopard Design Studios <contact@eleopard.in>\n"
8
- "Language: en_GB\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: _e;__\n"
17
- "X-Poedit-SearchPathExcluded-0: lang\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: assets/helper/eds-tinymce-plugin-langs.php:12
21
- #: assets/helper/edsanimate-tinymce-popup.php:8
22
- msgid "Select your Animation Style"
23
- msgstr "Select your Animation Style"
24
-
25
- #: assets/helper/edsanimate-tinymce-popup.php:30
26
- msgid "Entry"
27
- msgstr "Entry"
28
-
29
- #: assets/helper/edsanimate-tinymce-popup.php:33
30
- msgid "Exit"
31
- msgstr "Exit"
32
-
33
- #: assets/helper/edsanimate-tinymce-popup.php:36
34
- msgid "Options"
35
- msgstr "Options"
36
-
37
- #: assets/helper/edsanimate-tinymce-popup.php:42
38
- #: assets/helper/edsanimate-tinymce-popup.php:199
39
- msgid "Animation"
40
- msgstr "Animation"
41
-
42
- #: assets/helper/edsanimate-tinymce-popup.php:46
43
- #: assets/helper/edsanimate-tinymce-popup.php:117
44
- #: assets/helper/edsanimate-tinymce-popup.php:203
45
- #: assets/helper/edsanimate-tinymce-popup.php:274
46
- msgid "None"
47
- msgstr "None"
48
-
49
- #: assets/helper/edsanimate-tinymce-popup.php:113
50
- #: assets/helper/edsanimate-tinymce-popup.php:270
51
- msgid "Delay (in seconds)"
52
- msgstr "Delay (in seconds)"
53
-
54
- #: assets/helper/edsanimate-tinymce-popup.php:130
55
- #: assets/helper/edsanimate-tinymce-popup.php:153
56
- #: assets/helper/edsanimate-tinymce-popup.php:287
57
- #: assets/helper/edsanimate-tinymce-popup.php:310
58
- #: assets/helper/edsanimate-tinymce-popup.php:364
59
- msgid "Custom"
60
- msgstr "Custom"
61
-
62
- #: assets/helper/edsanimate-tinymce-popup.php:137
63
- #: assets/helper/edsanimate-tinymce-popup.php:294
64
- msgid "Duration (in seconds)"
65
- msgstr "Duration (in seconds)"
66
-
67
- #: assets/helper/edsanimate-tinymce-popup.php:160
68
- #: assets/helper/edsanimate-tinymce-popup.php:317
69
- msgid "Timing"
70
- msgstr "Timing"
71
-
72
- #: assets/helper/edsanimate-tinymce-popup.php:356
73
- msgid "Animation Repeat"
74
- msgstr "Animation Repeat"
75
-
76
- #: assets/helper/edsanimate-tinymce-popup.php:360
77
- msgid "Once"
78
- msgstr "Once"
79
-
80
- #: assets/helper/edsanimate-tinymce-popup.php:361
81
- msgid "Twice"
82
- msgstr "Twice"
83
-
84
- #: assets/helper/edsanimate-tinymce-popup.php:362
85
- msgid "Thrice"
86
- msgstr "Thrice"
87
-
88
- #: assets/helper/edsanimate-tinymce-popup.php:363
89
- msgid "Infinite"
90
- msgstr "Infinite"
91
-
92
- #: assets/helper/edsanimate-tinymce-popup.php:371
93
- msgid "Keep Element Final State"
94
- msgstr "Keep Element Final State"
95
-
96
- #: assets/helper/edsanimate-tinymce-popup.php:374 edsanimate.php:229
97
- #: edsanimate.php:240 edsanimate.php:251 edsanimate.php:262
98
- msgid "Yes"
99
- msgstr "Yes"
100
-
101
- #: assets/helper/edsanimate-tinymce-popup.php:376 edsanimate.php:230
102
- #: edsanimate.php:241 edsanimate.php:252 edsanimate.php:263
103
- msgid "No"
104
- msgstr "No"
105
-
106
- #: assets/helper/edsanimate-tinymce-popup.php:380
107
- msgid "Custom CSS Class"
108
- msgstr "Custom CSS Class"
109
-
110
- #: assets/helper/edsanimate-tinymce-popup.php:388
111
- msgid "Animate On"
112
- msgstr "Animate On"
113
-
114
- #: assets/helper/edsanimate-tinymce-popup.php:391
115
- msgid "Load"
116
- msgstr "Load"
117
-
118
- #: assets/helper/edsanimate-tinymce-popup.php:393
119
- msgid "Click"
120
- msgstr "Click"
121
-
122
- #: assets/helper/edsanimate-tinymce-popup.php:395
123
- msgid "Hover"
124
- msgstr "Hover"
125
-
126
- #: assets/helper/edsanimate-tinymce-popup.php:397
127
- msgid "Scroll"
128
- msgstr "Scroll"
129
-
130
- #: assets/helper/edsanimate-tinymce-popup.php:402
131
- msgid "Scroll Offset (in %)"
132
- msgstr "Scroll Offset (in %)"
133
-
134
- #: assets/helper/edsanimate-tinymce-popup.php:414
135
- msgid "Powered by"
136
- msgstr "Powered by"
137
-
138
- #: assets/helper/edsanimate-tinymce-popup.php:417
139
- msgid "Review Plugin"
140
- msgstr "Review Plugin"
141
-
142
- #: assets/helper/edsanimate-tinymce-popup.php:420
143
- msgid "Documentation"
144
- msgstr "Documentation"
145
-
146
- #: assets/helper/edsanimate-tinymce-popup.php:424
147
- msgid "Stop Animation"
148
- msgstr "Stop Animation"
149
-
150
- #: assets/helper/edsanimate-tinymce-popup.php:425 edsanimate.php:101
151
- msgid "Animate It!"
152
- msgstr "Animate It!"
153
-
154
- #: assets/helper/edsanimate-tinymce-popup.php:426
155
- msgid "Insert"
156
- msgstr "Insert"
157
-
158
- #: edsanimate.php:100 edsanimate.php:167
159
- msgid "Animate It! Options"
160
- msgstr "Animate It! Options"
161
-
162
- #: edsanimate.php:194
163
- msgid "Options saved."
164
- msgstr "Options saved."
165
-
166
- #: edsanimate.php:200
167
- msgid "Failed to save options."
168
- msgstr "Failed to save options."
169
-
170
- #: edsanimate.php:216
171
- msgid "Scroll Offset (in percentage)"
172
- msgstr "Scroll Offset (in percentage)"
173
-
174
- #: edsanimate.php:225
175
- msgid "Enable on Smartphones"
176
- msgstr "Enable on Smartphones"
177
-
178
- #: edsanimate.php:236
179
- msgid "Enable on Tablets"
180
- msgstr "Enable on Tablets"
181
-
182
- #: edsanimate.php:247
183
- msgid "Hide Horizontal Scrollbar"
184
- msgstr "Hide Horizontal Scrollbar"
185
-
186
- #: edsanimate.php:258
187
- msgid "Hide Vertical Scrollbar"
188
- msgstr "Hide Vertical Scrollbar"
189
-
190
- #: edsanimate.php:269
191
- msgid "Custom CSS"
192
- msgstr "Custom CSS"
193
-
194
- #: edsanimate.php:277
195
- msgid "Submit"
196
- msgstr "Submit"
197
-
198
- #: edsanimate.php:486
199
- msgid "Animate It Classes"
200
- msgstr "Animate It Classes"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Animate It\n"
4
+ "POT-Creation-Date: 2016-06-10 17:58+0530\n"
5
+ "PO-Revision-Date: 2016-07-11 11:02+0530\n"
6
+ "Last-Translator: Eleopard Design Studios <contact@eleopard.in>\n"
7
+ "Language-Team: Eleopard Design Studios <contact@eleopard.in>\n"
8
+ "Language: en_GB\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.4\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: _e;__\n"
17
+ "X-Poedit-SearchPathExcluded-0: lang\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: assets/helper/eds-tinymce-plugin-langs.php:12
21
+ #: assets/helper/edsanimate-tinymce-popup.php:8
22
+ msgid "Select your Animation Style"
23
+ msgstr "Select your Animation Style"
24
+
25
+ #: assets/helper/edsanimate-tinymce-popup.php:30
26
+ msgid "Entry"
27
+ msgstr "Entry"
28
+
29
+ #: assets/helper/edsanimate-tinymce-popup.php:33
30
+ msgid "Exit"
31
+ msgstr "Exit"
32
+
33
+ #: assets/helper/edsanimate-tinymce-popup.php:36
34
+ msgid "Options"
35
+ msgstr "Options"
36
+
37
+ #: assets/helper/edsanimate-tinymce-popup.php:42
38
+ #: assets/helper/edsanimate-tinymce-popup.php:199
39
+ msgid "Animation"
40
+ msgstr "Animation"
41
+
42
+ #: assets/helper/edsanimate-tinymce-popup.php:46
43
+ #: assets/helper/edsanimate-tinymce-popup.php:117
44
+ #: assets/helper/edsanimate-tinymce-popup.php:203
45
+ #: assets/helper/edsanimate-tinymce-popup.php:274
46
+ msgid "None"
47
+ msgstr "None"
48
+
49
+ #: assets/helper/edsanimate-tinymce-popup.php:113
50
+ #: assets/helper/edsanimate-tinymce-popup.php:270
51
+ msgid "Delay (in seconds)"
52
+ msgstr "Delay (in seconds)"
53
+
54
+ #: assets/helper/edsanimate-tinymce-popup.php:130
55
+ #: assets/helper/edsanimate-tinymce-popup.php:153
56
+ #: assets/helper/edsanimate-tinymce-popup.php:287
57
+ #: assets/helper/edsanimate-tinymce-popup.php:310
58
+ #: assets/helper/edsanimate-tinymce-popup.php:364
59
+ msgid "Custom"
60
+ msgstr "Custom"
61
+
62
+ #: assets/helper/edsanimate-tinymce-popup.php:137
63
+ #: assets/helper/edsanimate-tinymce-popup.php:294
64
+ msgid "Duration (in seconds)"
65
+ msgstr "Duration (in seconds)"
66
+
67
+ #: assets/helper/edsanimate-tinymce-popup.php:160
68
+ #: assets/helper/edsanimate-tinymce-popup.php:317
69
+ msgid "Timing"
70
+ msgstr "Timing"
71
+
72
+ #: assets/helper/edsanimate-tinymce-popup.php:356
73
+ msgid "Animation Repeat"
74
+ msgstr "Animation Repeat"
75
+
76
+ #: assets/helper/edsanimate-tinymce-popup.php:360
77
+ msgid "Once"
78
+ msgstr "Once"
79
+
80
+ #: assets/helper/edsanimate-tinymce-popup.php:361
81
+ msgid "Twice"
82
+ msgstr "Twice"
83
+
84
+ #: assets/helper/edsanimate-tinymce-popup.php:362
85
+ msgid "Thrice"
86
+ msgstr "Thrice"
87
+
88
+ #: assets/helper/edsanimate-tinymce-popup.php:363
89
+ msgid "Infinite"
90
+ msgstr "Infinite"
91
+
92
+ #: assets/helper/edsanimate-tinymce-popup.php:371
93
+ msgid "Keep Element Final State"
94
+ msgstr "Keep Element Final State"
95
+
96
+ #: assets/helper/edsanimate-tinymce-popup.php:374 edsanimate.php:229
97
+ #: edsanimate.php:240 edsanimate.php:251 edsanimate.php:262
98
+ msgid "Yes"
99
+ msgstr "Yes"
100
+
101
+ #: assets/helper/edsanimate-tinymce-popup.php:376 edsanimate.php:230
102
+ #: edsanimate.php:241 edsanimate.php:252 edsanimate.php:263
103
+ msgid "No"
104
+ msgstr "No"
105
+
106
+ #: assets/helper/edsanimate-tinymce-popup.php:380
107
+ msgid "Custom CSS Class"
108
+ msgstr "Custom CSS Class"
109
+
110
+ #: assets/helper/edsanimate-tinymce-popup.php:388
111
+ msgid "Animate On"
112
+ msgstr "Animate On"
113
+
114
+ #: assets/helper/edsanimate-tinymce-popup.php:391
115
+ msgid "Load"
116
+ msgstr "Load"
117
+
118
+ #: assets/helper/edsanimate-tinymce-popup.php:393
119
+ msgid "Click"
120
+ msgstr "Click"
121
+
122
+ #: assets/helper/edsanimate-tinymce-popup.php:395
123
+ msgid "Hover"
124
+ msgstr "Hover"
125
+
126
+ #: assets/helper/edsanimate-tinymce-popup.php:397
127
+ msgid "Scroll"
128
+ msgstr "Scroll"
129
+
130
+ #: assets/helper/edsanimate-tinymce-popup.php:402
131
+ msgid "Scroll Offset (in %)"
132
+ msgstr "Scroll Offset (in %)"
133
+
134
+ #: assets/helper/edsanimate-tinymce-popup.php:414
135
+ msgid "Powered by"
136
+ msgstr "Powered by"
137
+
138
+ #: assets/helper/edsanimate-tinymce-popup.php:417
139
+ msgid "Review Plugin"
140
+ msgstr "Review Plugin"
141
+
142
+ #: assets/helper/edsanimate-tinymce-popup.php:420
143
+ msgid "Documentation"
144
+ msgstr "Documentation"
145
+
146
+ #: assets/helper/edsanimate-tinymce-popup.php:424
147
+ msgid "Stop Animation"
148
+ msgstr "Stop Animation"
149
+
150
+ #: assets/helper/edsanimate-tinymce-popup.php:425 edsanimate.php:101
151
+ msgid "Animate It!"
152
+ msgstr "Animate It!"
153
+
154
+ #: assets/helper/edsanimate-tinymce-popup.php:426
155
+ msgid "Insert"
156
+ msgstr "Insert"
157
+
158
+ #: edsanimate.php:100 edsanimate.php:167
159
+ msgid "Animate It! Options"
160
+ msgstr "Animate It! Options"
161
+
162
+ #: edsanimate.php:194
163
+ msgid "Options saved."
164
+ msgstr "Options saved."
165
+
166
+ #: edsanimate.php:200
167
+ msgid "Failed to save options."
168
+ msgstr "Failed to save options."
169
+
170
+ #: edsanimate.php:216
171
+ msgid "Scroll Offset (in percentage)"
172
+ msgstr "Scroll Offset (in percentage)"
173
+
174
+ #: edsanimate.php:225
175
+ msgid "Enable on Smartphones"
176
+ msgstr "Enable on Smartphones"
177
+
178
+ #: edsanimate.php:236
179
+ msgid "Enable on Tablets"
180
+ msgstr "Enable on Tablets"
181
+
182
+ #: edsanimate.php:247
183
+ msgid "Hide Horizontal Scrollbar"
184
+ msgstr "Hide Horizontal Scrollbar"
185
+
186
+ #: edsanimate.php:258
187
+ msgid "Hide Vertical Scrollbar"
188
+ msgstr "Hide Vertical Scrollbar"
189
+
190
+ #: edsanimate.php:269
191
+ msgid "Custom CSS"
192
+ msgstr "Custom CSS"
193
+
194
+ #: edsanimate.php:277
195
+ msgid "Submit"
196
+ msgstr "Submit"
197
+
198
+ #: edsanimate.php:486
199
+ msgid "Animate It Classes"
200
+ msgstr "Animate It Classes"
lang/eds-animate-en_US.po CHANGED
@@ -1,200 +1,200 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Animate It\n"
4
- "POT-Creation-Date: 2016-06-10 17:58+0530\n"
5
- "PO-Revision-Date: 2016-07-11 11:02+0530\n"
6
- "Last-Translator: Eleopard Design Studios <contact@eleopard.in>\n"
7
- "Language-Team: Eleopard Design Studios <contact@eleopard.in>\n"
8
- "Language: en_US\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: _e;__\n"
17
- "X-Poedit-SearchPathExcluded-0: lang\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: assets/helper/eds-tinymce-plugin-langs.php:12
21
- #: assets/helper/edsanimate-tinymce-popup.php:8
22
- msgid "Select your Animation Style"
23
- msgstr "Select your Animation Style"
24
-
25
- #: assets/helper/edsanimate-tinymce-popup.php:30
26
- msgid "Entry"
27
- msgstr "Entry"
28
-
29
- #: assets/helper/edsanimate-tinymce-popup.php:33
30
- msgid "Exit"
31
- msgstr "Exit"
32
-
33
- #: assets/helper/edsanimate-tinymce-popup.php:36
34
- msgid "Options"
35
- msgstr "Options"
36
-
37
- #: assets/helper/edsanimate-tinymce-popup.php:42
38
- #: assets/helper/edsanimate-tinymce-popup.php:199
39
- msgid "Animation"
40
- msgstr "Animation"
41
-
42
- #: assets/helper/edsanimate-tinymce-popup.php:46
43
- #: assets/helper/edsanimate-tinymce-popup.php:117
44
- #: assets/helper/edsanimate-tinymce-popup.php:203
45
- #: assets/helper/edsanimate-tinymce-popup.php:274
46
- msgid "None"
47
- msgstr "None"
48
-
49
- #: assets/helper/edsanimate-tinymce-popup.php:113
50
- #: assets/helper/edsanimate-tinymce-popup.php:270
51
- msgid "Delay (in seconds)"
52
- msgstr "Delay (in seconds)"
53
-
54
- #: assets/helper/edsanimate-tinymce-popup.php:130
55
- #: assets/helper/edsanimate-tinymce-popup.php:153
56
- #: assets/helper/edsanimate-tinymce-popup.php:287
57
- #: assets/helper/edsanimate-tinymce-popup.php:310
58
- #: assets/helper/edsanimate-tinymce-popup.php:364
59
- msgid "Custom"
60
- msgstr "Custom"
61
-
62
- #: assets/helper/edsanimate-tinymce-popup.php:137
63
- #: assets/helper/edsanimate-tinymce-popup.php:294
64
- msgid "Duration (in seconds)"
65
- msgstr "Duration (in seconds)"
66
-
67
- #: assets/helper/edsanimate-tinymce-popup.php:160
68
- #: assets/helper/edsanimate-tinymce-popup.php:317
69
- msgid "Timing"
70
- msgstr "Timing"
71
-
72
- #: assets/helper/edsanimate-tinymce-popup.php:356
73
- msgid "Animation Repeat"
74
- msgstr "Animation Repeat"
75
-
76
- #: assets/helper/edsanimate-tinymce-popup.php:360
77
- msgid "Once"
78
- msgstr "Once"
79
-
80
- #: assets/helper/edsanimate-tinymce-popup.php:361
81
- msgid "Twice"
82
- msgstr "Twice"
83
-
84
- #: assets/helper/edsanimate-tinymce-popup.php:362
85
- msgid "Thrice"
86
- msgstr "Thrice"
87
-
88
- #: assets/helper/edsanimate-tinymce-popup.php:363
89
- msgid "Infinite"
90
- msgstr "Infinite"
91
-
92
- #: assets/helper/edsanimate-tinymce-popup.php:371
93
- msgid "Keep Element Final State"
94
- msgstr "Keep Element Final State"
95
-
96
- #: assets/helper/edsanimate-tinymce-popup.php:374 edsanimate.php:229
97
- #: edsanimate.php:240 edsanimate.php:251 edsanimate.php:262
98
- msgid "Yes"
99
- msgstr "Yes"
100
-
101
- #: assets/helper/edsanimate-tinymce-popup.php:376 edsanimate.php:230
102
- #: edsanimate.php:241 edsanimate.php:252 edsanimate.php:263
103
- msgid "No"
104
- msgstr "No"
105
-
106
- #: assets/helper/edsanimate-tinymce-popup.php:380
107
- msgid "Custom CSS Class"
108
- msgstr "Custom CSS Class"
109
-
110
- #: assets/helper/edsanimate-tinymce-popup.php:388
111
- msgid "Animate On"
112
- msgstr "Animate On"
113
-
114
- #: assets/helper/edsanimate-tinymce-popup.php:391
115
- msgid "Load"
116
- msgstr "Load"
117
-
118
- #: assets/helper/edsanimate-tinymce-popup.php:393
119
- msgid "Click"
120
- msgstr "Click"
121
-
122
- #: assets/helper/edsanimate-tinymce-popup.php:395
123
- msgid "Hover"
124
- msgstr "Hover"
125
-
126
- #: assets/helper/edsanimate-tinymce-popup.php:397
127
- msgid "Scroll"
128
- msgstr "Scroll"
129
-
130
- #: assets/helper/edsanimate-tinymce-popup.php:402
131
- msgid "Scroll Offset (in %)"
132
- msgstr "Scroll Offset (in %)"
133
-
134
- #: assets/helper/edsanimate-tinymce-popup.php:414
135
- msgid "Powered by"
136
- msgstr "Powered by"
137
-
138
- #: assets/helper/edsanimate-tinymce-popup.php:417
139
- msgid "Review Plugin"
140
- msgstr "Review Plugin"
141
-
142
- #: assets/helper/edsanimate-tinymce-popup.php:420
143
- msgid "Documentation"
144
- msgstr "Documentation"
145
-
146
- #: assets/helper/edsanimate-tinymce-popup.php:424
147
- msgid "Stop Animation"
148
- msgstr "Stop Animation"
149
-
150
- #: assets/helper/edsanimate-tinymce-popup.php:425 edsanimate.php:101
151
- msgid "Animate It!"
152
- msgstr "Animate It!"
153
-
154
- #: assets/helper/edsanimate-tinymce-popup.php:426
155
- msgid "Insert"
156
- msgstr "Insert"
157
-
158
- #: edsanimate.php:100 edsanimate.php:167
159
- msgid "Animate It! Options"
160
- msgstr "Animate It! Options"
161
-
162
- #: edsanimate.php:194
163
- msgid "Options saved."
164
- msgstr "Options saved."
165
-
166
- #: edsanimate.php:200
167
- msgid "Failed to save options."
168
- msgstr "Failed to save options."
169
-
170
- #: edsanimate.php:216
171
- msgid "Scroll Offset (in percentage)"
172
- msgstr "Scroll Offset (in percentage)"
173
-
174
- #: edsanimate.php:225
175
- msgid "Enable on Smartphones"
176
- msgstr "Enable on Smartphones"
177
-
178
- #: edsanimate.php:236
179
- msgid "Enable on Tablets"
180
- msgstr "Enable on Tablets"
181
-
182
- #: edsanimate.php:247
183
- msgid "Hide Horizontal Scrollbar"
184
- msgstr "Hide Horizontal Scrollbar"
185
-
186
- #: edsanimate.php:258
187
- msgid "Hide Vertical Scrollbar"
188
- msgstr "Hide Vertical Scrollbar"
189
-
190
- #: edsanimate.php:269
191
- msgid "Custom CSS"
192
- msgstr "Custom CSS"
193
-
194
- #: edsanimate.php:277
195
- msgid "Submit"
196
- msgstr "Submit"
197
-
198
- #: edsanimate.php:486
199
- msgid "Animate It Classes"
200
- msgstr "Animate It Classes"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Animate It\n"
4
+ "POT-Creation-Date: 2016-06-10 17:58+0530\n"
5
+ "PO-Revision-Date: 2016-07-11 11:02+0530\n"
6
+ "Last-Translator: Eleopard Design Studios <contact@eleopard.in>\n"
7
+ "Language-Team: Eleopard Design Studios <contact@eleopard.in>\n"
8
+ "Language: en_US\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.4\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: _e;__\n"
17
+ "X-Poedit-SearchPathExcluded-0: lang\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: assets/helper/eds-tinymce-plugin-langs.php:12
21
+ #: assets/helper/edsanimate-tinymce-popup.php:8
22
+ msgid "Select your Animation Style"
23
+ msgstr "Select your Animation Style"
24
+
25
+ #: assets/helper/edsanimate-tinymce-popup.php:30
26
+ msgid "Entry"
27
+ msgstr "Entry"
28
+
29
+ #: assets/helper/edsanimate-tinymce-popup.php:33
30
+ msgid "Exit"
31
+ msgstr "Exit"
32
+
33
+ #: assets/helper/edsanimate-tinymce-popup.php:36
34
+ msgid "Options"
35
+ msgstr "Options"
36
+
37
+ #: assets/helper/edsanimate-tinymce-popup.php:42
38
+ #: assets/helper/edsanimate-tinymce-popup.php:199
39
+ msgid "Animation"
40
+ msgstr "Animation"
41
+
42
+ #: assets/helper/edsanimate-tinymce-popup.php:46
43
+ #: assets/helper/edsanimate-tinymce-popup.php:117
44
+ #: assets/helper/edsanimate-tinymce-popup.php:203
45
+ #: assets/helper/edsanimate-tinymce-popup.php:274
46
+ msgid "None"
47
+ msgstr "None"
48
+
49
+ #: assets/helper/edsanimate-tinymce-popup.php:113
50
+ #: assets/helper/edsanimate-tinymce-popup.php:270
51
+ msgid "Delay (in seconds)"
52
+ msgstr "Delay (in seconds)"
53
+
54
+ #: assets/helper/edsanimate-tinymce-popup.php:130
55
+ #: assets/helper/edsanimate-tinymce-popup.php:153
56
+ #: assets/helper/edsanimate-tinymce-popup.php:287
57
+ #: assets/helper/edsanimate-tinymce-popup.php:310
58
+ #: assets/helper/edsanimate-tinymce-popup.php:364
59
+ msgid "Custom"
60
+ msgstr "Custom"
61
+
62
+ #: assets/helper/edsanimate-tinymce-popup.php:137
63
+ #: assets/helper/edsanimate-tinymce-popup.php:294
64
+ msgid "Duration (in seconds)"
65
+ msgstr "Duration (in seconds)"
66
+
67
+ #: assets/helper/edsanimate-tinymce-popup.php:160
68
+ #: assets/helper/edsanimate-tinymce-popup.php:317
69
+ msgid "Timing"
70
+ msgstr "Timing"
71
+
72
+ #: assets/helper/edsanimate-tinymce-popup.php:356
73
+ msgid "Animation Repeat"
74
+ msgstr "Animation Repeat"
75
+
76
+ #: assets/helper/edsanimate-tinymce-popup.php:360
77
+ msgid "Once"
78
+ msgstr "Once"
79
+
80
+ #: assets/helper/edsanimate-tinymce-popup.php:361
81
+ msgid "Twice"
82
+ msgstr "Twice"
83
+
84
+ #: assets/helper/edsanimate-tinymce-popup.php:362
85
+ msgid "Thrice"
86
+ msgstr "Thrice"
87
+
88
+ #: assets/helper/edsanimate-tinymce-popup.php:363
89
+ msgid "Infinite"
90
+ msgstr "Infinite"
91
+
92
+ #: assets/helper/edsanimate-tinymce-popup.php:371
93
+ msgid "Keep Element Final State"
94
+ msgstr "Keep Element Final State"
95
+
96
+ #: assets/helper/edsanimate-tinymce-popup.php:374 edsanimate.php:229
97
+ #: edsanimate.php:240 edsanimate.php:251 edsanimate.php:262
98
+ msgid "Yes"
99
+ msgstr "Yes"
100
+
101
+ #: assets/helper/edsanimate-tinymce-popup.php:376 edsanimate.php:230
102
+ #: edsanimate.php:241 edsanimate.php:252 edsanimate.php:263
103
+ msgid "No"
104
+ msgstr "No"
105
+
106
+ #: assets/helper/edsanimate-tinymce-popup.php:380
107
+ msgid "Custom CSS Class"
108
+ msgstr "Custom CSS Class"
109
+
110
+ #: assets/helper/edsanimate-tinymce-popup.php:388
111
+ msgid "Animate On"
112
+ msgstr "Animate On"
113
+
114
+ #: assets/helper/edsanimate-tinymce-popup.php:391
115
+ msgid "Load"
116
+ msgstr "Load"
117
+
118
+ #: assets/helper/edsanimate-tinymce-popup.php:393
119
+ msgid "Click"
120
+ msgstr "Click"
121
+
122
+ #: assets/helper/edsanimate-tinymce-popup.php:395
123
+ msgid "Hover"
124
+ msgstr "Hover"
125
+
126
+ #: assets/helper/edsanimate-tinymce-popup.php:397
127
+ msgid "Scroll"
128
+ msgstr "Scroll"
129
+
130
+ #: assets/helper/edsanimate-tinymce-popup.php:402
131
+ msgid "Scroll Offset (in %)"
132
+ msgstr "Scroll Offset (in %)"
133
+
134
+ #: assets/helper/edsanimate-tinymce-popup.php:414
135
+ msgid "Powered by"
136
+ msgstr "Powered by"
137
+
138
+ #: assets/helper/edsanimate-tinymce-popup.php:417
139
+ msgid "Review Plugin"
140
+ msgstr "Review Plugin"
141
+
142
+ #: assets/helper/edsanimate-tinymce-popup.php:420
143
+ msgid "Documentation"
144
+ msgstr "Documentation"
145
+
146
+ #: assets/helper/edsanimate-tinymce-popup.php:424
147
+ msgid "Stop Animation"
148
+ msgstr "Stop Animation"
149
+
150
+ #: assets/helper/edsanimate-tinymce-popup.php:425 edsanimate.php:101
151
+ msgid "Animate It!"
152
+ msgstr "Animate It!"
153
+
154
+ #: assets/helper/edsanimate-tinymce-popup.php:426
155
+ msgid "Insert"
156
+ msgstr "Insert"
157
+
158
+ #: edsanimate.php:100 edsanimate.php:167
159
+ msgid "Animate It! Options"
160
+ msgstr "Animate It! Options"
161
+
162
+ #: edsanimate.php:194
163
+ msgid "Options saved."
164
+ msgstr "Options saved."
165
+
166
+ #: edsanimate.php:200
167
+ msgid "Failed to save options."
168
+ msgstr "Failed to save options."
169
+
170
+ #: edsanimate.php:216
171
+ msgid "Scroll Offset (in percentage)"
172
+ msgstr "Scroll Offset (in percentage)"
173
+
174
+ #: edsanimate.php:225
175
+ msgid "Enable on Smartphones"
176
+ msgstr "Enable on Smartphones"
177
+
178
+ #: edsanimate.php:236
179
+ msgid "Enable on Tablets"
180
+ msgstr "Enable on Tablets"
181
+
182
+ #: edsanimate.php:247
183
+ msgid "Hide Horizontal Scrollbar"
184
+ msgstr "Hide Horizontal Scrollbar"
185
+
186
+ #: edsanimate.php:258
187
+ msgid "Hide Vertical Scrollbar"
188
+ msgstr "Hide Vertical Scrollbar"
189
+
190
+ #: edsanimate.php:269
191
+ msgid "Custom CSS"
192
+ msgstr "Custom CSS"
193
+
194
+ #: edsanimate.php:277
195
+ msgid "Submit"
196
+ msgstr "Submit"
197
+
198
+ #: edsanimate.php:486
199
+ msgid "Animate It Classes"
200
+ msgstr "Animate It Classes"
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,9 +1,9 @@
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.3
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
@@ -82,6 +82,9 @@ Add duration class ( duration1 to duration20 ) along with the other classes. or
82
 
83
  == Changelog ==
84
 
 
 
 
85
  = Version 2.3.3 =
86
  * Minor Bug Fixes to avoid editor button overflow while using inline editor in Gutenberg.
87
 
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: 4.7.0
5
+ Tested up to: 5.2.1
6
+ Stable tag: 2.3.4
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
82
 
83
  == Changelog ==
84
 
85
+ = Version 2.3.4 =
86
+ * Security fixes for XSS related vulnerability.
87
+
88
  = Version 2.3.3 =
89
  * Minor Bug Fixes to avoid editor button overflow while using inline editor in Gutenberg.
90
 
uninstall.php CHANGED
@@ -1,12 +1,12 @@
1
- <?php
2
-
3
- if( !defined( 'WP_UNINSTALL_PLUGIN' ) )
4
- exit;
5
-
6
- delete_option('eds_scroll_offset');
7
- delete_option('eds_enable_on_phone');
8
- delete_option('eds_enable_on_tab');
9
- delete_option('eds_hide_overflow_x');
10
- delete_option('eds_hide_overflow_y');
11
- delete_option('eds_custom_css');
12
  delete_option('eds_animate_it_version');
1
+ <?php
2
+
3
+ if( !defined( 'WP_UNINSTALL_PLUGIN' ) )
4
+ exit;
5
+
6
+ delete_option('eds_scroll_offset');
7
+ delete_option('eds_enable_on_phone');
8
+ delete_option('eds_enable_on_tab');
9
+ delete_option('eds_hide_overflow_x');
10
+ delete_option('eds_hide_overflow_y');
11
+ delete_option('eds_custom_css');
12
  delete_option('eds_animate_it_version');