Welcome Guest (Log in)

Drop Down Menu

StarStarStarStarStar
Animation (11) | Menu (5)
General
Expander triangle
  • Author
  • Rating
  • Type
  • Revision
  • Downloaded
  • Updated
  • shawnlivecode@gmail.com
  • StarStarStarStarStar
  • Stack
  • 1
  • 1895 Times
  • 11 October 2013
Drop Down Menu (Slide Menu / Dynamic Menu)
A little stack that shows a dynamic menu / slide menu.
Ajax Loader
Tags
Expander triangle
User Comments
Expander triangle
User thumbnail
Ken Ray
StarStarStarStarStar
Oct 18, 2013
When I ran this on a Mac, it didn't do what I expected... I also found out that there's a visual effect "slide", which is currently undocumented. However, there isn't a "slide down" or "slide up", just a "slide". But I found that I could get the best effect using this:

on mouseUp
if the vis of group "grpSlide" is false then
show group "grpSlide" with visual effect slide
else
hide group "grpSlide" with visual effect reveal up
end if
end mouseUp