Add javascript marquee effect for overflowing text on card badge names
This commit is contained in:
parent
262f0ea190
commit
e37731b74d
7 changed files with 47 additions and 48 deletions
|
|
@ -203,6 +203,7 @@
|
|||
.then(html => {
|
||||
this.$el.innerHTML = html;
|
||||
this.init();
|
||||
window.processMarqueeElements && window.processMarqueeElements();
|
||||
});
|
||||
},
|
||||
init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue