Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a jQuery Plug-in that simulates Facebook tours?

I mean "Facebook tours" for this:

facebook tours

Possibly with Facebook CSS out of the box.

I already know these two:

  1. http://tympanus.net/codrops/2010/12/21/website-tour/
  2. http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin

Both are missing: "Focus effect" (out of focus parts are lighter), Facebook CSS, tour bar on the top

About the CSS: A possible solution could be http://ckrack.github.com/fbootstrapp/#popovers but Modals are not quite what I'm looking for (it's more a popup, no arrow, no "focus effect")

Thanks

like image 911
Leonardo Dario Perna Avatar asked Mar 28 '12 11:03

Leonardo Dario Perna


1 Answers

In case you use twitter bootstrap, here is a plugin for feature tours

  • https://github.com/pushly/bootstrap-tour
like image 130
Peacemoon Avatar answered Sep 21 '22 23:09

Peacemoon