PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.1.4
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.1.4
5.6.8 5.6.7 5.6.6 5.6.5 5.6.4 5.6.3 5.6.2 5.6.1 5.6.0 5.5.2 5.5.1 5.5.0 5.4.2 trunk 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.1.8 5.1.9 5.1.91 5.1.92 5.1.93 5.1.94 5.2.0 5.2.1 5.2.10 5.2.11 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 5.2.8 5.2.9 5.3.0 5.3.1 5.3.2 5.4.0 5.4.1
latepoint / lib / assets / stylesheets / front / _animations.scss
latepoint / lib / assets / stylesheets / front Last commit date
_animations.scss 1 year ago _booking.scss 1 year ago _booking_animations.scss 1 year ago _buttons.scss 1 year ago _calendar.scss 1 year ago _customer_dashboard.scss 1 year ago _forms.scss 1 year ago _grid.scss 1 year ago _icons.scss 1 year ago _items.scss 1 year ago _lightbox.scss 1 year ago _login.scss 1 year ago _mixins.scss 1 year ago _notifications.scss 1 year ago _print.scss 1 year ago _responsive.scss 1 year ago _shared.scss 1 year ago _shortcodes.scss 1 year ago _type.scss 1 year ago _utilities.scss 1 year ago _variables.scss 1 year ago
_animations.scss
172 lines
1 @keyframes selectedSlotCheckmark {
2 0% { transform: rotate(-65deg) scale(0.5); }
3 100% { transform: rotate(0deg) scale(1); }
4 }
5
6 @keyframes latepointFadeUp {
7 0% { transform: translate3d(0, 40px, 0); opacity: 0; }
8 100% { transform: translate3d(0, 0px, 0); opacity: 1; }
9 }
10
11 @keyframes up10op {
12 0% { transform: translate3d(0, 10px, 0); opacity: 0 }
13 100% { transform: translate3d(0, 0px, 0); opacity: 1 }
14 }
15 @keyframes up10 {
16 0% { transform: translate3d(0, 10px, 0); }
17 100% { transform: translate3d(0, 0px, 0); }
18 }
19 @keyframes up20op {
20 0% { transform: translate3d(0, 20px, 0); opacity: 0 }
21 100% { transform: translate3d(0, 0px, 0); opacity: 1 }
22 }
23 @keyframes rotateScale {
24 0% { transform: scale(0.4) rotate(-90deg); opacity: 0 }
25 100% { transform: scale(1) rotate(0deg); opacity: 1 }
26 }
27 @keyframes up20 {
28 0% { transform: translate3d(0, 20px, 0); }
29 100% { transform: translate3d(0, 0px, 0); }
30 }
31
32 @keyframes up40 {
33 0% { transform: translate3d(0, 20px, 0); }
34 100% { transform: translate3d(0, 0px, 0); }
35 }
36
37
38 @keyframes latepointMessage {
39 0% { transform: translate3d(0, -10px, 0); opacity: 0; }
40 100% { transform: translate3d(0, 0px, 0); opacity: 1; }
41 }
42
43
44
45 @keyframes latepointFadeDown {
46 0% { transform: translate3d(0, -40px, 0); opacity: 0; }
47 100% { transform: translate3d(0, 0px, 0); opacity: 1; }
48 }
49
50 @keyframes agentBio {
51 0% { transform: scale(0.8); opacity: 0; }
52 100% { transform: scale(1); opacity: 1; }
53 }
54
55 @keyframes osLightboxAnimation {
56 0% { transform: translate3d(0, 10%, 0); opacity: 0; }
57 100% { transform: translate3d(0, 0, 0); opacity: 1; }
58 }
59
60 @keyframes latepointAvailabilityPopup {
61 0% { transform: translate3d(-50%, -60%, 0px); opacity: 0; }
62 100% { transform: translate3d(-50%, -115%, 0px); opacity: 1; }
63 }
64
65 @keyframes latepointAvailabilityPopupY {
66 0% { transform: translate3d(0%, -60%, 0px); opacity: 0; }
67 100% { transform: translate3d(0%, -115%, 0px); opacity: 1; }
68 }
69
70 @keyframes latepointNextBtn {
71 0% { transform: translate3d(-15px, 0px, 0) scale(0.9); opacity: 0; }
72 100% { transform: translate3d(0, 0px, 0) scale(1); opacity: 1; }
73 }
74
75 @keyframes latepointPrevBtn {
76 0% { transform: translate3d(15px, 0px, 0) scale(0.9); opacity: 0; }
77 100% { transform: translate3d(0, 0px, 0) scale(1); opacity: 1; }
78 }
79
80 .latepoint-login-form-w {
81 animation: 0.6s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeUp;
82 }
83
84 .os-step-tab-content {
85 animation: 0.3s cubic-bezier(.45,1.1,.4,1.2) 0s both latepointFadeUp;
86 }
87
88 .os-password-reset-form-w {
89 animation: 0.3s cubic-bezier(.45,1.1,.4,1.2) 0s both latepointFadeUp;
90 }
91
92 .os-item-details-popup {
93 animation: 0.4s cubic-bezier(.45,1.3,.6,1) 0s both agentBio;
94 }
95
96 .item-details-popup-content-i {
97 animation: 0.4s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeUp;
98 }
99 .item-details-popup-head {
100 h3 {
101 animation: 0.4s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeDown;
102 }
103 .item-details-popup-title {
104 animation: 0.4s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeDown;
105 }
106 }
107
108 .item-details-popup-feature-value {
109 animation: 0.4s cubic-bezier(0, 1, 0.51, 1) 0.05s both latepointFadeUp;
110 }
111 .item-details-popup-feature-label {
112 animation: 0.4s cubic-bezier(0, 1, 0.51, 1) 0.1s both latepointFadeUp;
113 }
114
115 .latepoint-lightbox-i {
116 transform-origin: center center;
117 animation: 0.5s cubic-bezier(0, 1, 0.51, 1) 0s both osLightboxAnimation;
118 }
119
120 .latepoint-message {
121 animation: 0.15s cubic-bezier(.45,1.3,.6,1.1) 0s both latepointMessage;
122 }
123
124 .a-up-10 {
125 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up10op;
126 animation-fill-mode: both;
127 }
128 .a-up-10-opaque {
129 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up10;
130 animation-fill-mode: both;
131 }
132 .a-up-20 {
133 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up20op;
134 animation-fill-mode: both;
135 }
136 .a-up-20-opaque {
137 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up20;
138 animation-fill-mode: both;
139 }
140 .a-up-40-opaque {
141 animation: 0.6s cubic-bezier(.35, 1.2, .7, 1) 0s up40;
142 animation-fill-mode: both;
143 }
144 .a-rotate-scale {
145 animation: 0.7s cubic-bezier(.25, 1.4, .5, 1.35) 0s rotateScale;
146 animation-fill-mode: both;
147 }
148 .a-delay-1 {
149 animation-delay: 0.05s;
150 }
151 .a-delay-2 {
152 animation-delay: 0.1s;
153 }
154 .a-delay-3 {
155 animation-delay: 0.15s;
156 }
157 .a-delay-4 {
158 animation-delay: 0.2s;
159 }
160
161 @keyframes os-loading-gradient {
162 0% { background-position: 0 0; }
163 100% { background-position: -200% 0; }
164 }
165
166 .clean-layout-content-wrapper {
167 animation: 0.5s cubic-bezier(.35, 1.2, .7, 1) 0s both up20;
168 }
169
170 .latepoint-clean-body .manage-booking-wrapper {
171 animation: 0.5s cubic-bezier(.35, 1.2, .7, 1) 0s both up20;
172 }