Skip to content

Commit

Permalink
update tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
benmneb committed Nov 20, 2021
1 parent f2f454f commit c814072
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions demo/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ export default function Demo() {
</Select>
</Line>
</Tooltip>
<Tooltip title="Number of milliseconds" placement="right">
<Tooltip
title="Number of milliseconds the image takes to transition in"
placement="right"
>
<Line component="div">
duration={'{'}
<TextField
Expand Down Expand Up @@ -357,7 +360,7 @@ export default function Demo() {
</Line>
</Tooltip>
<Tooltip
title="Direction to shift image after it loads"
title="Direction to shift image as it appears"
placement="right"
>
<Line component="div">
Expand All @@ -376,7 +379,10 @@ export default function Demo() {
</Select>
</Line>
</Tooltip>
<Tooltip title="Any valid CSS `length` property" placement="right">
<Tooltip
title="Distance to shift the image as it appears. Any valid CSS `length` property"
placement="right"
>
<Line component="div">
distance="
<TextField
Expand All @@ -402,7 +408,7 @@ export default function Demo() {
</Line>
</Tooltip>
<Tooltip
title="Color the image transitions in from"
title="Color the image transitions in from. Any valid CSS `background-color` property"
placement="right"
>
<Line component="div">
Expand Down

0 comments on commit c814072

Please sign in to comment.