Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for variable frame rates to download as GIF option #1611

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ <h4 class="modal-title">Your gif is ready</h4>
</div>
<div class="modal-footer">
<div>
<div>
<div style="padding: 10px; margin-bottom: 10px;">
<p>Framerates</p>
harshkhandeparkar marked this conversation as resolved.
Show resolved Hide resolved
<input type='number' value=1 id="js-download-gif-framerate" />
<input type='number' value=7 id="js-download-gif-framerate" />
harshkhandeparkar marked this conversation as resolved.
Show resolved Hide resolved
<button type="button" id="js-download-gif-framerate-btn" class="btn btn-default">Apply</button>
</div>
</div>
Expand Down