MARKETPLACE
PLUGINS
IMAGE SLIDER BY TECHFIGHTER
Image Slider by TechFighter logo

Image Slider by TechFighter

Published April 2025
   •    Updated March 2026

Plugin details

**Image Slider - Bubble Plugin Documentation**
Document Last Updated: March 21, 2024
Plugin Last Updated: March 21, 2024

EditorURL: https://bubble.io/page?id=demo-image-slider&test_plugin=1744725951302x425741787304034300_current&tab=Design&name=index

**Table of Contents**

* Overview
* How to Use
* Components
* Demo Page
* Version History
* Support & Contact

**Overview**

Image Slider is a plugin that enables automatic slideshow display of multiple images in your Bubble application. It's perfect for creating attractive image slideshows with simple configuration, ideal for product showcases, galleries, banner advertisements, and more.

**How to Use**

**Basic Setup**

1. Search for "Image Slider" in the Bubble plugin marketplace and install it.
2. Place the plugin element on your page in the editor.
3. Configure the element properties:
  * Set image URLs list (required)
  * Set animation duration (in seconds)
  * Image padding (default: 35px)
  * Slider height (default: 240px)
  * Slider width (default: 240px)
  * Border radius (default: 0px)
  * Animation direction (normal/reverse)
  * Enable/disable image click functionality
  * Set destination URLs for clicks (when click functionality is enabled)
  * Enable/disable animation pause on hover
4. Use workflows to control the plugin's functionality.

**Components**

**Element Actions**

* **start_animation**: Starts the slide animation
* **stop_animation**: Stops the slide animation
* **toggle_animation**: Toggles between animation start and stop

**Exposed States**

* **is_animated** (boolean): Indicates whether the slide animation is currently running

**Events**

* **on_start_animation**: Triggered when the animation starts
* **on_stop_animation**: Triggered when the animation stops

**Demo Page**

Try out the demo at the following URL:
https://demo-image-slider.bubbleapps.io/version-test

**Support & Contact**

For questions or bug reports regarding the plugin, please contact us at:
Email: [email protected]


日本語

**Image Slider - Bubbleプラグイン説明テンプレート**

ドキュメント最終更新日: 2024年03月21日
プラグイン最終更新日: 2024年03月21日

EditorURL: https://bubble.io/page?id=demo-image-slider&test_plugin=1744725951302x425741787304034300_current&tab=Design&name=index

【目次】

* 概要
* 利用方法
* コンポーネント
* デモページ
* 更新履歴
* 問い合わせ・サポート

**概要**

Image Sliderは、Bubble上で複数の画像を自動的にスライドショー形式で表示することを可能にするためのプラグインです。製品紹介、ギャラリー表示、バナー広告など、魅力的な画像スライドショーを簡単な設定で実現できます。

**利用方法**

【基本的な利用手順】

1. Bubbleプラグイン画面から「Image Slider」を検索し、インストールします。
2. エディターで本プラグインのエレメントをページに配置します。
3. エレメントのプロパティから、以下の設定を行います:
  * 画像URLのリストを設定(必須)
  * アニメーション時間(秒)を設定
  * 画像のパディング(既定値: 35px)
  * スライダーの高さ(既定値: 240px)
  * スライダーの幅(既定値: 240px)
  * 角丸の半径(既定値: 0px)
  * アニメーションの方向(通常/逆方向)
  * 画像クリック機能の有効/無効
  * クリック時の遷移先URLリスト(画像クリック機能が有効な場合)
  * ホバー時のアニメーション停止の有効/無効
4. ワークフローを使用して、プラグインの機能をコントロールできます。

**コンポーネント**

【エレメントアクション】

* **start_animation**: スライドアニメーションを開始します
* **stop_animation**: スライドアニメーションを停止します
* **toggle_animation**: アニメーションの開始/停止を切り替えます

【公開状態】

* **is_animated** (boolean): 現在スライドアニメーションが動作しているかどうかを示します

【イベント】

* **on_start_animation**: アニメーションが開始された時に発火されます
* **on_stop_animation**: アニメーションが停止された時に発火されます

**デモページ**

以下のURLでデモをお試しいただけます。
https://demo-image-slider.bubbleapps.io/version-test

**問い合わせ・サポート**

