mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-26 04:40:54 -04:00
Fixed #805.
This commit is contained in:
parent
36ac30e59a
commit
76054345d7
2 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,9 @@
|
|||
position: absolute
|
||||
z-index: 20
|
||||
$UNVEIL_TIME: 1.2s
|
||||
pointer-events: none
|
||||
|
||||
&.unveiled
|
||||
pointer-events: none
|
||||
|
||||
.loading-details
|
||||
position: absolute
|
||||
|
|
|
@ -34,6 +34,7 @@ module.exports = class LevelLoadingView extends View
|
|||
|
||||
reallyUnveil: =>
|
||||
return if @destroyed
|
||||
@$el.addClass 'unveiled'
|
||||
loadingDetails = @$el.find('.loading-details')
|
||||
duration = parseFloat loadingDetails.css 'transition-duration'
|
||||
loadingDetails.css 'top', -loadingDetails.outerHeight(true)
|
||||
|
|
Loading…
Add table
Reference in a new issue