| 980 | 982 | originalElement.html('<div class="flex-container alignitemscenter justifyCenter wide100p"><small>Currently popped out</small></div>'); |
| 981 | 983 | newElement.append(controlBarHtml).append(originalHTMLClone); |
| 982 | 984 | $('body').append(newElement); |
| 985 | + newElement.transition({ opacity: 1, duration: animation_duration, easing: animation_easing }); |
| 983 | 986 | $('#summaryExtensionDrawerContents').addClass('scrollableInnerFull'); |
| 984 | 987 | setMemoryContext(prevSummaryBoxContents, false); //paste prev summary box contents into popout box |
| 985 | 988 | setupListeners(); |
| 986 | 989 | loadSettings(); |
| 987 | 990 | loadMovingUIState(); |
| 988 | 991 | |
| 989 | | - $('#summaryExtensionPopout').fadeIn(animation_duration); |
| 990 | 992 | dragElement(newElement); |
| 991 | 993 | |
| 992 | 994 | //setup listener for close button to restore extensions menu |