Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Jan 10, 2017
1 parent e54250b commit 7e3924f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ There are a few usable options but you can pass custom parameters.
- `selector`: The target DOM selector of your feature **(required)**
- `position`: Relative position of you beacon and tooltip. It can be one of these:`top`, `top-left`, `top-right`, `bottom`, `bottom-left`, `bottom-right`, `right` and `left`. This defaults to `top`.
- `type`: The event type that trigger the tooltip: `click` or `hover`. Defaults to `click`
- `isFixed`: If `true`, the tooltip will remain in fixed position within the viewport. Defaults to `false`.
- `isFixed`: If `true`, the tooltip will remain in a fixed position within the viewport. Defaults to `false`.

Extra option for standalone tooltips

Expand All @@ -278,6 +278,7 @@ Example:
selector: '.first-step',
position: 'bottom-left',
type: 'hover',
isFixed: true,
style: {
backgroundColor: 'rgba(0, 0, 0, 0.8)',
borderRadius: '0',
Expand Down
8 changes: 4 additions & 4 deletions lib/scripts/Joyride.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e3924f

Please sign in to comment.