Read the statement by Michael Teeuw here.
Typewriter Effect for Compliments?
-
Hello,
I’m wondering if it’s possible to add a typewrite effect to the compliments. So instead of them fading in and out, it would appear like they are being typed on screen.
If this is possible, how would I do it (would it be a Css or Javascript typing effect?) and where would I put the code (Would it go in the config file or the compliments.js)?
Thanks in advance.
-
Nice idea :thumbsup: :-)
I would start with
compliments.js
and this howto:
https://www.w3schools.com/howto/howto_js_typewriter.asp -
@kristjanesperanto Ya, I was looking at that tutorial, and I was looking at compliments.js and I’m wondering where to put the code. Since there’s so many lines of code, it’s a bit overwhelming. I just don’t want to mess anything up (I’ll be sure to make a backup first before I try anything though).
-
Okay, maybe a CSS approach will be easier for you then. Here is a howto you could also try: https://css-tricks.com/snippets/css/typewriter-effect/
Then you would “only” have to adjust your
custom.css
.Feel welcome to let us know if you’re making progress.
I don’t know how familiar you are with CSS and JavaScript, but it can’t hurt to try :-)
-
@kristjanesperanto Thanks, I’ll look into it.