Jump to content
Search Community

rollover in rollover

oll test
Moderator Tag

Recommended Posts

Hello everybody,

 

My brain loops!!

 

I create a mouseover whith Adobe Edge and TweenMax, thats not the problem, but inside this symbol there is an element which also should work with mouseover TweenMax. But it does not work well.

 

 

The symbol:

//mouseover
TweenMax.to(sym.$("bilder"),3,{css:{y:0, scale:1}, ease:Expo.easeOut});
 

the element inside the symbol:

//mouseover
TweenMax.to(sym.$("blue02"),0.4,{css:{scale:1, opacity:0.5}});
 

example:

http://go-motion.net/edge/men/menue.html

 

download:

http://go-motion.net/edge/men.zip

 

 

 

Any help would be great.

 

THX

 

Oliver from Germany

Link to comment
Share on other sites

Hi,

 

As noted in your previous post, I don't have a lot of experience with Edge. It appears from your demo that when you mouseover the red rectangle which has a name of "blue2", it is causing a mouseout to fire on the bilder symbol. 

 

I'm not really sure how you would solve that with Edge. 

Link to comment
Share on other sites

This is not so much an EA issue as a general interaction issue. Consider assigning roll-out code at a later date once the initial roll-over has occurred - that way you have more control over when and how the roll-out will behave. Maybe even consider adding the interactions to the nested buttons once the menu has slid out...

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...