Commit 2d4bba5ff09e8dac8990bb43fa530c9ca67a7be4
- Diff rendering mode:
- inline
- side by side
  | |||
16 | 16 | } | |
17 | 17 | ||
18 | 18 | .annotorious-item-focus { | |
19 | opacity:1.0; | ||
19 | opacity:0; | ||
20 | 20 | } | |
21 | 21 | ||
22 | 22 | .annotorious-item-unfocus { | |
23 | opacity:0.4; | ||
23 | opacity:0; | ||
24 | 24 | } | |
25 | 25 | ||
26 | 26 | /** Hint/help popup **/ |
swtr/static/js/swtmaker.js
(6 / 0)
  | |||
185 | 185 | this.sweetsview = new SweetsView({collection: swtr.sweets}); | |
186 | 186 | anno.addHandler('onAnnotationCreated', this.showSwtHelp); | |
187 | 187 | anno.addHandler('onAnnotationUpdated', this.showSwtHelp); | |
188 | anno.addHandler('onSelectionStarted', function(annotation) { | ||
189 | anno.hideAnnotations();}); | ||
190 | anno.addHandler('onSelectionCompleted', function(annotation) { | ||
191 | anno.showAnnotations(); }); | ||
192 | anno.addHandler('onEditorShown', function(annotation) { | ||
193 | anno.hideAnnotations();} ); | ||
188 | 194 | this.$overlay = $('#app-overlay'); | |
189 | 195 | this.$img = $('#annotatable-img'); | |
190 | 196 | this.imgURL = this.$img.attr('src'); |