瀏覽代碼

set isLoaded to true on both transitionend and animationend

David Renshaw 8 年之前
父節點
當前提交
6090ede8c9
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      client/components/cards/cardDetails.js

+ 3 - 0
client/components/cards/cardDetails.js

@@ -65,6 +65,9 @@ BlazeComponent.extendComponent({
       [`${CSSEvents.transitionend} .js-card-details`]() {
         this.isLoaded.set(true);
       },
+      [`${CSSEvents.animationend} .js-card-details`]() {
+        this.isLoaded.set(true);
+      },
     };
 
     return [{