-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added background dim functionality for CascadePopup #45
base: trunk
Are you sure you want to change the base?
Conversation
Fixed Issue : #3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks gajendra!
dim.setBounds(0, 0, parent.width, parent.height) | ||
dim.alpha = dimAmount | ||
val overlay = parent.overlay | ||
overlay.add(dim) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can the showing and hiding of this overlay be animated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added animation for applying dim and removing.
animated_cascade_menu_bg.mp4 |
@saket can you please review. Thanks. |
No description provided.