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
Prev Previous commit
Next Next commit
add frame-rate
rishabhshuklax committed Feb 2, 2020
commit 6f5d0fe728960b547bac0ff3a57296a479ff0734
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -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>
<input type='number' value=1 id="js-download-gif-framerate" />
<input type='number' value=7 id="js-download-gif-framerate" />
<button type="button" id="js-download-gif-framerate-btn" class="btn btn-default">Apply</button>
</div>
</div>