首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 用于动画界面转换的库。

用于动画界面转换的库。

  • 资源大小:61.50 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 动画 界面 转换 用于

资 源 简 介

Overview The Transitions library lets you create animated transitions of any properties of user-interface elements for .NET. It provides an easy way to perform UI animations in .NET in a similar way to the Core Animation library for Apple and the iPhone. The Transitions library is built with Visual Studio 2008 but targets version 2 of the .NET runtime, so it can be used with projects built with VS2005. Getting started You can animate a single property of an object with a single line of code like this: Transition.run(this, "BackColor", Color.Red, new TransitionType_Linear(1000)); If this code is in a Form class, it animates the background color from its initial color to red over the course of 1000ms. You can animate multiple properties (maybe across multiple objects) simultaneously with code like this: Transition t = new Transition(new TransitionType_EaseInEaseOut(2000));t.add(pictureBox1, "Left",

文 件 列 表

TestSample.exe
Transitions.dll
VIP VIP
0.204999s