a {
-webkit-text-stroke-color: pink;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 0.02em;
font-size: 20px;
font-weight: bolder;
background-clip: text;
-webkit-background-clip: text;
background-repeat: no-repeat;
background-image: linear-gradient(135deg, pink 0%, pink 50%, transparent 50%);
background-size: 0 100%;
-webkit-background-size: 0 100%;
cursor: pointer;
transition: background-size 0.5s cubuc-bizer(0.67, 0.01, 0.15, 0.98);
}
a:hover {
background-size: 200 100%;
-webkit-background-size: 230 100%;
}
Что не так?