abhikmitra/ng-joyride

Ability to center an element type or highlight an element using title type.

Closed this issue · 4 comments

Ability to center an element type or highlight an element using title type.

Can you give an example ?

I may wish to highlight a large area of the screen. In this case, a pop-over doesn't work as it either goes offscreen or is so far out of focus that the user doesn't see it. When trying to show large areas, it would be nice to have a title type be centered on the screen to draw the user's focus to that area.

I get it . Joyrides are generally tied to specific elements. In your case your element covers a big area right ? So you wanna use titleType for it . correct ?

Yeah - but I worked around it. I was able to highlight a large area of the screen, but then items within that area became clickable, so I don't like that. When highlighting a larger area of the screen, the popover would also go off the screen. It was this that was causing me to think that a title type, or the ability to center the popover would be a nice option. Just something to possibly consider. Thanks.