Animation (French problem with . & ,)

Posts: 287
I can't do animation and I think I found why.
I use Scene to group my Widgets and this morning I constate it is impossible to choose Scene in animation value.
And when I try to apply animation on the "background" widget inside Scene, the animation is skip.

So, is it possible to add animation for Scene ?
Edited (2 times)
Posts: 785
How do you want an animation on a scene to work? Animations work on the widget level, so if you would apply a scaling animation to a scene I can make it work so it scales each widget individually. That would make it the same as if you just start a new animation for each widget in the scene.

If you want it to work where the animation scales the entire scene as a group, that is unfortunately not possible.
Posts: 287
Ok, I understand, but my I try a lot of things different and I finally constate that I can do only one animation by theme.
I do a new theme with only a Widget, and first 1 button with action widget show and animation fade in. --> ok
I add a second button and animation fade out --> no ok, widget OFF with no fading ....
Posts: 785
You probably have it setup wrong then. As you can see from the preview of our ATVO theme you can do as many animations as you want including repeated fade in/out.

Can you describe exactly how you have it setup? Or just post the xml contents of the atvotheme file here?
Posts: 287
Where is xml ?
Posts: 785
Just open the atvotheme file in notepad or something, or just email it to us.
Posts: 287
Ok, I send it by mail ;)
Posts: 287
I send a video capture too.
Posts: 287
<?xml version="1.0" encoding="utf-8"?>
<Theme FileVersion="5" Authors="MXS-ATVO" Width="1280" ControlWidth="1280" Height="720" ControlHeight="720" GridSize="20" Name="ANIMATION TEST">
<Font FontSize="12" FontColor="#FFFFFFFF" FontWeight="Normal" FontItalic="False" FontUnderline="False" Name="MXS" IsCustom="false" />
<Animations>
<Animation _TypeName="ATVO.ThemeEditor.ThemeModels.Animations.Animation" Duration="2000" AutoReverse="False" Repeat="1" Reset="True" ResetToFirstKeyFrame="False" Name="A_Fade in">
<Actions />
<AnimatedProperties>
<AnimatedProperty Type="Opacity" IsEnabled="true">
<KeyFrames>
<KeyFrame Percentage="0" Value="0">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
<KeyFrame Percentage="0.25792507204610948" Value="0">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
<KeyFrame Percentage="1" Value="1">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
</KeyFrames>
</AnimatedProperty>
</AnimatedProperties>
</Animation>
<Animation _TypeName="ATVO.ThemeEditor.ThemeModels.Animations.Animation" Duration="2000" AutoReverse="False" Repeat="1" Reset="True" ResetToFirstKeyFrame="False" Name="A_Fade out">
<Actions />
<AnimatedProperties>
<AnimatedProperty Type="Opacity" IsEnabled="true">
<KeyFrames>
<KeyFrame Percentage="0" Value="1">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
<KeyFrame Percentage="0.35" Value="0">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
</KeyFrames>
</AnimatedProperty>
</AnimatedProperties>
</Animation>
</Animations>
<Storyboards />
<ConditionFlags />
<Scripts />
<Videos />
<Sounds />
<Images>
<Image _TypeName="ATVO.ThemeEditor.ThemeModels.Image" AnimateInDesignMode="True" Name="mxs_fond_circuit_891x398.png" />
</Images>
<Spreadsheets />
<Fonts />
<CustomDataSets />
<Dropdowns />
<Buttons>
<ControlButton _TypeName="ATVO.ThemeEditor.ThemeModels.ControlButton" Text="Button1" ActivatedFontColor="#FFFFFFFF" ActivatedBorderColor="#00000000" ActivatedBorderThickness="0,0,0,0" IsLocked="False" IsVisible="True" Left="270" Top="165" Width="120" Height="30" ZIndex="0" FontColor="#FF222222" BorderColor="#00000000" BorderThickness="0,0,0,0" Name="Button1">
<ActivatedBackgroundColor>#FF1585B5</ActivatedBackgroundColor>
<BackgroundColor>#FFD5D5D5</BackgroundColor>
<Actions>
<Action Type="ChangeWidgetVisibility" Effect="ATVO.ThemeEditor.ThemeModels.Actions.Effects.ShowWidgetEffect" TargetName="Widget1" Value="" ConditionState="False" />
<Action Type="Animation" Effect="ATVO.ThemeEditor.ThemeModels.Actions.Effects.PlayAnimationEffect" TargetName="A_Fade in" Value="Widget1" ConditionState="False" />
</Actions>
<Hotkey Ctrl="false" Alt="false" Shift="false" Windows="false" Key="None" />
</ControlButton>
<ControlButton _TypeName="ATVO.ThemeEditor.ThemeModels.ControlButton" Text="Button1" ActivatedFontColor="#FFFFFFFF" ActivatedBorderColor="#00000000" ActivatedBorderThickness="0,0,0,0" IsLocked="False" IsVisible="True" Left="405" Top="165" Width="120" Height="30" ZIndex="0" FontColor="#FF222222" BorderColor="#00000000" BorderThickness="0,0,0,0" Name="Copy of Button1">
<ActivatedBackgroundColor>#FF1585B5</ActivatedBackgroundColor>
<BackgroundColor>#FFD5D5D5</BackgroundColor>
<Actions>
<Action Type="Animation" Effect="ATVO.ThemeEditor.ThemeModels.Actions.Effects.PlayAnimationEffect" TargetName="A_Fade out" Value="Widget1" ConditionState="False" />
</Actions>
<Hotkey Ctrl="false" Alt="false" Shift="false" Windows="false" Key="None" />
</ControlButton>
</Buttons>
<Inputs />
<Timers />
<DriverPickers />
<LaptimeComparers />
<Scenes />
<Widgets>
<Widget _TypeName="ATVO.ThemeEditor.ThemeModels.Widget" ChildLayout="Absolute" DockLastChildFill="True" StartVisible="False" ClipToBounds="True" DataClassIndex="AllClasses" ShowInOverlay="True" ShowInControls="False" IsLocked="False" Left="160" Top="90" Height="243" Width="233" Opacity="1" BorderColor="#00000000" BorderThickness="0,0,0,0" CornerRadius="0,0,0,0" ImageStretch="Fill" Name="Widget1" DataSet="standings" DataOrder="position">
<DataOffset>0</DataOffset>
<AutoSize>False</AutoSize>
<MaxWidth>99999</MaxWidth>
<MaxHeight>99999</MaxHeight>
<DropShadow Enabled="False" BlurRadius="5" Direction="270" Color="#FF000000" Opacity="1" ShadowDepth="5" HighQuality="False" />
<Background>
<Image Name="mxs_fond_circuit_891x398.png" />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<GifController AutoStart="True" RepeatCount="0" />
<Font FontWeight="Inherited" Name="" />
<SubWidgets>
<SubWidget _TypeName="ATVO.ThemeEditor.ThemeModels.SubWidget" ChildLayout="Absolute" DockLastChildFill="True" ClipToBounds="True" Dock="Left" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,0,0,0" IsLocked="False" Left="0" Top="0" Height="39" Width="210" Opacity="1" BorderColor="#00000000" BorderThickness="0,0,0,0" CornerRadius="0,0,0,0" ImageStretch="Fill" Name="SubWidget1">
<DataOffset>0</DataOffset>
<Dynamic>False</Dynamic>
<AutoSize>False</AutoSize>
<MaxWidth>99999</MaxWidth>
<MaxHeight>99999</MaxHeight>
<DropShadow Enabled="False" BlurRadius="5" Direction="270" Color="#FF000000" Opacity="1" ShadowDepth="5" HighQuality="False" />
<Background>
<Image />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<GifController AutoStart="True" RepeatCount="0" />
<Font FontWeight="Inherited" Name="" />
<Background>
<Image />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<Labels>
<Label _TypeName="ATVO.ThemeEditor.ThemeModels.Label" OutlineColor="#00FFFFFF" OutlineThickness="0" Stretch="Fill" StretchDirection="DownOnly" HorizontalTextAlignment="Left" VerticalTextAlignment="Top" TextMargin="0,0,0,0" CharacterCasing="Normal" Dock="Left" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,0,0,0" IsLocked="False" Left="26" Top="5" Height="29" Width="157" Opacity="1" BorderColor="#00000000" BorderThickness="0,0,0,0" CornerRadius="0,0,0,0" ImageStretch="Fill" Name="Label1">
<Text>{0:0}</Text>
<Dynamic>False</Dynamic>
<AutoSize>False</AutoSize>
<MaxWidth>99999</MaxWidth>
<MaxHeight>99999</MaxHeight>
<DropShadow Enabled="False" BlurRadius="5" Direction="270" Color="#FF000000" Opacity="1" ShadowDepth="5" HighQuality="False" />
<Background>
<Image />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<GifController AutoStart="True" RepeatCount="0" />
<Font FontWeight="Inherited" Name="" />
<Background>
<Image />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<DataBindings>
<DataBinding Key="last_name" />
</DataBindings>
<DataConverter Script="" />
</Label>
</Labels>
</SubWidget>
</SubWidgets>
<Ticker ExecuteActionsAfterCompletedCount="0" StartRunning="True" IsEnabled="True" ItemCount="4" MaxItemCount="99" DataOffsetSkip="1" ItemMargin="0" Direction="Down" ScrollDirection="Down" Type="Paging" ScrollSpeed="150" UpdateInterval="5" Template="SubWidget1">
<Actions />
</Ticker>
<TrackMap IsEnabled="False" TrackColor="#FFFFFFFF" TrackThickness="2" OuterMargin="0,0,0,0" InnerMargin="0,0,0,0" ShowSectorLines="False" SectorLineLength="0" SectorLineThickness="0" SectorLineColor="#00000000" FinishLineColor="#00000000" OffsetX="0" OffsetY="0" />
<WidgetVideo>
<DynamicVideo ContentType="Video">
<DataConverter Script="" />
</DynamicVideo>
</WidgetVideo>
</Widget>
</Widgets>
<DataTriggers />
<EventTriggers />
</Theme>
Posts: 785
It seems to be working OK for me. When I click your second button, the widget fades off in 0.7 seconds (35% of 2 seconds) because you moved the end keyframe to 35%. Then, after 2 seconds, it jumps back to visible because you kept "Reset to default" enabled. Generally you would also hide the widget at the end of the fade animation so it becomes fully hidden (and not just visible but with 0% opacity).

