• 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

    • This topic was modified 4 years, 5 months ago by alexspb.
    • This topic was modified 4 years, 5 months ago by alexspb.
    • This topic was modified 4 years, 5 months ago by alexspb.
Viewing 1 replies (of 1 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    Hi, sorry for the huge delay. It is possible to change the speed (tweak the parameters Ease In and Ease Out) but not the length of the animation. The animations are not handled by CSS 3 keyframes, so your code will not work unfortunately.

Viewing 1 replies (of 1 total)
  • The topic ‘Text Animations’ is closed to new replies.