We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e341e4 commit 08a4d00Copy full SHA for 08a4d00
src/floatingactionbutton/floatingactionbutton.ios.ts
@@ -66,6 +66,6 @@ export class FloatingActionButton extends FloatingActionButtonBase {
66
this.nativeViewProtected.setTitleForState(value, UIControlState.Normal);
67
}
68
[expandedProperty.setNative](value: boolean) {
69
- this.nativeViewProtected.mode = value ? MDCFloatingButtonMode.Expanded : MDCFloatingButtonMode.Normal;
+ this.nativeViewProtected.setModeAnimated(value ? MDCFloatingButtonMode.Expanded : MDCFloatingButtonMode.Normal, true);
70
71
0 commit comments