プラグインに関するご質問や不具合報告等は、以下までご連絡ください。
Email:[email protected]

$10

One time  •  Or  $2/mo

stars   •   0 ratings
0 installs  
This plugin does not collect or track your personal data.

Platform

Web

Contributor details

Tech Fighter Co., Ltd. logo
Tech Fighter Co., Ltd.
Joined 2025   •   8 Plugins
View contributor profile

Instructions

## 【Bubble Plugin Installation Guide (Step-by-Step)】
**Introduction:**
This guide provides basic instructions for implementing the "**Image Slider**" plugin in your Bubble application. Image Slider is a plugin that provides a UI element for automatically displaying multiple images in a slideshow format. (**Prerequisite: Logged into Bubble Editor**)

**Step 1: Prerequisites**
* This plugin requires no special preliminary setup. You can install and start using it right away.

**Step 2: Plugin Installation**
* Click "Plugins" in the left menu.
* Click the "+ Add plugins" button.
* Type "Image Slider" in the search box and locate the plugin.
* Click the "Install" button.
* Click "Done" after installation.

**Step 3: Adding the Element to Your Page**
* Select "Design" from the left menu and open the page where you want to use the plugin.
* Look for the "Image Slider" element in the "Visual Elements" section of the left element tree or element addition panel.
* Drag and drop the element to your desired position on the page.

**Step 4: Element/Plugin Property Configuration**
* Click on the placed Image Slider element to display the property editor.
* **Main Configuration Items:**
   * `image_urls` (required): List of image URLs
       * Set multiple image URLs in list format
       * Example: Database repeater, static list, etc.
   * `duration` (seconds): Set animation duration (interval between slides)
   * `image_padding`: Space between images (default: 35px)
   * `height`: Slider height (default: 240px)
   * `width`: Slider width (default: 240px)
   * `border_radius`: Corner radius (default: 0px)
   * `animation_direction`: Animation direction (normal/reverse)
   * `is_clickable`: Enable/disable image click functionality
   * `urls_for_click`: List of destination URLs for clicks
       * Used when `is_clickable` is enabled
       * Must be set in list format in the same order as image URLs
       * Example: Clicking the first image navigates to the first URL in the list
   * `stop_hover`: Enable/disable animation pause on hover

**Configuration Examples:**
1. Basic Slideshow
  * `image_urls`: List of image URLs (e.g., ['image1.jpg', 'image2.jpg', 'image3.jpg'])
  * `duration`: 3 (changes every 3 seconds)
  * Other settings at default values

2. Clickable Banner Slider
  * `image_urls`: List of banner image URLs
  * `is_clickable`: Yes
  * `urls_for_click`: List of destination URLs for each banner (in same order as images)
  * `stop_hover`: Yes (pauses on hover for better viewing)

**Step 5: Setting Element ID Attributes**
* This plugin does not require any special ID attribute settings.

**Step 6: Workflow Configuration**
* Open the "Workflow" tab in the left menu.
* The plugin provides the following actions and events:
   * Actions:
       * `start_animation`: Starts the slide animation
       * `stop_animation`: Stops the slide animation
       * `toggle_animation`: Toggles animation start/stop
   * Events:
       * `on_start_animation`: Triggered when animation starts
       * `on_stop_animation`: Triggered when animation stops

**Step 7: Testing**
* Click the "Preview" button in the top right of the editor to open the application preview.
* Verify the following:
   * All images are displaying correctly
   * Slide animation is running at the intended speed
   * If click functionality is enabled:
       * Correct URL navigation for each image
       * Link destination URLs match the image order
   * If hover pause is enabled, animation stops correctly on mouse over

**Demo Check**
You can see a working example at the following URL:
https://demo-image-slider.bubbleapps.io/version-test

**Important Notes:**
* Image URLs and destination URLs must be set in list format.
* When using click functionality, ensure the destination URL order matches the image order exactly.
* Animation starts automatically by default.


日本語

## 【Bubbleプラグイン導入手順テンプレート(Step-by-Stepガイド)】

**はじめに:**
このテンプレートは、Bubbleアプリケーションに新しいプラグイン「**Image Slider**」を導入するための基本的な手順を示します。Image Sliderは、複数の画像を自動的にスライドショー表示するUIエレメントを提供するプラグインです。(**前提:Bubbleエディターにログイン済み**)

