简体   繁体   English

WRT平行于WPF ParallelTimeline是什么?

[英]What is the WinRT equivalent of WPF ParallelTimeline?

I'm porting some WPF code to WinRT. 我正在将一些WPF代码移植到WinRT。 The code uses System.Windows.Media.Animation.ParallelTimeline to syncrhonize two animations. 该代码使用System.Windows.Media.Animation.ParallelTimeline来同步两个动画。 I don't see a corresponding Windows.UI.Xaml.Media.Animation.ParallelTimeline class and Ctrl + . 我没有看到相应的Windows.UI.Xaml.Media.Animation.ParallelTimeline类和Ctrl +。 doesn't find anything. 什么也没找到。 Does anyone know how to achieve a similar result in WinRT? 有谁知道如何在WinRT中获得类似的结果?

如果我的评论回答了您的问题,那么答案就是将这两个动画添加到情节提要中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM