[GH-ISSUE #104] [Feature request] Transition length and delay parameters #1460

Closed
opened 2026-03-01 18:45:41 +03:00 by kerem · 1 comment
Owner

Originally created by @Kristinita on GitHub (Mar 14, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/104

Originally assigned to: @NickeManarin on GitHub.

1. Summary

It would be nice, if would be possible set Transition length and Transition delay parameters.

2. Actual behavior

I record any GIF → I edit GIF → Ctrl+Alt+T → I set Transition length value is 10x for me → Alt+E → I get 10 new frames by length 66ms.

I close and reopen ScreenToGIF → I record any GIF → I edit GIF → Ctrl+Alt+T → I must set Transition length value is 10x again.

3. Expected behavior

In settings.xaml file I set Transition length = 10, Transition delay = 150.

I record any GIF → I edit GIF → Ctrl+Alt+TTransition length value is 10x for me → Alt+E → I get 10 new frames by length 150ms.

I close and reopen ScreenToGIF → I record any GIF → I edit GIF → Ctrl+Alt+T → my Transition length value is 10x.

Thanks.

Originally created by @Kristinita on GitHub (Mar 14, 2017). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/104 Originally assigned to: @NickeManarin on GitHub. ### 1. Summary It would be nice, if would be possible set `Transition length` and `Transition delay` parameters. ### 2. Actual behavior I record any GIF → I edit GIF → <kbd>Ctrl+Alt+T</kbd> → I set `Transition length` value is `10x` for me → <kbd>Alt+E</kbd> → I get 10 new frames by length `66ms`. I close and reopen ScreenToGIF → I record any GIF → I edit GIF → <kbd>Ctrl+Alt+T</kbd> → I must set `Transition length` value is `10x` again. ### 3. Expected behavior In `settings.xaml` file I set `Transition length = 10`, `Transition delay = 150`. I record any GIF → I edit GIF → <kbd>Ctrl+Alt+T</kbd> → `Transition length` value is `10x` for me → <kbd>Alt+E</kbd> → I get 10 new frames by length `150ms`. I close and reopen ScreenToGIF → I record any GIF → I edit GIF → <kbd>Ctrl+Alt+T</kbd> → my `Transition length` value is `10x`. Thanks.
kerem 2026-03-01 18:45:41 +03:00
Author
Owner

@NickeManarin commented on GitHub (Mar 20, 2017):

Thank you for the ideas :D

Done! Ready for the next release.
Here are the settings:

<s:Int32 x:Key="FadeTransitionLength">2</s:Int32>
<s:Int32 x:Key="FadeTransitionDelay">66</s:Int32>
<s:Int32 x:Key="SlideTransitionLength">2</s:Int32>
<s:Int32 x:Key="SlideTransitionDelay">66</s:Int32>
<!-- gh-comment-id:287662279 --> @NickeManarin commented on GitHub (Mar 20, 2017): Thank you for the ideas :D Done! Ready for the next release. Here are the settings: <s:Int32 x:Key="FadeTransitionLength">2</s:Int32> <s:Int32 x:Key="FadeTransitionDelay">66</s:Int32> <s:Int32 x:Key="SlideTransitionLength">2</s:Int32> <s:Int32 x:Key="SlideTransitionDelay">66</s:Int32>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1460
No description provided.