Skip to content

v2.8.0

Choose a tag to compare

@nutteloost nutteloost released this 13 Dec 12:55

Simple Swipe Card v2.8.0

New Features ✨

  • Swipe Effects: Added 12 visual transition effects to customize how cards animate when swiping. Effects range from subtle enhancements like bounce and spring to 3D transformations like flip, coverflow, and swing. Each effect can be configured via the visual editor or YAML.

Available Effects:

Effect Description
slide Default smooth slide transition
bounce Elastic bounce with overshoot
spring Gentle spring effect
instant No animation, instant switch
fade Crossfade between cards
flip 3D card flip animation
coverflow 3D coverflow effect (like iTunes album view)
creative Slide with rotation and scale
cards Stacked deck of cards effect
reveal Wipe reveal transition (comparison slider style)
zoom Zoom in/out transition
swing 3D swing door effect
Example configuration
type: custom:simple-swipe-card
swipe_effect: flip
cards:
  - type: weather-forecast
    entity: weather.home
  - type: entities
    entities:
      - sensor.temperature

Note

All effects require single view mode, single swipe behavior, and horizontal swipe direction. When used with incompatible settings, effects automatically fall back to slide.