โ๏ธFull Configuration Breakdown
Notification Settings
Default Position
DefaultPosition: 'bottom-middle', // Position options: top-left, top-middle, top-right, middle-left, center, middle-right, bottom-left, bottom-middle, bottom-rightPosition Percentages
PositionPercentages: {
top: 20, // % from top (when using top positions)
bottom: 7, // % from bottom (when using bottom positions)
left: 5, // % from left (when using left positions)
right: 5, // % from right (when using right positions)
},Default Scale
DefaultScale: 1.0, // Scale of the notification (1.0 is default)Animation Settings
Animation
Animation: {
enabled: true,
type: 'slide', // Options: 'fade', 'slide', 'scale'
direction: 'up', // Options: 'up', 'down', 'left', 'right' (only for slide animation)
duration: 300, // Duration in milliseconds
easing: 'ease-out' // CSS easing function
},Pulse Effect
Shine Effect (Reflection)
Sound Settings
Appearance
Background Color
Text Color
Button Color
Border Radius
Font Family
Button Size
Glass Effect
Glow Effect
Last updated