flatpickr 2.4.8.0 → 2.4.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/flatpickr/version.rb +1 -1
- data/vendor/assets/javascripts/flatpickr.js +307 -230
- data/vendor/assets/javascripts/flatpickr/l10n/gr.js +31 -0
- data/vendor/assets/javascripts/flatpickr/l10n/nl.js +4 -4
- data/vendor/assets/stylesheets/flatpickr.css +4 -4
- data/vendor/assets/stylesheets/flatpickr/rtl/flatpickr.min.css +13 -0
- data/vendor/assets/stylesheets/flatpickr/rtl/themes/airbnb.rtl.css +332 -49
- data/vendor/assets/stylesheets/flatpickr/rtl/themes/base16_flat.rtl.css +291 -36
- data/vendor/assets/stylesheets/flatpickr/rtl/themes/confetti.rtl.css +294 -38
- data/vendor/assets/stylesheets/flatpickr/rtl/themes/dark.rtl.css +294 -39
- data/vendor/assets/stylesheets/flatpickr/rtl/themes/material_blue.rtl.css +301 -45
- data/vendor/assets/stylesheets/flatpickr/rtl/themes/material_green.rtl.css +301 -45
- data/vendor/assets/stylesheets/flatpickr/rtl/themes/material_orange.rtl.css +301 -45
- data/vendor/assets/stylesheets/flatpickr/rtl/themes/material_red.rtl.css +301 -45
- data/vendor/assets/stylesheets/flatpickr/themes/airbnb.css +308 -72
- data/vendor/assets/stylesheets/flatpickr/themes/base16_flat.css +267 -59
- data/vendor/assets/stylesheets/flatpickr/themes/confetti.css +270 -61
- data/vendor/assets/stylesheets/flatpickr/themes/dark.css +270 -62
- data/vendor/assets/stylesheets/flatpickr/themes/material_blue.css +277 -68
- data/vendor/assets/stylesheets/flatpickr/themes/material_green.css +277 -68
- data/vendor/assets/stylesheets/flatpickr/themes/material_orange.css +277 -68
- data/vendor/assets/stylesheets/flatpickr/themes/material_red.css +277 -68
- metadata +3 -2
@@ -6,7 +6,8 @@
|
|
6
6
|
visibility: hidden;
|
7
7
|
text-align: center;
|
8
8
|
padding: 0;
|
9
|
-
animation: none;
|
9
|
+
-webkit-animation: none;
|
10
|
+
animation: none;
|
10
11
|
direction: ltr;
|
11
12
|
border: 0;
|
12
13
|
font-size: 14px;
|
@@ -26,9 +27,12 @@
|
|
26
27
|
}
|
27
28
|
.flatpickr-calendar.open {
|
28
29
|
display: inline-block;
|
29
|
-
animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
|
30
30
|
z-index: 99999;
|
31
31
|
}
|
32
|
+
.flatpickr-calendar.animate.open {
|
33
|
+
-webkit-animation: flatpickrFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
34
|
+
animation: flatpickrFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
35
|
+
}
|
32
36
|
.flatpickr-calendar.inline {
|
33
37
|
display: block;
|
34
38
|
position: relative;
|
@@ -45,15 +49,24 @@
|
|
45
49
|
.flatpickr-calendar.hasWeeks {
|
46
50
|
width: auto;
|
47
51
|
}
|
52
|
+
.flatpickr-calendar .hasWeeks .dayContainer,
|
53
|
+
.flatpickr-calendar .hasTime .dayContainer {
|
54
|
+
border-bottom: 0;
|
55
|
+
border-bottom-right-radius: 0;
|
56
|
+
border-bottom-left-radius: 0;
|
57
|
+
}
|
58
|
+
.flatpickr-calendar .hasWeeks .dayContainer {
|
59
|
+
border-left: 0;
|
60
|
+
}
|
48
61
|
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
|
49
62
|
height: 40px;
|
50
|
-
border-top: 1px solid rgba(
|
63
|
+
border-top: 1px solid rgba(72,72,72,0.2);
|
51
64
|
}
|
52
65
|
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
|
53
66
|
border-bottom: 0;
|
54
67
|
}
|
55
68
|
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
|
56
|
-
border: 1px solid rgba(
|
69
|
+
border: 1px solid rgba(72,72,72,0.2);
|
57
70
|
}
|
58
71
|
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
|
59
72
|
height: auto;
|
@@ -87,7 +100,7 @@
|
|
87
100
|
bottom: 100%;
|
88
101
|
}
|
89
102
|
.flatpickr-calendar.arrowTop:before {
|
90
|
-
border-bottom-color: rgba(
|
103
|
+
border-bottom-color: rgba(72,72,72,0.2);
|
91
104
|
}
|
92
105
|
.flatpickr-calendar.arrowTop:after {
|
93
106
|
border-bottom-color: #ff8a65;
|
@@ -97,11 +110,14 @@
|
|
97
110
|
top: 100%;
|
98
111
|
}
|
99
112
|
.flatpickr-calendar.arrowBottom:before {
|
100
|
-
border-top-color: rgba(
|
113
|
+
border-top-color: rgba(72,72,72,0.2);
|
101
114
|
}
|
102
115
|
.flatpickr-calendar.arrowBottom:after {
|
103
116
|
border-top-color: #ff8a65;
|
104
117
|
}
|
118
|
+
.flatpickr-calendar:focus {
|
119
|
+
outline: 0;
|
120
|
+
}
|
105
121
|
.flatpickr-wrapper {
|
106
122
|
position: relative;
|
107
123
|
display: inline-block;
|
@@ -115,16 +131,21 @@
|
|
115
131
|
line-height: 24px;
|
116
132
|
text-align: center;
|
117
133
|
position: relative;
|
118
|
-
user-select: none;
|
134
|
+
-webkit-user-select: none;
|
135
|
+
-moz-user-select: none;
|
136
|
+
-ms-user-select: none;
|
137
|
+
user-select: none;
|
138
|
+
overflow: hidden;
|
119
139
|
}
|
120
140
|
.flatpickr-prev-month,
|
121
141
|
.flatpickr-next-month {
|
122
142
|
text-decoration: none;
|
123
143
|
cursor: pointer;
|
124
144
|
position: absolute;
|
125
|
-
top:
|
126
|
-
height:
|
145
|
+
top: 0px;
|
146
|
+
height: 28px;
|
127
147
|
line-height: 16px;
|
148
|
+
padding: 10px calc(3.57% - 1.5px);
|
128
149
|
}
|
129
150
|
.flatpickr-prev-month i,
|
130
151
|
.flatpickr-next-month i {
|
@@ -136,7 +157,7 @@
|
|
136
157
|
/*rtl:begin:ignore*/
|
137
158
|
/*
|
138
159
|
*/
|
139
|
-
left:
|
160
|
+
left: 0;
|
140
161
|
/*
|
141
162
|
/*rtl:end:ignore*/
|
142
163
|
/*
|
@@ -152,7 +173,7 @@
|
|
152
173
|
/*rtl:begin:ignore*/
|
153
174
|
/*
|
154
175
|
*/
|
155
|
-
right:
|
176
|
+
right: 0;
|
156
177
|
/*
|
157
178
|
/*rtl:end:ignore*/
|
158
179
|
/*
|
@@ -255,6 +276,37 @@
|
|
255
276
|
top: 5px;
|
256
277
|
display: inline-block;
|
257
278
|
text-align: center;
|
279
|
+
-webkit-transform: translate(0px, 0px);
|
280
|
+
-ms-transform: translate(0px, 0px);
|
281
|
+
transform: translate(0px, 0px);
|
282
|
+
}
|
283
|
+
.flatpickr-current-month.slideLeft {
|
284
|
+
-webkit-transform: translate(-100%, 0px);
|
285
|
+
-ms-transform: translate(-100%, 0px);
|
286
|
+
transform: translate(-100%, 0px);
|
287
|
+
-webkit-animation: fadeOut 400ms ease, slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
288
|
+
animation: fadeOut 400ms ease, slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
289
|
+
}
|
290
|
+
.flatpickr-current-month.slideLeftNew {
|
291
|
+
-webkit-transform: translate(100%, 0px);
|
292
|
+
-ms-transform: translate(100%, 0px);
|
293
|
+
transform: translate(100%, 0px);
|
294
|
+
-webkit-animation: fadeIn 400ms ease, slideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
295
|
+
animation: fadeIn 400ms ease, slideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
296
|
+
}
|
297
|
+
.flatpickr-current-month.slideRight {
|
298
|
+
-webkit-transform: translate(100%, 0px);
|
299
|
+
-ms-transform: translate(100%, 0px);
|
300
|
+
transform: translate(100%, 0px);
|
301
|
+
-webkit-animation: fadeOut 400ms ease, slideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
302
|
+
animation: fadeOut 400ms ease, slideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
303
|
+
}
|
304
|
+
.flatpickr-current-month.slideRightNew {
|
305
|
+
-webkit-transform: translate(0, 0);
|
306
|
+
-ms-transform: translate(0, 0);
|
307
|
+
transform: translate(0, 0);
|
308
|
+
-webkit-animation: fadeIn 400ms ease, slideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
309
|
+
animation: fadeIn 400ms ease, slideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
258
310
|
}
|
259
311
|
.flatpickr-current-month span.cur-month {
|
260
312
|
font-family: inherit;
|
@@ -309,26 +361,95 @@
|
|
309
361
|
background: #ff8a65;
|
310
362
|
text-align: center;
|
311
363
|
overflow: hidden;
|
364
|
+
width: 315px;
|
365
|
+
display: -webkit-flex;
|
366
|
+
display: -ms-flexbox;
|
367
|
+
display: flex;
|
368
|
+
-webkit-align-items: center;
|
369
|
+
-ms-flex-align: center;
|
370
|
+
align-items: center;
|
371
|
+
height: 28px;
|
312
372
|
}
|
313
|
-
.flatpickr-
|
373
|
+
span.flatpickr-weekday {
|
374
|
+
cursor: default;
|
375
|
+
font-size: 90%;
|
376
|
+
color: rgba(0,0,0,0.54);
|
377
|
+
line-height: 1;
|
378
|
+
margin: 0;
|
379
|
+
background: #ff8a65;
|
380
|
+
text-align: center;
|
381
|
+
display: block;
|
382
|
+
-webkit-flex: 1;
|
383
|
+
-ms-flex: 1;
|
384
|
+
flex: 1;
|
385
|
+
font-weight: bolder;
|
386
|
+
margin: 0;
|
387
|
+
}
|
388
|
+
.dayContainer,
|
314
389
|
.flatpickr-weeks {
|
315
390
|
padding: 1px 0 0 0;
|
316
391
|
}
|
317
392
|
.flatpickr-days {
|
393
|
+
position: relative;
|
394
|
+
overflow: hidden;
|
395
|
+
display: -webkit-flex;
|
396
|
+
display: -ms-flexbox;
|
397
|
+
display: flex;
|
398
|
+
width: 315px;
|
399
|
+
background: #fff;
|
400
|
+
border-left: 1px solid rgba(72,72,72,0.2);
|
401
|
+
border-right: 1px solid rgba(72,72,72,0.2);
|
402
|
+
}
|
403
|
+
.flatpickr-days:focus {
|
404
|
+
outline: 0;
|
405
|
+
}
|
406
|
+
.dayContainer {
|
318
407
|
padding: 0;
|
319
408
|
outline: 0;
|
320
409
|
text-align: left;
|
321
410
|
width: 315px;
|
411
|
+
min-width: 315px;
|
412
|
+
max-width: 315px;
|
322
413
|
box-sizing: border-box;
|
323
414
|
display: inline-block;
|
324
415
|
display: -ms-flexbox;
|
416
|
+
display: -webkit-flex;
|
325
417
|
display: flex;
|
326
|
-
flex-wrap: wrap;
|
418
|
+
-webkit-flex-wrap: wrap;
|
419
|
+
flex-wrap: wrap;
|
327
420
|
-ms-flex-wrap: wrap;
|
328
421
|
-ms-flex-pack: justify;
|
329
|
-
justify-content: space-around;
|
330
|
-
|
331
|
-
|
422
|
+
-webkit-justify-content: space-around;
|
423
|
+
justify-content: space-around;
|
424
|
+
-webkit-transform: translate(0px, 0px);
|
425
|
+
-ms-transform: translate(0px, 0px);
|
426
|
+
transform: translate(0px, 0px);
|
427
|
+
opacity: 1;
|
428
|
+
}
|
429
|
+
.flatpickr-calendar.animate .dayContainer.slideLeft {
|
430
|
+
-webkit-animation: fadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
431
|
+
animation: fadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
432
|
+
}
|
433
|
+
.flatpickr-calendar.animate .dayContainer.slideLeft,
|
434
|
+
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
|
435
|
+
-webkit-transform: translate(-100%, 0px);
|
436
|
+
-ms-transform: translate(-100%, 0px);
|
437
|
+
transform: translate(-100%, 0px);
|
438
|
+
}
|
439
|
+
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
|
440
|
+
-webkit-animation: fadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
441
|
+
animation: fadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
442
|
+
}
|
443
|
+
.flatpickr-calendar.animate .dayContainer.slideRight {
|
444
|
+
-webkit-animation: fadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), slideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
445
|
+
animation: fadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), slideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
446
|
+
-webkit-transform: translate(100%, 0px);
|
447
|
+
-ms-transform: translate(100%, 0px);
|
448
|
+
transform: translate(100%, 0px);
|
449
|
+
}
|
450
|
+
.flatpickr-calendar.animate .dayContainer.slideRightNew {
|
451
|
+
-webkit-animation: fadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), slideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
452
|
+
animation: fadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), slideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
332
453
|
}
|
333
454
|
.flatpickr-day {
|
334
455
|
background: none;
|
@@ -339,14 +460,18 @@
|
|
339
460
|
cursor: pointer;
|
340
461
|
font-weight: 400;
|
341
462
|
width: 14.2857143%;
|
342
|
-
flex-basis: 14.2857143%;
|
463
|
+
-webkit-flex-basis: 14.2857143%;
|
464
|
+
-ms-flex-preferred-size: 14.2857143%;
|
465
|
+
flex-basis: 14.2857143%;
|
343
466
|
max-width: 40px;
|
344
467
|
height: 40px;
|
345
468
|
line-height: 40px;
|
346
469
|
margin: 0;
|
347
470
|
display: inline-block;
|
348
471
|
position: relative;
|
349
|
-
justify-content: center;
|
472
|
+
-webkit-justify-content: center;
|
473
|
+
-ms-flex-pack: center;
|
474
|
+
justify-content: center;
|
350
475
|
text-align: center;
|
351
476
|
}
|
352
477
|
.flatpickr-day.inRange,
|
@@ -378,6 +503,9 @@
|
|
378
503
|
.flatpickr-day.selected,
|
379
504
|
.flatpickr-day.startRange,
|
380
505
|
.flatpickr-day.endRange,
|
506
|
+
.flatpickr-day.selected.inRange,
|
507
|
+
.flatpickr-day.startRange.inRange,
|
508
|
+
.flatpickr-day.endRange.inRange,
|
381
509
|
.flatpickr-day.selected:focus,
|
382
510
|
.flatpickr-day.startRange:focus,
|
383
511
|
.flatpickr-day.endRange:focus,
|
@@ -391,6 +519,7 @@
|
|
391
519
|
.flatpickr-day.startRange.nextMonthDay,
|
392
520
|
.flatpickr-day.endRange.nextMonthDay {
|
393
521
|
background: #ff8a65;
|
522
|
+
box-shadow: none;
|
394
523
|
color: #fff;
|
395
524
|
border-color: #ff8a65;
|
396
525
|
}
|
@@ -404,6 +533,11 @@
|
|
404
533
|
.flatpickr-day.endRange.endRange {
|
405
534
|
border-radius: 0 50px 50px 0;
|
406
535
|
}
|
536
|
+
.flatpickr-day.selected.startRange + .endRange,
|
537
|
+
.flatpickr-day.startRange.startRange + .endRange,
|
538
|
+
.flatpickr-day.endRange.startRange + .endRange {
|
539
|
+
box-shadow: -10px 0 0 #ff8a65;
|
540
|
+
}
|
407
541
|
.flatpickr-day.selected.startRange.endRange,
|
408
542
|
.flatpickr-day.startRange.startRange.endRange,
|
409
543
|
.flatpickr-day.endRange.startRange.endRange {
|
@@ -429,21 +563,9 @@
|
|
429
563
|
border-color: transparent;
|
430
564
|
cursor: default;
|
431
565
|
}
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
color: rgba(0,0,0,0.54);
|
436
|
-
height: 27.333333333333332px;
|
437
|
-
line-height: 24px;
|
438
|
-
margin: 0;
|
439
|
-
background: #ff8a65;
|
440
|
-
text-align: center;
|
441
|
-
display: block;
|
442
|
-
float: left;
|
443
|
-
width: 14.28%;
|
444
|
-
font-weight: bold;
|
445
|
-
margin: 0;
|
446
|
-
padding-top: 3.333333333333333px;
|
566
|
+
.flatpickr-day.week.selected {
|
567
|
+
border-radius: 0;
|
568
|
+
box-shadow: -5px 0 0 #ff8a65, 5px 0 0 #ff8a65;
|
447
569
|
}
|
448
570
|
.rangeMode .flatpickr-day {
|
449
571
|
margin-top: 1px;
|
@@ -454,8 +576,8 @@ span.flatpickr-weekday {
|
|
454
576
|
}
|
455
577
|
.flatpickr-weekwrapper .flatpickr-weeks {
|
456
578
|
padding: 1px 12px 0 12px;
|
457
|
-
border-left: 1px solid rgba(
|
458
|
-
box-shadow: 1px 0 0 rgba(
|
579
|
+
border-left: 1px solid rgba(72,72,72,0.2);
|
580
|
+
box-shadow: 1px 0 0 rgba(72,72,72,0.2);
|
459
581
|
}
|
460
582
|
.flatpickr-weekwrapper .flatpickr-weekday {
|
461
583
|
float: none;
|
@@ -468,11 +590,13 @@ span.flatpickr-weekday {
|
|
468
590
|
}
|
469
591
|
.flatpickr-innerContainer {
|
470
592
|
display: block;
|
593
|
+
display: -webkit-flex;
|
594
|
+
display: -ms-flexbox;
|
471
595
|
display: flex;
|
472
596
|
box-sizing: border-box;
|
473
597
|
overflow: hidden;
|
474
598
|
background: #fff;
|
475
|
-
border-bottom: 1px solid rgba(
|
599
|
+
border-bottom: 1px solid rgba(72,72,72,0.2);
|
476
600
|
}
|
477
601
|
.flatpickr-rContainer {
|
478
602
|
display: inline-block;
|
@@ -488,7 +612,8 @@ span.flatpickr-weekday {
|
|
488
612
|
max-height: 40px;
|
489
613
|
box-sizing: border-box;
|
490
614
|
overflow: hidden;
|
491
|
-
|
615
|
+
display: -webkit-flex;
|
616
|
+
display: -ms-flexbox;
|
492
617
|
display: flex;
|
493
618
|
background: #fff;
|
494
619
|
border-radius: 0 0 5px 5px;
|
@@ -499,7 +624,9 @@ span.flatpickr-weekday {
|
|
499
624
|
clear: both;
|
500
625
|
}
|
501
626
|
.flatpickr-time .numInputWrapper {
|
502
|
-
flex: 1;
|
627
|
+
-webkit-flex: 1;
|
628
|
+
-ms-flex: 1;
|
629
|
+
flex: 1;
|
503
630
|
width: 40%;
|
504
631
|
height: 40px;
|
505
632
|
float: left;
|
@@ -552,7 +679,10 @@ span.flatpickr-weekday {
|
|
552
679
|
color: #484848;
|
553
680
|
font-weight: bold;
|
554
681
|
width: 2%;
|
555
|
-
user-select: none;
|
682
|
+
-webkit-user-select: none;
|
683
|
+
-moz-user-select: none;
|
684
|
+
-ms-user-select: none;
|
685
|
+
user-select: none;
|
556
686
|
}
|
557
687
|
.flatpickr-time .flatpickr-am-pm {
|
558
688
|
outline: 0;
|
@@ -565,63 +695,142 @@ span.flatpickr-weekday {
|
|
565
695
|
.flatpickr-time .flatpickr-am-pm:focus {
|
566
696
|
background: #ececec;
|
567
697
|
}
|
568
|
-
.hasWeeks .flatpickr-days,
|
569
|
-
.hasTime .flatpickr-days {
|
570
|
-
border-bottom: 0;
|
571
|
-
border-bottom-right-radius: 0;
|
572
|
-
border-bottom-left-radius: 0;
|
573
|
-
}
|
574
|
-
.hasWeeks .flatpickr-days {
|
575
|
-
border-left: 0;
|
576
|
-
}
|
577
|
-
@media all and (-ms-high-contrast: none) {
|
578
|
-
.flatpickr-month {
|
579
|
-
padding: 0;
|
580
|
-
}
|
581
|
-
.flatpickr-month svg {
|
582
|
-
top: 0 !important;
|
583
|
-
}
|
584
|
-
}
|
585
698
|
.flatpickr-input[readonly] {
|
586
699
|
cursor: pointer;
|
587
700
|
}
|
588
|
-
@-
|
701
|
+
@-webkit-keyframes flatpickrFadeInDown {
|
589
702
|
from {
|
590
703
|
opacity: 0;
|
591
|
-
transform: translate3d(0, -20px, 0);
|
704
|
+
-webkit-transform: translate3d(0, -20px, 0);
|
705
|
+
transform: translate3d(0, -20px, 0);
|
592
706
|
}
|
593
707
|
to {
|
594
708
|
opacity: 1;
|
595
|
-
transform:
|
709
|
+
-webkit-transform: translate3d(0, 0, 0);
|
710
|
+
transform: translate3d(0, 0, 0);
|
596
711
|
}
|
597
712
|
}
|
598
|
-
|
713
|
+
@keyframes flatpickrFadeInDown {
|
599
714
|
from {
|
600
715
|
opacity: 0;
|
601
|
-
transform: translate3d(0, -20px, 0);
|
716
|
+
-webkit-transform: translate3d(0, -20px, 0);
|
717
|
+
transform: translate3d(0, -20px, 0);
|
718
|
+
}
|
719
|
+
to {
|
720
|
+
opacity: 1;
|
721
|
+
-webkit-transform: translate3d(0, 0, 0);
|
722
|
+
transform: translate3d(0, 0, 0);
|
723
|
+
}
|
724
|
+
}
|
725
|
+
@-webkit-keyframes slideLeft {
|
726
|
+
from {
|
727
|
+
-webkit-transform: translate(0px, 0px);
|
728
|
+
transform: translate(0px, 0px);
|
729
|
+
}
|
730
|
+
to {
|
731
|
+
-webkit-transform: translate(-100%, 0px);
|
732
|
+
transform: translate(-100%, 0px);
|
733
|
+
}
|
734
|
+
}
|
735
|
+
@keyframes slideLeft {
|
736
|
+
from {
|
737
|
+
-webkit-transform: translate(0px, 0px);
|
738
|
+
transform: translate(0px, 0px);
|
739
|
+
}
|
740
|
+
to {
|
741
|
+
-webkit-transform: translate(-100%, 0px);
|
742
|
+
transform: translate(-100%, 0px);
|
743
|
+
}
|
744
|
+
}
|
745
|
+
@-webkit-keyframes slideLeftNew {
|
746
|
+
from {
|
747
|
+
-webkit-transform: translate(100%, 0px);
|
748
|
+
transform: translate(100%, 0px);
|
749
|
+
}
|
750
|
+
to {
|
751
|
+
-webkit-transform: translate(0px, 0px);
|
752
|
+
transform: translate(0px, 0px);
|
753
|
+
}
|
754
|
+
}
|
755
|
+
@keyframes slideLeftNew {
|
756
|
+
from {
|
757
|
+
-webkit-transform: translate(100%, 0px);
|
758
|
+
transform: translate(100%, 0px);
|
759
|
+
}
|
760
|
+
to {
|
761
|
+
-webkit-transform: translate(0px, 0px);
|
762
|
+
transform: translate(0px, 0px);
|
763
|
+
}
|
764
|
+
}
|
765
|
+
@-webkit-keyframes slideRight {
|
766
|
+
from {
|
767
|
+
-webkit-transform: translate(0, 0);
|
768
|
+
transform: translate(0, 0);
|
769
|
+
}
|
770
|
+
to {
|
771
|
+
-webkit-transform: translate(100%, 0px);
|
772
|
+
transform: translate(100%, 0px);
|
773
|
+
}
|
774
|
+
}
|
775
|
+
@keyframes slideRight {
|
776
|
+
from {
|
777
|
+
-webkit-transform: translate(0, 0);
|
778
|
+
transform: translate(0, 0);
|
779
|
+
}
|
780
|
+
to {
|
781
|
+
-webkit-transform: translate(100%, 0px);
|
782
|
+
transform: translate(100%, 0px);
|
783
|
+
}
|
784
|
+
}
|
785
|
+
@-webkit-keyframes slideRightNew {
|
786
|
+
from {
|
787
|
+
-webkit-transform: translate(-100%, 0);
|
788
|
+
transform: translate(-100%, 0);
|
602
789
|
}
|
603
790
|
to {
|
791
|
+
-webkit-transform: translate(0, 0);
|
792
|
+
transform: translate(0, 0);
|
793
|
+
}
|
794
|
+
}
|
795
|
+
@keyframes slideRightNew {
|
796
|
+
from {
|
797
|
+
-webkit-transform: translate(-100%, 0);
|
798
|
+
transform: translate(-100%, 0);
|
799
|
+
}
|
800
|
+
to {
|
801
|
+
-webkit-transform: translate(0, 0);
|
802
|
+
transform: translate(0, 0);
|
803
|
+
}
|
804
|
+
}
|
805
|
+
@-webkit-keyframes fadeOut {
|
806
|
+
from {
|
604
807
|
opacity: 1;
|
605
|
-
|
808
|
+
}
|
809
|
+
to {
|
810
|
+
opacity: 0;
|
606
811
|
}
|
607
812
|
}
|
608
|
-
|
813
|
+
@keyframes fadeOut {
|
814
|
+
from {
|
815
|
+
opacity: 1;
|
816
|
+
}
|
817
|
+
to {
|
818
|
+
opacity: 0;
|
819
|
+
}
|
820
|
+
}
|
821
|
+
@-webkit-keyframes fadeIn {
|
609
822
|
from {
|
610
823
|
opacity: 0;
|
611
|
-
transform: translate3d(0, -20px, 0);
|
612
824
|
}
|
613
825
|
to {
|
614
826
|
opacity: 1;
|
615
|
-
transform: none;
|
616
827
|
}
|
617
828
|
}
|
618
|
-
@keyframes
|
829
|
+
@keyframes fadeIn {
|
619
830
|
from {
|
620
831
|
opacity: 0;
|
621
|
-
transform: translate3d(0, -20px, 0);
|
622
832
|
}
|
623
833
|
to {
|
624
834
|
opacity: 1;
|
625
|
-
transform: none;
|
626
835
|
}
|
627
836
|
}
|