PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.6.8
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.6.8
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 9 months ago _booking.scss 9 months ago _booking_animations.scss 1 year ago _buttons.scss 9 months ago _calendar.scss 3 months ago _customer_dashboard.scss 9 months ago _forms.scss 9 months ago _grid.scss 1 year ago _icons.scss 9 months ago _items.scss 9 months ago _lightbox.scss 1 week ago _login.scss 9 months ago _mixins.scss 1 year ago _notifications.scss 9 months ago _print.scss 1 year ago _responsive.scss 9 months ago _shared.scss 1 year ago _shortcodes.scss 1 year ago _type.scss 1 year ago _utilities.scss 1 year ago _variables.scss 9 months ago
_animations.scss
196 lines
1 @keyframes selectedSlotCheckmark {
2 0% { transform: rotate(-65deg) scale(0.5); }
3 100% { transform: rotate(0deg) scale(1); }
4 }
5 @keyframes selectedSlotCheckmarkOpacity {
6 0% { transform: rotate(-65deg) scale(0.5); opacity: 0; }
7 100% { transform: rotate(0deg) scale(1); opacity: 1; }
8 }
9
10 @keyframes latepointFadeUp {
11 0% { transform: translate3d(0, 40px, 0); opacity: 0; }
12 100% { transform: translate3d(0, 0px, 0); opacity: 1; }
13 }
14
15 @keyframes up10op {
16 0% { transform: translate3d(0, 10px, 0); opacity: 0 }
17 100% { transform: translate3d(0, 0px, 0); opacity: 1 }
18 }
19 @keyframes up10 {
20 0% { transform: translate3d(0, 10px, 0); }
21 100% { transform: translate3d(0, 0px, 0); }
22 }
23 @keyframes up20op {
24 0% { transform: translate3d(0, 20px, 0); opacity: 0 }
25 100% { transform: translate3d(0, 0px, 0); opacity: 1 }
26 }
27 @keyframes rotateScale {
28 0% { transform: scale(0.4) rotate(-90deg); opacity: 0 }
29 100% { transform: scale(1) rotate(0deg); opacity: 1 }
30 }
31 @keyframes up20 {
32 0% { transform: translate3d(0, 20px, 0); }
33 100% { transform: translate3d(0, 0px, 0); }
34 }
35
36 @keyframes up40 {
37 0% { transform: translate3d(0, 20px, 0); }
38 100% { transform: translate3d(0, 0px, 0); }
39 }
40
41
42 @keyframes latepointMessage {
43 0% { transform: translate3d(0, -10px, 0); opacity: 0; }
44 100% { transform: translate3d(0, 0px, 0); opacity: 1; }
45 }
46
47
48
49 @keyframes latepointFadeDown {
50 0% { transform: translate3d(0, -40px, 0); opacity: 0; }
51 100% { transform: translate3d(0, 0px, 0); opacity: 1; }
52 }
53
54 @keyframes agentBio {
55 0% { transform: scale(0.8); opacity: 0; }
56 100% { transform: scale(1); opacity: 1; }
57 }
58
59 @keyframes osLightboxAnimation {
60 0% { transform: translate3d(0, 10%, 0); opacity: 0; }
61 100% { transform: translate3d(0, 0, 0); opacity: 1; }
62 }
63
64 @keyframes latepointAvailabilityPopup {
65 0% { transform: translate3d(0, 0%, 0px); opacity: 0; }
66 100% { transform: translate3d(0, -65%, 0px); opacity: 1; }
67 }
68 @keyframes latepointAvailabilityPopupCenter {
69 0% { transform: translate3d(-50%, -50%, 0px); opacity: 0; }
70 100% { transform: translate3d(-50%, -110%, 0px); opacity: 1; }
71 }
72
73 @keyframes latepointAvailabilityPopupY {
74 0% { transform: translate3d(0%, -60%, 0px); opacity: 0; }
75 100% { transform: translate3d(0%, -115%, 0px); opacity: 1; }
76 }
77
78 @keyframes latepointNextBtn {
79 0% { transform: translate3d(-15px, 0px, 0) scale(0.9); opacity: 0; }
80 100% { transform: translate3d(0, 0px, 0) scale(1); opacity: 1; }
81 }
82
83 @keyframes latepointPrevBtn {
84 0% { transform: translate3d(15px, 0px, 0) scale(0.9); opacity: 0; }
85 100% { transform: translate3d(0, 0px, 0) scale(1); opacity: 1; }
86 }
87
88 @keyframes latepointContentPopup {
89 0% { transform: scale(0.9); opacity: 0; }
90 100% { transform: scale(1); opacity: 1; }
91 }
92
93 .latepoint-login-form-w {
94 animation: 0.6s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeUp;
95 }
96
97 .os-step-tab-content {
98 animation: 0.3s cubic-bezier(.45,1.1,.4,1.2) 0s both latepointFadeUp;
99 }
100
101 .os-password-reset-form-w {
102 animation: 0.3s cubic-bezier(.45,1.1,.4,1.2) 0s both latepointFadeUp;
103 }
104
105 .os-item-details-popup {
106 animation: 0.4s cubic-bezier(.45,1.3,.6,1) 0s both agentBio;
107 }
108
109 .item-details-popup-content-i {
110 animation: 0.4s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeUp;
111 }
112 .item-details-popup-head {
113 h3 {
114 animation: 0.4s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeDown;
115 }
116 .item-details-popup-title {
117 animation: 0.4s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeDown;
118 }
119 }
120
121 .item-details-popup-feature-value {
122 animation: 0.4s cubic-bezier(0, 1, 0.51, 1) 0.05s both latepointFadeUp;
123 }
124 .item-details-popup-feature-label {
125 animation: 0.4s cubic-bezier(0, 1, 0.51, 1) 0.1s both latepointFadeUp;
126 }
127
128 .latepoint-lightbox-i {
129 transform-origin: center center;
130 animation: 0.5s cubic-bezier(0, 1, 0.51, 1) 0s both osLightboxAnimation;
131 }
132
133 .latepoint-message {
134 animation: 0.15s cubic-bezier(.45,1.3,.6,1.1) 0s both latepointMessage;
135 }
136
137 .a-up-10 {
138 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up10op;
139 animation-fill-mode: both;
140 }
141 .a-up-10-opaque {
142 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up10;
143 animation-fill-mode: both;
144 }
145 .a-up-20 {
146 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up20op;
147 animation-fill-mode: both;
148 }
149 .a-up-20-opaque {
150 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up20;
151 animation-fill-mode: both;
152 }
153 .a-up-40-opaque {
154 animation: 0.6s cubic-bezier(.35, 1.2, .7, 1) 0s up40;
155 animation-fill-mode: both;
156 }
157 .a-rotate-scale {
158 animation: 0.7s cubic-bezier(.25, 1.4, .5, 1.35) 0s rotateScale;
159 animation-fill-mode: both;
160 }
161 .a-delay-1 {
162 animation-delay: 0.05s;
163 }
164 .a-delay-2 {
165 animation-delay: 0.1s;
166 }
167 .a-delay-3 {
168 animation-delay: 0.15s;
169 }
170 .a-delay-4 {
171 animation-delay: 0.2s;
172 }
173
174 @keyframes os-loading-gradient {
175 0% { background-position: 0 0; }
176 100% { background-position: -200% 0; }
177 }
178
179 .clean-layout-content-wrapper {
180 animation: 0.5s cubic-bezier(.35, 1.2, .7, 1) 0s both up20;
181 }
182
183 .latepoint-clean-body .manage-booking-wrapper {
184 animation: 0.5s cubic-bezier(.35, 1.2, .7, 1) 0s both up20;
185 }
186
187 @keyframes latepointBlink {
188 0% { opacity: 1; }
189 50% { opacity: 0; }
190 100% { opacity: 1; }
191 }
192 @keyframes latepointShake {
193 0%, 100% { transform: translateX(0); }
194 10%, 30%, 50%, 70%, 90% { transform: translateX(-4px); }
195 20%, 40%, 60%, 80% { transform: translateX(4px); }
196 }