Lighter distortion effect

This commit is contained in:
Maciej Matuszewski 2018-01-16 18:15:48 +01:00
parent 09e84f6c91
commit 7fcfcd9a14

View File

@ -20,6 +20,7 @@
z-index: -1;
width: 100%;
content: attr(data-title);
opacity: .7;
transform: translate(-50%, -50%);
transition: transform .7s cubic-bezier(0, 1.54, .4, 1.7);
}