Merge pull request #30 from dwrensha/show-card-comments

set isLoaded to true on both transitionend and animationend
This commit is contained in:
Lauri Ojansivu 2016-11-29 03:53:48 +02:00 committed by GitHub
commit 56139e3307

View file

@ -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 [{