But the fade out is working fine when I try it. What version of ATVO are you on?
Posts: 287
1.29.7 but I 've got this problem from the begining of animation 2 years before .... perhaps something with windows ! but I change computer and test with a third also ...
Posts: 287
I have a look in crash logs and I find a lot of time reference of your computer Nick! Is it normal?
à ATVO.Theme.ThemeModule.OnLoadTheme(String filepath) dans D:\Users\Nick\Documents\Programming\ATVO\Appgineer.in-TV-Overlay-for-iRacing\ATVO.Theme\ThemeModule.cs:ligne 58


If I want to remove correctly ATVO (for a new clean installation), I have yo uninstall Launcher and remove folder appgineer.in in MyDocument ? Or there is other things to remove ?
Edited (1 time)
Posts: 785
Yes, it's normal. No you don't need to remove other things. But I doubt reinstalling will help your issue.

Do you have NDI enabled? Can you try a much longer and slower animation and see if that works?
Posts: 287
No I don't have NDI enabled, I can make more test yes. I make "program" in my laptop (easier than computer gaming with wheel !), yesterday I do the same test (create a new theme) in my game computer and it is the same : animation doesn't work. I'm surprise that noone else have the same problem.
Edited (1 time)
Posts: 287
Test with animation 20 sec & 10 sec ...
New Theme, with only 1 widget 3 button and 3 animation.

