PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.1.91
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.1.91
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
183 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(0, 0%, 0px); opacity: 0; }
62 100% { transform: translate3d(0, -65%, 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 @keyframes latepointContentPopup {
81 0% { transform: scale(0.9); opacity: 0; }
82 100% { transform: scale(1); opacity: 1; }
83 }
84
85 .latepoint-login-form-w {
86 animation: 0.6s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeUp;
87 }
88
89 .os-step-tab-content {
90 animation: 0.3s cubic-bezier(.45,1.1,.4,1.2) 0s both latepointFadeUp;
91 }
92
93 .os-password-reset-form-w {
94 animation: 0.3s cubic-bezier(.45,1.1,.4,1.2) 0s both latepointFadeUp;
95 }
96
97 .os-item-details-popup {
98 animation: 0.4s cubic-bezier(.45,1.3,.6,1) 0s both agentBio;
99 }
100
101 .item-details-popup-content-i {
102 animation: 0.4s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeUp;
103 }
104 .item-details-popup-head {
105 h3 {
106 animation: 0.4s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeDown;
107 }
108 .item-details-popup-title {
109 animation: 0.4s cubic-bezier(.45,1.1,.4,1) 0s both latepointFadeDown;
110 }
111 }
112
113 .item-details-popup-feature-value {
114 animation: 0.4s cubic-bezier(0, 1, 0.51, 1) 0.05s both latepointFadeUp;
115 }
116 .item-details-popup-feature-label {
117 animation: 0.4s cubic-bezier(0, 1, 0.51, 1) 0.1s both latepointFadeUp;
118 }
119
120 .latepoint-lightbox-i {
121 transform-origin: center center;
122 animation: 0.5s cubic-bezier(0, 1, 0.51, 1) 0s both osLightboxAnimation;
123 }
124
125 .latepoint-message {
126 animation: 0.15s cubic-bezier(.45,1.3,.6,1.1) 0s both latepointMessage;
127 }
128
129 .a-up-10 {
130 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up10op;
131 animation-fill-mode: both;
132 }
133 .a-up-10-opaque {
134 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up10;
135 animation-fill-mode: both;
136 }
137 .a-up-20 {
138 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up20op;
139 animation-fill-mode: both;
140 }
141 .a-up-20-opaque {
142 animation: 0.4s cubic-bezier(.25, 1.4, .5, 1) 0s up20;
143 animation-fill-mode: both;
144 }
145 .a-up-40-opaque {
146 animation: 0.6s cubic-bezier(.35, 1.2, .7, 1) 0s up40;
147 animation-fill-mode: both;
148 }
149 .a-rotate-scale {
150 animation: 0.7s cubic-bezier(.25, 1.4, .5, 1.35) 0s rotateScale;
151 animation-fill-mode: both;
152 }
153 .a-delay-1 {
154 animation-delay: 0.05s;
155 }
156 .a-delay-2 {
157 animation-delay: 0.1s;
158 }
159 .a-delay-3 {
160 animation-delay: 0.15s;
161 }
162 .a-delay-4 {
163 animation-delay: 0.2s;
164 }
165
166 @keyframes os-loading-gradient {
167 0% { background-position: 0 0; }
168 100% { background-position: -200% 0; }
169 }
170
171 .clean-layout-content-wrapper {
172 animation: 0.5s cubic-bezier(.35, 1.2, .7, 1) 0s both up20;
173 }
174
175 .latepoint-clean-body .manage-booking-wrapper {
176 animation: 0.5s cubic-bezier(.35, 1.2, .7, 1) 0s both up20;
177 }
178
179 @keyframes latepointBlink {
180 0% { opacity: 1; }
181 50% { opacity: 0; }
182 100% { opacity: 1; }
183 }