T3Bootstrap provides a collection of Codrops-inspired image hover effects with overlay text. These are enabled for each image using the field extended_design on sys_file_reference. Effect classes: effect-bubba, -chico, -dexter, -honey, -lily, -milo, -romeo, -roxy, -ruby, -sadie, -sarah.
Tip: Hover your mouse over the images to see the effect.
6 different effects side by side. Clicking does not open the lightbox—the effect itself is the demo.
bubbaA double border (top/bottom + left/right) fades in, and the image dims
chicoBorder frame scales from 110% to 100%
dexterColor gradient (blue→brown) + border box from the top
honeySubtle opacity + text reveal from the bottom
lilyImage slides to the right, text moves upward
miloImage scrolls to the right; text with border-right appears in the bottom right
romeo3D perspective — image comes from behind, X-lines rotate
roxyImage slides to the right; border frame appears
rubyScale-Out + Border-Button with Hover Text
sadieDark gradient from the bottom, text color changes
sarahUnderline sweeps in, subtext fades in from the right
- Where it is maintained
Per image reference in the FAL file edit dialog (TYPO3 backend → CE → Edit Image → "Image Display" tab). Field:
extended_design.- DB field
sys_file_reference.extended_design(varchar)- Overlay texts
text_visible(always visible) +text_hover(on hover)- CSS class
figure.effect.effect-{name}- Component key
imageinScssComponents.yaml(loaded automatically when an image withextended_designappears on the page)



