/preload-page

simple preload page using gsap.

Primary LanguageCSS

Preload page

Please adjust the throttle on your network to simulate a fast/slow 3G connection so that the loader can be seen. image

Vite vanila

This is a basic setup for starting a vanilla HTML project using Vite as the bundler. It provides a simple folder structure for organizing your HTML, CSS, and JS files.

How to running project

yarn install
yarn run dev // will running on port 5000

liveSassCompile settings

  "liveSassCompile.settings.formats": [
    {
      "format": "expanded",
      "extensionName": ".css",
      "savePath": "/src/css",
    }
  ],