.bgPositionAnimation{animation:animation-bg-position 1s cubic-bezier(.4,0,1,1);transition:all 1s cubic-bezier(.4,0,1,1)}@keyframes animation-bg-position{0%{background-position:top center}100%{background-position:center center}}@keyframes animation-drawer-documentation-details{0%{opacity:.7}100%{opacity:1}}@keyframes animation-drawer-documentation-details-with-slide{0%{right:-500px}100%{right:0}}@keyframes animation-zoom-in{0%{background-size:100%}100%{background-size:120%}}@keyframes animation-zoom-out{0%{background-size:120%}100%{background-size:100%}}@keyframes animation-collapsing{0%{height:680px}100%{height:0}}@keyframes animation-no-collapse{0%{height:0}35%{height:225px}100%{height:100%}}@keyframes animation-collapse{0%{opacity:0;height:0}100%{opacity:1;height:100%}}@keyframes haptic-button{0%{transform:scale(1)}50%{transform:scale(1.1);box-shadow:1px 1px 10px #fff}100%{transform:scale(1);box-shadow:none}}