AspectHoverable MouseOver/MouseOut Effects
The Image below has attached custom effects to MouseOver and MouseOut.
The effects are run clientside and doesn't require a call to the server unless
you explicitly listen to the Events on the Aspect itself.
Note: AspectHoverable must be added to the widget for correct behavior
Markup (ASPX/.aspx)
1:
2:
3: <gaia:Image
4: ID="zImage"
5: runat="server"
6: ImageUrl="digital_dreams.jpg" />
7:
8: