New to Kendo UI for AngularStart 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 always stays in the same place even if the page is scrolled.

type FabPositionMode = "absolute" | "fixed";

Not finding the help you need?
Contact Support