WPF 关键帧

时间:2014-09-27 09:37:25
【文件属性】:

文件名称:WPF 关键帧

文件大小:20KB

文件格式:ZIP

更新时间:2014-09-27 09:37:25

WPF关键帧,keyframes

WPF关键帧动画的目标值是使用关键帧对象进行描述的,因此称作“关键帧动画”。若要指定动画的目标值,您可以创建关键帧对象并将其添加到动画的 KeyFrames 集合内。动画运行时,将在您指定的帧之间过渡。


【文件预览】:
csharp
----app.ico(25KB)
----booleananimationusingkeyframesexample.xaml(2KB)
----keyframesintroduction.xaml(7KB)
----stringanimationusingkeyframesexample.xaml(2KB)
----app.xaml(3KB)
----sampleviewer.xaml(2KB)
----keytimesexample.xaml(7KB)
----mssccprj.scc(204B)
----pointanimationusingkeyframesexample.xaml(3KB)
----app.xaml.cs(438B)
----interpolationmethodsexample.xaml(8KB)
----rectanimationusingkeyframesexample.xaml(2KB)
----thicknessanimationusingkeyframesexample.xaml(3KB)
----sampleviewer.xaml.cs(639B)
----coloranimationusingkeyframesexample.xaml(2KB)
----doubleanimationusingkeyframesexample.xaml(2KB)
----keyframesintroduction.xaml.cs(1KB)
----keyframes_markup.csproj(4KB)
readme.htm
METADATA

网友评论

  • 解压之后又2个文件夹和一个readme,我用VS2010打开之后,重新生成解决方案,却不能够运行。