Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS typewriter animation isn't working for my last line

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #275312
    heyitsme
    Participant

    So I put a typewriter animation onto my text, and my last three lines are working, just not the last one.

    https://codepen.io/heyitsmeeee/pen/ejoKRm

    #275314
    Atelierbram
    Participant

    Probably forgot to change class name after copy and paste … it happens, so:

    /* animation for line 4 */
    .anim-typewriter4 { /* ISO .anim-typewriter3 */
    

    then also the last line animates.

    #275315
    heyitsme
    Participant

    thank you so much! I really need to re-read things before I freak out haha :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.