Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/components/_post-header-cover.scss')
-rwxr-xr-xsrc/scss/components/_post-header-cover.scss11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/scss/components/_post-header-cover.scss b/src/scss/components/_post-header-cover.scss
index 2c330ad..ffb2d88 100755
--- a/src/scss/components/_post-header-cover.scss
+++ b/src/scss/components/_post-header-cover.scss
@@ -26,13 +26,8 @@
// 100% minus header high, minus padding-top, minus padding bottom and minus 4px for perfect pixels
height: 100%;
z-index: map-get($z-indexes, 'c-post-header-cover');
- // Sidebar animation
- // Transition style (push)
- transition: transform .25s ease-in-out;
- -webkit-transition: -webkit-transform .25s ease-in-out;
- // Eliminate any flickering of elements while they are in a state of being animated
- -webkit-backface-visibility: hidden;
- -webkit-perspective: 1000;
+ transition: transform .25s ease-in-out, width .25s ease-in-out;
+ -webkit-transition: -webkit-transform .25s ease-in-out, width .25s ease-in-out;
.post-header {
display: table-cell;
@@ -216,4 +211,4 @@
@include post-header-cover-pushed-md;
}
}
-} \ No newline at end of file
+}