@applemusic-like-lyrics/core 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/amll-core.js CHANGED
@@ -9264,12 +9264,7 @@ var LyricLineEl$1 = class extends LyricLineBase {
9264
9264
  this.scale = scale;
9265
9265
  this.delay = delay * 1e3 | 0;
9266
9266
  const main = this.element.children[0];
9267
- const trans = this.element.children[1];
9268
- const roman = this.element.children[2];
9269
- const subopacity = opacity * (this.lyricPlayer._getIsNonDynamic() ? .5 : .3);
9270
9267
  main.style.opacity = `${opacity}`;
9271
- trans.style.opacity = `${subopacity}`;
9272
- roman.style.opacity = `${subopacity}`;
9273
9268
  if (force || !enableSpring) {
9274
9269
  this.blur = Math.min(32, blur);
9275
9270
  this.lineTransforms.posY.setPosition(top);