Forums

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

Home Forums CSS Combining 2 keyframe animations into one animation

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #261436
    jessiemele
    Participant

    I created a codepen here for example: https://codepen.io/jessiemele/pen/rGQWWE. I have one animation running on an image and the other running on the div containing the image. is it possible to combine the two and have them both run on the image? If I add them together like this for example, only one works:
    animation: walk 20s forwards infinite linear, tinywalk 500ms linear alternate infinite;

    #261440
    Paulie_D
    Member

    I don’t see how you could combine them…especially as they animate the same property so one would cancel out the other.

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