New to Kendo UI for Angular? Start a free 30-day trial
FabPositionMode
Specifies the positionMode
of the FloatingActionButton
(see example).
The possible values are:
absolute
—Positions the FloatingActionButton absolutely to its first positioned parent element.fixed
(Default)—Positions the FloatingActionButton relative to the viewport. It remains in the same place even when the page scrolls.
type
FabPositionMode = "absolute" | "fixed";