1.0.4 • Published 4 months ago

@synqro/infinite-logo v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

@synqro/infinite-logo

Create a seamless infinite scroll banner in Webflow to showcase logos or text with customizable speed, direction, and hover pause functionality.

Installation

  1. Add the following script to your Webflow project:

    <script src="https://cdn.jsdelivr.net/npm/@synqro/infinite-logo@1/dist/index.min.js"></script>
  2. Create the HTML structure in Webflow

    <div class="banner-container">
      <div class="banner-list">
        <img src="logo1.png" alt="Logo 1" />
        <img src="logo2.png" alt="Logo 2" />
        <img src="logo3.png" alt="Logo 3" />
        <!-- ... -->
      </div>
    </div>
  3. Add this custom attribute to the banner-list div:

    AttributeValue
    sl-banner-listinfinite-logo
    sl-banner-speed30 (seconds)
    sl-banner-directionleft right
    sl-banner-hovertrue false
  4. Publish your Webflow project

1.0.4

4 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago