diff --git a/src/components/fabSpeedDial/demoBasicUsage/index.html b/src/components/fabSpeedDial/demoBasicUsage/index.html index 1c056239f75..906690dbca7 100644 --- a/src/components/fabSpeedDial/demoBasicUsage/index.html +++ b/src/components/fabSpeedDial/demoBasicUsage/index.html @@ -29,7 +29,7 @@
- The speed dial supports many advanced usage scenarios. This demo shows many of them mixed
- together.
+ The speed dial supports many advanced usage scenarios.
+
+ This demo shows many of them mixed together.
+ Each action item supports a tooltip using the standard approach as can be seen above. +
+ +
+ The speed dial also supports hiding using the standard ng-hide
attribute. View
+ the source to see how to apply the animation effect.
+
+
@@ -43,53 +76,39 @@
- You can also use the buttons to open a dialog. When clicked, the buttons above will open a
- dialog showing a message which item was clicked.
+ You can also easily setup the speed dial to open on hover using the
+ ng-mouseenter
and ng-mouseleave
attributes.
- The speed dial also supports hiding using the standard ng-hide
attribute.
+ If you want the user to be able to hover over the empty area where the
+ actions will eventually appear, you must also add the
+ md-hover-full
class to the speed dial element.
-
- Each action item supports a tooltip using the standard approach as can be seen above. + Notice that in "full hover" mode, you cannot click on the last "Test" buttons on the toolbar + as they are hidden by the speed dial. See the example code and docs for more information.
-
- You can also easily setup the speed dial to open on hover using the
- ng-mouseenter
and ng-mouseleave
attributes.
-
- See the example code for more information. + You can also use the buttons to open a dialog. When clicked, the buttons above will open a + dialog showing a message which item was clicked.