• Ijlal Ahmed

    (@ijlalahmedwebdesk)


    Hey Guys,

    I am trying to figure out how can I create some text which will first type than erase and than type something again in real time (Like an animation)

    I am not too good at explanation. You can view a live demo of what I am talking about here: https://upviral.com/affiliates/

    The First heading on that Page^

    is there a Plugin, or some other custom code to achieve that?

    Can really utilize Your Help
    Thanks,
    Ijlal

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    The effect is easily achieved with javascript, you might try searching for generic javascript code that does this instead of a WP plugin. Put this generic javascript on it’s own .js file and enqueue the file with wp_enqueue_script().

    If you can code javascript yourself, even if not that well, you could write your own. It would basically keep changing the content of an HTML container with a brief time delay between each iteration.

Viewing 1 replies (of 1 total)
  • The topic ‘How to Make text type and than erase and than type new text like an animation?’ is closed to new replies.