<?xml version="1.0" encoding="utf-8"?>
<Theme FileVersion="5" Authors="MXS-ATVO" Width="1280" ControlWidth="1280" Height="720" ControlHeight="720" GridSize="20" Name="testANIM2">
<Font FontSize="12" FontColor="#FFFFFFFF" FontWeight="Normal" FontItalic="False" FontUnderline="False" Name="MXS" IsCustom="false" />
<Animations>
<Animation _TypeName="ATVO.ThemeEditor.ThemeModels.Animations.Animation" Duration="10000" AutoReverse="False" Repeat="1" Reset="True" ResetToFirstKeyFrame="False" Name="A_FadeOut">
<Actions />
<AnimatedProperties>
<AnimatedProperty Type="Opacity" IsEnabled="true">
<KeyFrames>
<KeyFrame Percentage="0.2" Value="1">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
<KeyFrame Percentage="0.9" Value="0">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
</KeyFrames>
</AnimatedProperty>
</AnimatedProperties>
</Animation>
<Animation _TypeName="ATVO.ThemeEditor.ThemeModels.Animations.Animation" Duration="20000" AutoReverse="False" Repeat="1" Reset="True" ResetToFirstKeyFrame="False" Name="A_FadeIN">
<Actions />
<AnimatedProperties>
<AnimatedProperty Type="Opacity" IsEnabled="true">
<KeyFrames>
<KeyFrame Percentage="0.23" Value="0">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
<KeyFrame Percentage="0.515" Value="1">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
</KeyFrames>
</AnimatedProperty>
</AnimatedProperties>
</Animation>
<Animation _TypeName="ATVO.ThemeEditor.ThemeModels.Animations.Animation" Duration="2000" AutoReverse="False" Repeat="1" Reset="True" ResetToFirstKeyFrame="False" Name="A_MoveX">
<Actions />
<AnimatedProperties>
<AnimatedProperty Type="TranslateX" IsEnabled="true">
<KeyFrames>
<KeyFrame Percentage="0.15000000000000002" Value="0">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
<KeyFrame Percentage="0.9" Value="50">
<EasingFunction Type="ATVO.ThemeEditor.ThemeModels.Animations.EasingFunctions.AnimationNoneEase" />
</KeyFrame>
</KeyFrames>
</AnimatedProperty>
</AnimatedProperties>
</Animation>
</Animations>
<Storyboards />
<ConditionFlags />
<Scripts />
<Videos />
<Sounds />
<Images>
<Image _TypeName="ATVO.ThemeEditor.ThemeModels.Image" AnimateInDesignMode="True" Name="mxsSTATUT.png" />
</Images>
<Spreadsheets />
<Fonts />
<CustomDataSets />
<Dropdowns />
<Buttons>
<ControlButton _TypeName="ATVO.ThemeEditor.ThemeModels.ControlButton" Text="FADE IN" ActivatedFontColor="#FFFFFFFF" ActivatedBorderColor="#00000000" ActivatedBorderThickness="0,0,0,0" IsLocked="False" IsVisible="True" Left="0" Top="0" Width="120" Height="30" ZIndex="0" FontColor="#FF222222" BorderColor="#00000000" BorderThickness="0,0,0,0" Name="Button1">
<ActivatedBackgroundColor>#FF1585B5</ActivatedBackgroundColor>
<BackgroundColor>#FFD5D5D5</BackgroundColor>
<Actions>
<Action Type="Animation" Effect="ATVO.ThemeEditor.ThemeModels.Actions.Effects.PlayAnimationEffect" TargetName="A_FadeIN" Value="Widget1" ConditionState="False" />
</Actions>
<Hotkey Ctrl="false" Alt="false" Shift="false" Windows="false" Key="None" />
</ControlButton>
<ControlButton _TypeName="ATVO.ThemeEditor.ThemeModels.ControlButton" Text="FADE OUT" ActivatedFontColor="#FFFFFFFF" ActivatedBorderColor="#00000000" ActivatedBorderThickness="0,0,0,0" IsLocked="False" IsVisible="True" Left="135" Top="0" Width="120" Height="30" ZIndex="0" FontColor="#FF222222" BorderColor="#00000000" BorderThickness="0,0,0,0" Name="Button2">
<ActivatedBackgroundColor>#FF1585B5</ActivatedBackgroundColor>
<BackgroundColor>#FFD5D5D5</BackgroundColor>
<Actions>
<Action Type="Animation" Effect="ATVO.ThemeEditor.ThemeModels.Actions.Effects.PlayAnimationEffect" TargetName="A_FadeOut" Value="Widget1" ConditionState="False" />
</Actions>
<Hotkey Ctrl="false" Alt="false" Shift="false" Windows="false" Key="None" />
</ControlButton>
<ControlButton _TypeName="ATVO.ThemeEditor.ThemeModels.ControlButton" Text="MOVE X" ActivatedFontColor="#FFFFFFFF" ActivatedBorderColor="#00000000" ActivatedBorderThickness="0,0,0,0" IsLocked="False" IsVisible="True" Left="270" Top="0" Width="120" Height="30" ZIndex="0" FontColor="#FF222222" BorderColor="#00000000" BorderThickness="0,0,0,0" Name="Button3">
<ActivatedBackgroundColor>#FF1585B5</ActivatedBackgroundColor>
<BackgroundColor>#FFD5D5D5</BackgroundColor>
<Actions>
<Action Type="Animation" Effect="ATVO.ThemeEditor.ThemeModels.Actions.Effects.PlayAnimationEffect" TargetName="A_MoveX" Value="Widget1" ConditionState="False" />
</Actions>
<Hotkey Ctrl="false" Alt="false" Shift="false" Windows="false" Key="None" />
</ControlButton>
</Buttons>
<Inputs />
<Timers />
<DriverPickers />
<LaptimeComparers />
<Scenes />
<Widgets>
<Widget _TypeName="ATVO.ThemeEditor.ThemeModels.Widget" Left="160" Top="90" ChildLayout="Absolute" DockLastChildFill="True" StartVisible="True" ClipToBounds="True" DataClassIndex="AllClasses" ShowInOverlay="True" ShowInControls="False" IsLocked="False" Height="468" Width="152" Opacity="1" BorderColor="#00000000" BorderThickness="0,0,0,0" CornerRadius="0,0,0,0" ImageStretch="Fill" Name="Widget1" DataSet="followed" DataOrder="position">
<MaxWidth>99999</MaxWidth>
<MaxHeight>99999</MaxHeight>
<DataOffset>0</DataOffset>
<AutoSize>False</AutoSize>
<DropShadow Enabled="False" BlurRadius="5" Direction="270" Color="#FF000000" Opacity="1" ShadowDepth="5" HighQuality="False" />
<Background>
<Image />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<GifController AutoStart="True" RepeatCount="0" />
<Font FontWeight="Inherited" Name="" />
<SubWidgets>
<SubWidget _TypeName="ATVO.ThemeEditor.ThemeModels.SubWidget" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,0,0,0" Dock="Left" Left="0" Top="0" ChildLayout="Absolute" DockLastChildFill="True" ClipToBounds="True" IsLocked="False" Height="66" Width="152" Opacity="1" BorderColor="#00000000" BorderThickness="0,0,0,0" CornerRadius="0,0,0,0" ImageStretch="Fill" Name="SubWidget1">
<MaxWidth>99999</MaxWidth>
<MaxHeight>99999</MaxHeight>
<DataOffset>0</DataOffset>
<Dynamic>False</Dynamic>
<AutoSize>False</AutoSize>
<DropShadow Enabled="False" BlurRadius="5" Direction="270" Color="#FF000000" Opacity="1" ShadowDepth="5" HighQuality="False" />
<Background>
<Image Name="mxsSTATUT.png" />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<GifController AutoStart="True" RepeatCount="0" />
<Font FontWeight="Inherited" Name="" />
<Background>
<Image Name="mxsSTATUT.png" />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<Labels>
<Label _TypeName="ATVO.ThemeEditor.ThemeModels.Label" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,0,0,0" Dock="Left" Left="1" Top="15" OutlineColor="#00FFFFFF" OutlineThickness="0" Stretch="Fill" StretchDirection="DownOnly" HorizontalTextAlignment="Left" VerticalTextAlignment="Top" TextMargin="0,0,0,0" CharacterCasing="Normal" IsLocked="False" Height="22" Width="139" Opacity="1" BorderColor="#00000000" BorderThickness="0,0,0,0" CornerRadius="0,0,0,0" ImageStretch="Fill" Name="Label1">
<MaxWidth>99999</MaxWidth>
<MaxHeight>99999</MaxHeight>
<Text>{0} / {1}</Text>
<Dynamic>False</Dynamic>
<AutoSize>False</AutoSize>
<DropShadow Enabled="False" BlurRadius="5" Direction="270" Color="#FF000000" Opacity="1" ShadowDepth="5" HighQuality="False" />
<Background>
<Image />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<GifController AutoStart="True" RepeatCount="0" />
<Font FontWeight="Inherited" Name="" />
<Background>
<Image />
<DefaultImage />
<DynamicImage ContentType="Image">
<DataConverter Script="" />
</DynamicImage>
<Brush Type="Solid" Color="#00FFFFFF" />
</Background>
<DataBindings>
<DataBinding Key="fullname" />
<DataBinding Key="car" />
</DataBindings>
<DataConverter Script="" />
</Label>
</Labels>
</SubWidget>
</SubWidgets>
<Ticker ExecuteActionsAfterCompletedCount="0" StartRunning="True" IsEnabled="True" ItemCount="4" MaxItemCount="99" DataOffsetSkip="1" ItemMargin="4" Direction="Down" ScrollDirection="Down" Type="Paging" ScrollSpeed="150" UpdateInterval="5" Template="SubWidget1">
<Actions />
</Ticker>
<TrackMap IsEnabled="False" TrackColor="#FFFFFFFF" TrackThickness="2" OuterMargin="0,0,0,0" InnerMargin="0,0,0,0" ShowSectorLines="False" SectorLineLength="0" SectorLineThickness="0" SectorLineColor="#00000000" FinishLineColor="#00000000" OffsetX="0" OffsetY="0" />
<WidgetVideo>
<DynamicVideo ContentType="Video">
<DataConverter Script="" />
</DynamicVideo>
</WidgetVideo>
</Widget>
</Widgets>
<DataTriggers />
<EventTriggers />
</Theme>
Posts: 287
Edited (3 times)
Posts: 785
I have no clue why it's not working for you... It works fine for me.

