feat(ui): add glowing border effect and improve card hover interactions
- implemented glowing border effect on cards when cursor is near - multiple cards can glow simultaneously within proximity - smooth fade-out without flicker on mouse leave - improved hover animation for better user experience
This commit is contained in:
1
src/scripts/bootstrap-modules.js
vendored
1
src/scripts/bootstrap-modules.js
vendored
@@ -36,6 +36,7 @@
|
||||
loadReactComponent('../components/ui/DownloadApps.jsx'),
|
||||
loadReactComponent('../components/ui/ComparisonTable.jsx'),
|
||||
loadReactComponent('../components/ui/UniqueFeatureSlider.jsx'),
|
||||
loadReactComponent('../components/ui/SecurityFeatures.jsx'),
|
||||
loadReactComponent('../components/ui/Roadmap.jsx'),
|
||||
loadReactComponent('../components/ui/FileTransfer.jsx'),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user