“Przekształć Transluj CSS” Kod odpowiedzi

transformacja przejściowa

/* Transition Transform */
.section:hover {
  transform: translateX(0px) translateY(75px);
}

.section {
  transition: transform 500ms ease-in-out 25ms;
}
Thoughtless Turtle

Transformacja CSS Translate Rotate

#id {
    transform: translate(50%, 50%) rotate(90deg) ;
}
Bad Bear

CSS Transform

transform: matrix(1, 2, 3, 4, 5, 6);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: translate(120px, 50%);
transform: scale(2, 0.5);
transform: rotate(0.5turn);
transform: skew(30deg, 20deg);
transform: scale(0.5) translate(-100%, -100%);
transform: perspective(17px);
Spotless Skylark

Transform: Transferatex ()

/* <length-percentage> values */
transform: translateX(200px);
transform: translateX(50%);
Blue-eyed Barracuda

CSS tłumaczą x i y

transform: matrix(1, 2, 3, 4, 5, 6);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: translate(120px, 50%);
transform: scale(2, 0.5);
transform: rotate(0.5turn);
transform: skew(30deg, 20deg);
transform: scale(0.5) translate(-100%, -100%);
transform: perspective(17px);
DevLorenzo

Przekształć Transluj CSS

can some one help me plz with coding
Oliver Shawlin

Odpowiedzi podobne do “Przekształć Transluj CSS”

Pytania podobne do “Przekształć Transluj CSS”

Więcej pokrewnych odpowiedzi na “Przekształć Transluj CSS” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu