v2.8.0
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
bounceandspringto 3D transformations likeflip,coverflow, andswing. 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.temperatureNote
All effects require single view mode, single swipe behavior, and horizontal swipe direction. When used with incompatible settings, effects automatically fall back to slide.