Jump to content
Search Community

remakker

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by remakker

  1. Yes, I'm trying to fade one image over into another, but of course the solution is not really hard. I could just change the filename to have no numbers in it. I tried it and now it is fading as I intended.
  2. Sorry for including not enough information. Look in the console of the CodePen to see what is going on. Ps: The images I use are 1px x 1px bmp files as a temporary image. https://codepen.io/gebruikerr/pen/XWKNWEe
  3. I had an empty div with a timeline that animates the background image between 2 images. The images are named 0.jpg and 1.jpg. When I run the html I see that GSAP tries to find images between 0.jpg and 1.jpg like this: GEThttp://127.0.0.1:5500/slideshowa/0.2358.bmp GEThttp://127.0.0.1:5500/slideshowa/0.2417.bmp GEThttp://127.0.0.1:5500/slideshowa/0.2528.bmp GEThttp://127.0.0.1:5500/slideshowa/0.2476.bmp GEThttp://127.0.0.1:5500/slideshowa/0.259.bmp GEThttp://127.0.0.1:5500/slideshowa/0.2645.bmp GEThttp://127.0.0.1:5500/slideshowa/0.2703.bmp GEThttp://127.0.0.1:5500/slideshowa/0.2758.bmp Is this a know bug or is there a way around this? Whenever I change to files with letters, the issue isn't there.
×
×
  • Create New...