I suspect perhaps some weird localization issue where the language of your PC is causing the animation values to read differently and perhaps the animation playing much quicker than intended? I have no clue... Can you post some settings / specs of your computer? Hardware and what language settings you have for example?
Posts: 287
Win 10 Pro / Région FRANCE / keyboard: Français (france)
laptop
i7-6700HQ
16 go Ram
GeForce GTX 1070
Posts: 287
I have to try to change coma in number, in french it is , and other are .
Posts: 287
YESSSSSSSS it is the problem :)

I change , to . and it is OK

Thanks for time you pass to help me !
Posts: 785
Thanks, that's interesting. I am not sure where the problem is but I'll try to solve it.
Posts: 287
It is a problem for all french computer, I have to know but forget ...

Solution to be ok with all system is to convert your data with like that 2.21 to 221 and ask the system to do step divide by 100.

Cause in France it is not 2.21 but 2,21

The only animation work in my computer, is I think the one wich idicate complet value for each position time and opacity. Perhaps it is only on timer ....

Also for opacity you could keep information from 0 to 255 for exemple
Edited (1 time)
Posts: 785
The issue is most likely in the keyframe timing, which is a number between 0 and 100 with decimals. For example 15 may be stored as 15.000000.... which different language could read differently. I have to fix that so it always reads correctly.

The opacity is a number between 0 and 1, not 0 and 255. It's not an alpha channel in a 8-bit color.
Posts: 785
This should be fixed in the next beta release.
Posts: 287
:)

I download last beta and pass my computer as original ---> it is OK
Edited (1 time)