effects-xamarin-forms | Customized Effects/Renderers for Xamarin.Forms | Form library
kandi X-RAY | effects-xamarin-forms Summary
kandi X-RAY | effects-xamarin-forms Summary
Customized Effects/Renderers for Xamarin.Forms
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of effects-xamarin-forms
effects-xamarin-forms Key Features
effects-xamarin-forms Examples and Code Snippets
Community Discussions
Trending Discussions on effects-xamarin-forms
QUESTION
I am writing an Xamarin Forms application and I have a transparent button over some other stuff so it is all clickable. But when I hover over the button or click it in UWP I get some grey animations.
The Problem is already described here: Diasble button animation or effects xamarin-forms
But there is no solution that works for me.
...ANSWER
Answered 2018-Jun-21 at 11:28Problem with UWP is, that all controls will follow the Styles that are supplied with the UWP framework.
In this case we are talking about the Button style and the actual implementation can be found here https://msdn.microsoft.com/en-us/library/windows/apps/mt299109.aspx
So if you want to disable certain features of a Button, you'll need to supply your own UWP style.
Easiest way to do this, is to just copy / paste the XAML style code from the website into your App.Xaml in the UWP project of your Xamarin forms solution.
After that, seeing your request, just delete the and
regions.
That way there won't be any animation on OnHover or OnPressed.
So the final style would be like:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install effects-xamarin-forms
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page