mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Remove blend time from comparison demo (not functional).
This commit is contained in:
parent
cd9d340038
commit
6447009c18
@ -129,9 +129,6 @@ $('#image-picker').sortable({
|
||||
}
|
||||
});
|
||||
|
||||
$('#image-picker').append(`<div class="option-grid">
|
||||
<label>Blend Time (s): <input type="number" value="0" data-field="blend-time" min="0" max="1" step="0.2"> </label>
|
||||
</div>`);
|
||||
Object.keys(sources).forEach((key, index)=>{
|
||||
let element = makeImagePickerElement(key, labels[key])
|
||||
$('#image-picker').append(element);
|
||||
@ -211,9 +208,6 @@ function updateTiledImage(tiledImage, data, value, item){
|
||||
}
|
||||
} else {
|
||||
//viewer-level option
|
||||
if (field == "blend-time") {
|
||||
//todo
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user