0

目前我们的菜单以一种非常无聊的方式以简单的垂直方式布局,我的老板一直在推动我使设计更具吸引力和创意。我在设计菜单方面没有那么有创意。无论我知道我应用了什么小动画。

还能做些什么?任何人都可以给我一些 WPF4 中的示例,它以很好的创意方式布置项目,以便我可以获得一些灵感吗?

4

1 回答 1

0

You can do a lot of things:

  • You can make it into a scrolling carousel (scrolls and wraps around)
  • You can make it so it hide into the side (collapsable)
  • You can copy what apple does and enlarge the area that you are hovering around (bubble effect).
  • You can make selections flash twice before executing
  • Animations (yes I know you said you included this) are a definite plus (make sure they don't eat away your resources and make it laggy though).
  • If you use submenus, don't use the same old same old slide out or the such, make them rotate out (if you ever saw the movie Percy Jackson & The Olympians: Lightning Thief - The shield he gets starts off as a sliver, then spins open, quite nice).

Mainly, think about what you can do with the Adorner class, Animations, Rotation/Transform, Effects (WPF FX), etc. The "miscellaneous" stuff.

于 2011-07-15T20:31:11.053 回答