Angular Bootstrap Hover Effects
Angular Hover Effects - Bootstrap 4 & Material Design
Note: This documentation is for an older version of Bootstrap (v.4). A
newer version is available for Bootstrap 5. We recommend migrating to the latest version of our product - Material Design for
Bootstrap 5.
Go to docs v.5
Angular Bootstrap hover effect appears when user positions computer cursor over an element without activating it. Hover effects make a website more interactive.
However, we don't recommend to mix hover effects with functional elements (like dropdown on hover or hidden buttons visible only after hovering) because such approach isn't mobile-friendly.
MDB is a mobile-first framework, so we attach great importance to make each component easy to use for touch screens.
That's why our hover effects are gentle and decorative.
Basic examples
Shadow effect
.webp)
Strong red overlay
Light blue overlay
Super light green overlay
Zoom effect
Shadow effect
Usage
Step 1: Create a wrapper containing class .view
.
Step 2: Add a class of the effect you want to use (for example .overlay
or .zoom
).
Step 3: Set a path to the image. If you want to make your image responsive, remember to add a class.img-fluid
.
Step 4: Add a class .mask
to cover the image with the overlay and choose color and intensity of the overlay.
Step 5: If you want to add some text, you can use a class .flex-center
to center it, and .white-text
to give your text a stronger contrast and make it more visible.
Zoom effect.
To use a zoom effect, follow the instruction above, but insted of
.overlay
add a class.zoom
.
Shadow effect.
To use a shadow effect, you only need to add a
.hoverable
class to chosen element.
Colors and intensity
Use one of the classes below to change the color and intensity of the overlay.
Strong overlay
.rgba-blue-strong
.rgba-red-strong
.rgba-pink-strong
.rgba-purple-strong
.rgba-indigo-strong
.rgba-cyan-strong
.rgba-teal-strong
.rgba-green-strong
.rgba-lime-strong
.rgba-yellow-strong
.rgba-orange-strong
.rgba-brown-strong
.rgba-grey-strong
.rgba-blue-grey-strong
.rgba-black-strong
.rgba-stylish-strong
.rgba-white-strong
Light overlay
.rgba-blue-light
.rgba-red-light
.rgba-pink-light
.rgba-purple-light
.rgba-indigo-light
.rgba-cyan-light
.rgba-teal-light
.rgba-green-light
.rgba-lime-light
.rgba-yellow-light
.rgba-orange-light
.rgba-brown-light
.rgba-grey-light
.rgba-blue-grey-light
.rgba-black-light
.rgba-stylish-light
.rgba-white-light
Super light overlay
.rgba-blue-slight
.rgba-red-slight
.rgba-pink-slight
.rgba-purple-slight
.rgba-indigo-slight
.rgba-cyan-slight
.rgba-teal-slight
.rgba-green-slight
.rgba-lime-slight
.rgba-yellow-slight
.rgba-orange-slight
.rgba-brown-slight
.rgba-grey-slight
.rgba-blue-grey-slight
.rgba-black-slight
.rgba-stylish-slight
.rgba-white-slight