3D Card Parallax

Demo to preview the plugin:

Introduction

With the help of this no-code plugin by Zeroqode, you can enhance your app’s UI style by adding nice parallax scrolling effects and/or 3D cards parallax effects to your Bubble pages.
They will enhance the visual appeal of your cards and texts, making them look stunning.
Image without caption

How to setup

  1. Enable ID Attributes
    1. Go to the settings page in your editor. Under the General tab click on the checkbox β€œExpose the option to add an ID attribute to HTML elements”
      App Settings β†’ General Tab.
      App Settings β†’ General Tab.
  1. Adding the ParallaxEffect and Card Elements
  • ParallaxEffect
    • The ParallaxEffect element is used to create parallax motion in backgrounds or foregrounds, providing a dynamic visual experience.
      1. Add the ParallaxEffect element to your page.
      1. Configure its properties, including:
          • IDs: Specify the target elements' IDs that the parallax effect should apply to. This step is crucial for linking the effect to the appropriate elements on the page.
          • Speeds: Define the speed for each targeted element (faster or slower parallax motion).
          • Parallax Group ID: Group multiple elements to apply a synchronized parallax effect.
          • Parallax Start: Select where the effect begins (e.g., "Top" or other custom options).
            • Element β†’ ParallaxEffect.
              Element β†’ ParallaxEffect.
      1. Set the target content or background to dynamically apply the parallax effect.
  • Card
    • The Card element is designed to display content with interactive motion effects. It can be styled and configured to suit your design needs.
      1. Drag and drop the Card element onto your Bubble page.
      1. Customize the Card properties, such as:
          • Dimensions;
          • Colors;
          • Content (images, text, etc.).
            • Element β†’ Card.
              Element β†’ Card.
      1. Adjust the motion settings to control the intensity and responsiveness of the effect.

Plugin Element Properties

ParallaxEffect

Element properties.
Element properties.
Fields:
Title
Description
Type
Ids
Set ids of the elements - actors of the parallax effect, separated by comma (example: id1,id2,my_text)
Text
Speeds
Set speed for each of the elements listed above, separated by comma (example: 0.3,0.5,0.25)
Text
Parallax group ID
Provide a unique ID for the parallax group to group elements that should move together during the parallax effect.
Text
Parallax start
Choose whether to start this parallax effect when the group reaches the top, middle or bottom of the page. Applies only for the groups that are not visible on the page at the time when the page loads. Available options: Bottom, Middle, Top
Dropdown

Card

Element properties Part 1/2.
Element properties Part 1/2.
Element properties Part 2/2.
Element properties Part 2/2.
Fields:
Title
Description
Type
Image
Upload or link the image that will appear on the card.
Image
TOP text settings
Text
Text to display at the top of the card, above the image.
Text
Text Color
Choose the color of the top text.
Color
Text Size
Font Size
Number
Text position
Available options: Left, Center, Right
Dropdown
Text Weight
Available options: 100, 200, 300, 400, 500, 600, 700, 800, 900
Dropdown
BOTTOM text settings
Text
Text to display at the bottom of the card, under the image.
Text
Text Color
Choose the color of the bottom text.
Color
Text Size
Font Size
Number
Text Position
Available options: Left, Center, Right
Dropdown
Text Weight
Available options: 100, 200, 300, 400, 500, 600, 700, 800, 900
Dropdown
——————————————–
Enable Shadow
Enable or disable a shadow effect around the card.
Checkbox (yes/no)
Card Width
Card width in pixels
Number
Card Height
Card height in pixels
Number
Max slope to bottom
Maximum slope to the bottom in degrees (optional)
Number (optional)
Max slope to top
Maximum slope to the top in degrees (optional)
Number (optional)
Max slope to left
Maximum slope to the left in degrees (optional)
Number (optional)
Max slope to right
Maximum slope to the right in degrees (optional)
Number (optional)
Image without caption

Changelogs