baisheng / marquee-effect-demo

You'll find the guide how to create dynamic marquee effect in this demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cuberto Marquee Effect Demo

Frontend dependencies

GSAP (https://greensock.com/gsap/)

Setup demo project

Install

npm install

Start develop server

gulp or gulp serve deploy app and start browsersync server + watchers

File structure

├── /tmp/                       # Temporary served files
└── /src/                       # The source code of the application
    ├── /js/                    # JavaScript source
        └── particles.js        # Library main
    ├── /pug/                   # Pug templates
        └── /_includes/         # Pug partials
    ├── /scss/                  # SCSS styles
        └── particles.scss      # Library additional css
    ├── /static/                # Static files (fonts, images, videos, etc..)

About

You'll find the guide how to create dynamic marquee effect in this demo.


Languages

Language:SCSS 38.3%Language:JavaScript 35.8%Language:Pug 26.0%