I'd like to install a typewriter effect on my website like the one you'll find on this site: https://www.januarymade.co.nz/ (also a sqs site, so I know it can be done).
I'm struggling to find something that'll work, everything I come across seems to require javascript, CSS & HTML (all three) but I don't know how to get that to work on sqs... I'm a relative novice to this so any help would be appreciated!
Just solved for 3 members. Add all to Code Block
<div class="container">
<h1>
typewriter01 |
<!-- The words that we want to have typerwriter effect -->
<span cla
@dnmddy Try adjusting this line. All the numbers you're seeing are in milliseconds (500ms = 0.5s) so try setting high to see if it works (3000-4000) should be a good test
// Pause befor
Hmm yeah based on what i'm seeing it doesn't appear to have any code that's specific to when it finishes going through all the words, that would require adding some more code to account for when it en
Question
SheriM 0
Hello!
I'd like to install a typewriter effect on my website like the one you'll find on this site: https://www.januarymade.co.nz/ (also a sqs site, so I know it can be done).
I'm struggling to find something that'll work, everything I come across seems to require javascript, CSS & HTML (all three) but I don't know how to get that to work on sqs... I'm a relative novice to this so any help would be appreciated!
Thank you 🙂
Link to post
Top Posters For This Question
8
5
3
2
Popular Days
Aug 12
6
Jul 20
3
Oct 10
2
Aug 11
2
Top Posters For This Question
tuanphan 8 posts
dnmddy 5 posts
martelil 3 posts
JennieFage 2 posts
Popular Days
Aug 12 2020
6 posts
Jul 20 2020
3 posts
Oct 10 2020
2 posts
Aug 11 2020
2 posts
Popular Posts
tuanphan
Just solved for 3 members. Add all to Code Block <div class="container"> <h1> typewriter01 | <!-- The words that we want to have typerwriter effect --> <span cla
RyanDejaegher
@dnmddy Try adjusting this line. All the numbers you're seeing are in milliseconds (500ms = 0.5s) so try setting high to see if it works (3000-4000) should be a good test // Pause befor
RyanDejaegher
Hmm yeah based on what i'm seeing it doesn't appear to have any code that's specific to when it finishes going through all the words, that would require adding some more code to account for when it en
37 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment