|
294 | 294 |
|
295 | 295 | .pagebuilder-wysiwyg-snapshot {
|
296 | 296 | .pagebuilder-stage {
|
297 |
| - background-color: @color-white; |
298 |
| - -webkit-transition: .3s ease-in-out; |
299 |
| - -moz-transition: .3s ease-in-out; |
300 |
| - transition: .3s ease-in-out; |
| 297 | + -webkit-transition: .35s ease-in-out; |
| 298 | + -moz-transition: .35s ease-in-out; |
| 299 | + transition: .35s ease-in-out; |
301 | 300 | margin-left: auto;
|
302 | 301 | }
|
303 | 302 |
|
| 303 | + .element-children.content-type-container.root-container-container { |
| 304 | + background-color: @color-white; |
| 305 | + } |
| 306 | + |
304 | 307 | .pagebuilder-stage-wrapper {
|
305 | 308 | transition: none;
|
306 | 309 | background-color: transparent;
|
307 | 310 |
|
308 | 311 | &.stage-full-screen {
|
| 312 | + .keyframes(fade-in;{ |
| 313 | + 0% { |
| 314 | + background-color: transparent; |
| 315 | + } |
| 316 | + 100% { |
| 317 | + background-color: @color-white; |
| 318 | + } |
| 319 | + }); |
| 320 | + .animation(fade-in .175s ease-in-out both); |
| 321 | + background-color: @color-white; |
| 322 | + |
| 323 | + &.transition-out { |
| 324 | + .keyframes(fade-out;{ |
| 325 | + 0% { |
| 326 | + background-color: @color-white; |
| 327 | + } |
| 328 | + 50% { |
| 329 | + background-color: @color-white; |
| 330 | + } |
| 331 | + 100% { |
| 332 | + background-color: transparent; |
| 333 | + } |
| 334 | + }); |
| 335 | + .animation(fade-out .35s ease-in-out both); |
| 336 | + } |
| 337 | + |
309 | 338 | .pagebuilder-stage {
|
310 | 339 | width: calc(~"100% - 150px");
|
311 | 340 | top: 0;
|
|
326 | 355 | transform: translateY(0);
|
327 | 356 | }
|
328 | 357 | });
|
329 |
| - .animation(slide-in-top .3s ease-in-out both); |
| 358 | + .animation(slide-in-top .35s ease-in-out both); |
330 | 359 | opacity: 1;
|
331 | 360 | transition: none;
|
332 | 361 | visibility: visible;
|
|
343 | 372 | transform: translateY(-41px);
|
344 | 373 | }
|
345 | 374 | });
|
346 |
| - .animation(slide-out-top .3s ease-in-out both); |
| 375 | + .animation(slide-out-top .35s ease-in-out both); |
347 | 376 | transition: none;
|
348 | 377 | z-index: 801;
|
349 | 378 | }
|
|
360 | 389 | transform: translateX(0);
|
361 | 390 | }
|
362 | 391 | });
|
363 |
| - .animation(slide-in-left .3s ease-in-out both); |
| 392 | + .animation(slide-in-left .35s ease-in-out both); |
364 | 393 | opacity: 1;
|
365 | 394 | transition: none;
|
366 | 395 | visibility: visible;
|
|
377 | 406 | transform: translateX(-150px);
|
378 | 407 | }
|
379 | 408 | });
|
380 |
| - .animation(slide-out-left .3s ease-in-out both); |
| 409 | + .animation(slide-out-left .35s ease-in-out both); |
381 | 410 | transition: none;
|
382 | 411 | z-index: 801;
|
383 | 412 | }
|
|
0 commit comments