-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
HI, I'm trying to implement a Fab which has touch effects, but the effects do not show up. unless I reload the control using hotreload. I applied it to a contentView as mentioned in your readme hopping that this will make it appear, but nothing,
The command works very well but not the effect
<xamEffects:BorderView HeightRequest="{Binding Size, Source={x:Reference fab}}"
WidthRequest="{Binding Size, Source={x:Reference fab}}"
CornerRadius="360"
BackgroundColor="Transparent">
<ContentView xamEffects:TouchEffect.Color="{Binding Source={x:Reference fab}, Path=EffectColor}"
xamEffects:Commands.Tap="{Binding ClickedCommand, Source={x:Reference fab}}"
BackgroundColor="{Binding FabBackground, Source={x:Reference fab}}">
<Label Style="{StaticResource FontAwesomeSolidLabel}"
Text="{Binding Source={x:Reference fab}, Path=FontIcon}"
FontSize="Large" HorizontalOptions="Center"
VerticalOptions="Center"
TextColor="{Binding Source={x:Reference fab}, Path=IconColor}"/>
</ContentView>
</xamEffects:BorderView>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels