Interactive online courses HTML Academy
2026-03-09 14:07 Diff
  • index.html
  • style.css

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>Pre- and post-animation state: animation-fill-mode, step 2</title> <meta charset="utf-8"> <link rel="stylesheet" href="epoch3.css"> <link rel="stylesheet" href="style.css"> </head> <body class="scientific"> <div class="sign"></div> <div class="tube"> <span class="bubbles"></span> <span class="reagent"></span> </div> <div class="tube"> <span class="bubbles"></span> <span class="reagent experimental-reagent"></span> </div> </body> </html>

Thanks! We’ll fix everything at once!

You’ve gone to a different page

Click inside the mini-browser to shift the focus onto this window.

100%

Set the following parameters to the chemical in the experimental tube .experimental-reagent:

  1. saving of the final state after animation,
  2. number of animation cycles 2
  3. and an alternating animation direction.