**Step 1:事前設定**
* 本プラグインは特別な事前設定は不要です。すぐにインストールしてご利用いただけます。

**Step 2:プラグインのインストール**
* 左メニューの「Plugins」をクリックします。
* 「+ Add plugins」ボタンをクリックします。
* 検索欄に「Image Slider」と入力し、候補から該当するプラグインを見つけます。
* 「Install」ボタンをクリックしてインストールします。
* インストール後、「Done」をクリックします。

**Step 3:エレメントをページに追加する**
* 左メニューから「Design」を選び、プラグインの機能を利用したいページを開きます。
* 左側のエレメントツリーまたはエレメント追加パネルの「Visual Elements」セクションから、「Image Slider」エレメントを探します。
* エレメントをページ上の任意の位置にドラッグ&ドロップで配置します。

**Step 4:エレメント/プラグインのプロパティ設定**
* 配置したImage Sliderエレメントをクリックし、表示されるプロパティエディターで設定を行います。
* **主な設定項目:**
   * `image_urls` (必須): 表示する画像URLのリスト
       * 複数の画像URLをリスト形式で設定します
       * 例:データベースのリピーター、固定値のリストなど
   * `duration` (秒): アニメーション時間を設定(スライド切り替えの間隔)
   * `image_padding`: 画像間の余白(既定値: 35px)
   * `height`: スライダーの高さ(既定値: 240px)
   * `width`: スライダーの幅(既定値: 240px)
   * `border_radius`: 角丸の半径(既定値: 0px)
   * `animation_direction`: アニメーションの方向(normal/reverse)
   * `is_clickable`: 画像クリック機能の有効/無効
   * `urls_for_click`: クリック時の遷移先URLリスト
       * `is_clickable`が有効な場合に使用
       * 画像URLと同じ順序でリスト形式で設定する必要があります
       * 例:1枚目の画像をクリックすると、リストの1番目のURLに遷移
   * `stop_hover`: ホバー時のアニメーション停止機能の有効/無効

**設定例:**
1. 基本的なスライドショー
  * `image_urls`: 画像URLのリスト(例:['image1.jpg', 'image2.jpg', 'image3.jpg'])
  * `duration`: 3(3秒ごとに切り替え)
  * その他はデフォルト値を使用

2. クリック可能なバナースライダー
  * `image_urls`: バナー画像URLのリスト
  * `is_clickable`: Yes
  * `urls_for_click`: 各バナーのリンク先URLリスト(画像と同じ順序)
  * `stop_hover`: Yes(ホバー時に一時停止して閲覧しやすく)

**Step 5:対象エレメントにID属性を設定する**
* 本プラグインでは、特別なID属性の設定は不要です。

**Step 6:ワークフローを設定する**
* 左メニューの「Workflow」タブを開きます。
* プラグインは以下のアクションとイベントを提供します:
   * アクション:
       * `start_animation`: スライドアニメーションを開始
       * `stop_animation`: スライドアニメーションを停止
       * `toggle_animation`: アニメーションの開始/停止を切り替え
   * イベント:
       * `on_start_animation`: アニメーション開始時に発火
       * `on_stop_animation`: アニメーション停止時に発火

**Step 7:動作確認**
* エディター右上の「Preview」ボタンをクリックして、アプリケーションのプレビューを開きます。
* 以下の点を確認します:
   * すべての画像が正しく表示されているか
   * スライドアニメーションが意図した速度で動作しているか
   * クリック機能を有効にした場合:
       * 各画像に対応する正しいURLに遷移するか
       * リンク先URLの順序が画像の順序と一致しているか
       * ホバー停止機能を有効にした場合、マウスオーバー時に正しく停止するか

**デモの確認**
実際の動作例は以下のURLでご確認いただけます:
https://demo-image-slider.bubbleapps.io/version-test

**重要な注意点:**
* 画像URLリストと遷移先URLリストは、必ずリスト形式で設定してください。
* クリック機能を使用する場合、画像URLと遷移先URLの順序を正確に対応させる必要があります。
* アニメーションは初期状態で自動的に開始されます。

Types

This plugin can be found under the following types:
Element   •   Event   •   Action

Categories

This plugin can be found under the following categories:
Image   •   Media   •   Visual Elements

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble