Page 1 of 1

How to implement DoubleAnimation AutoReverse="True" & RepeatBehavior="Forever" function/properties

Posted: Sat Sep 17, 2016 5:16 am
by Sesztak
Dear JS-Support,
please, help us, how to implement DoubleAnimation AutoReverse="True" function ?

background: in normal WPF XAML there are two very important properties of DoubleAnimation :
-AutoReverse
-RepeatBehavior

e.g. :
<DoubleAnimation
Storyboard.TargetName="MyAnimatedScaleTransform"
Storyboard.TargetProperty="(ScaleTransform.ScaleX)"
To="3.0" Duration="0:0:10" AutoReverse="True"
RepeatBehavior="Forever" />

As I see, there is no such a properties (actually, CSHTML5 v9.2 beta).

Question: how to achive same or similar functionality ??

Thanks in advance,
Best Regards,
Péter