To add more frames to your animation:
- Create your new frame images with consistent dimensions
- Name them sequentially (e.g., frame1.gif, frame2.gif, frame3.gif)
- Upload them to your image directory
- Update the
@images array in the script:
@images = ("frame1.gif", "frame2.gif", "frame3.gif", "frame4.gif");
Tip: Keep all frames the same size to prevent flickering or layout shifts during animation.