fix lightbox transitions
parent
3765a75b24
commit
1456be633a
|
@ -39,9 +39,10 @@ class LightboxService extends taiga.Service
|
|||
lightboxContent = $el.children().not(".close")
|
||||
lightboxContent.hide()
|
||||
|
||||
@animationFrame.add ->
|
||||
$el.css('display', 'flex')
|
||||
|
||||
@animationFrame.add =>
|
||||
@animationFrame.add ->
|
||||
$el.addClass("open")
|
||||
|
||||
@animationFrame.add ->
|
||||
|
|
Loading…
Reference in New Issue