Skip to content
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

[UI Glitch] Floater View #203

Open
celikistemihan opened this issue Jul 23, 2024 · 1 comment
Open

[UI Glitch] Floater View #203

celikistemihan opened this issue Jul 23, 2024 · 1 comment

Comments

@celikistemihan
Copy link

celikistemihan commented Jul 23, 2024

Floater View ,which is appearing from topSlide, causes UI glitch while disappearing. Shortly after disappearing, it becomes visible at the bottom of the screen for a milisecond.

        .popup(isPresented: $showToolTip, view: {
            SwitchToolTip(showToolTip: $showToolTip, fromChatBot: fromChatBot, toChatBot: toChatBot)
        }, customize: { popup in
            popup
                .appearFrom(.topSlide)
                .type(.floater())
                .animation(.interpolatingSpring)
                .autohideIn(2)
                .dragToDismiss(true)
                .position(.top)
                .isOpaque(true)
        })
@celikistemihan
Copy link
Author

Is there any suggestions for this case ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant