Giter VIP home page Giter VIP logo

giffypop's Introduction

Animated GIF Slideshow

A simple web application for creating fullscreen, animated GIF slideshows.

Features

  • Fullscreen slideshow display: Showcases your GIFs in an immersive way.
  • Adapts to any GIF size: No need to worry about resizing your images.
  • Play/pause functionality: Gives users control over the slideshow.
  • Speed control: Allows customization of the animation pace.
  • Thumbnail slider: Provides easy navigation through the GIF collection.
  • Modern scrollbar design: Enhances the visual appeal of the slider.
  • Responsive design: Looks great on various screen sizes.
  • Automatic loading: Streamlines use by loading GIFs from a designated folder.
  • Batch renaming tool: rename_files.bat helps organize your files efficiently.

Usage

Add GIFs:

Place your GIF files in the /gif folder. Important: Name the files numerically, starting from 0001 (e.g., 0001.gif, 0002.gif, etc.). Open in a browser: Launch index.html.

Enjoy!

Configuration

Number of GIFs: Update the loadGifFiles() function in index.html to reflect the number of GIFs you're using:

function loadGifFiles() {
  // Example: If you have 20 GIFs
  for (let i = 1; i <= 20; i++) {
    const filename = `${gifFolder}/${String(i).padStart(4, '0')}.gif`;
    gifFiles.push(filename);
  }
}


Renaming Files:

Double-click rename_files.bat in your project directory.
Enter the folder path containing your GIF files.
Press Enter. Files will be renamed automatically.
Credits

Created by Michael Pear and Gemini.

License

MIT License

giffypop's People

Contributors

drewpear309 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.