• Resolved john0zhuang

    (@john0zhuang)


    How to make just the numbers swing up and down and the text stay still, I custom wrote the css code but it doesn’t work

    .counter span{
    animation: MoveUpDown 1s linear infinite;
    }

    @keyframes MoveUpDown {
    0%, 100% {
    bottom: 0; }
    }
    50% {
    bottom: 30px; }
    }
    }

    • This topic was modified 1 year, 4 months ago by john0zhuang.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make only the numbers swing up and down and the text stay put’ is closed to new replies.