Text Animations
-
Hi guys,
is it possible change the speed of the fade in/ out of the text and the lenght of the “Moving” ? (fade up small is too much short and fade up too much lenght)
Then if it would be possible insert this css for the text… i tried, but no way
In Elementor it works good with texts@keyframes fadeInUp {
from {
opacity: 0;
blur: 0;
transform: translate3d(0,100px,0);
}to {
blur: 1;
opacity: 1;
transform: none
}
}Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Text Animations’ is closed to new replies.