Answer the question
In order to leave comments, you need to log in
Is it possible to partially or completely animate in C# without using CSS?
There is this code that simulates the animation of the typed text
.text-typing
{
width: 100%;
font-size: 22px;
white-space:nowrap;
overflow:hidden;
animation: type 5s steps(50, end);
}
@keyframes type{
from { width: 0; }
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question