abhikmitra / ng-joyride

Angular Joyride Directive for creating custom introductions to websites
126 stars 68 forks source link

decouple highlighted element and pointed-at element #65

Open mrmcplad opened 8 years ago

mrmcplad commented 8 years ago

Feature suggestion: At times I'd like to highlight a parent element while I point the popup at one of its children.

This would be particularly helpful for pointing to an element contained in a stacking context. You could highlight the stacking context's root element and point to a descendant element within it.

Currently, you can only point at the element you highlight and if that element is part of a stacking context, it will usually remain behind the curtain.