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

Added new property 'resizeThresholdDuration' #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

git-ashish
Copy link

Closes #12

responsive.min.js and source map generated using uglify-js 3.3.15

}
</style>

<script>
$(function () {

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated code to toggle animate property based on example specifically resizeThreholdDuration example serial1ResizeThreshold.html

@@ -85,11 +100,12 @@
<input type="button" value="w+" onclick="resize('w', 50);" />
<input type="button" value="h-" onclick="resize('h', -50);" />
<input type="button" value="h+" onclick="resize('h', 50);" />
<select id="type" onchange="setType(this.options[this.selectedIndex].value);">
<select id="type" onchange="reload();">
<option value="pie1.html" selected="selected">Pie #1 (Simple w/ legend)</option>
<option value="pie2.html"/>Pie #2 (3D w/ legend)</option>
<option value="pie3.html"/>Pie #3 (several instances)</option>
<option value="serial1.html">Serial #1 (Area)</option>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a new example file to demonstrate use of property resizeThresholdDuration

@jhadenfeldt
Copy link

This would be very helpful - @martynasma , is there anything holding back the merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to control immediate, sequential resize/redraw attempts
2 participants