(
this,
{
opacity: 0,
},
{
duration: isNoTransition ? 0.08 : 0.12,
ease: "easeIn",
},
)
| 170 | this.handler.remove(); |
| 171 | } else { |
| 172 | animate( |
| 173 | this, |
| 174 | { |
| 175 | opacity: 0, |
| 176 | }, |
| 177 | { |
| 178 | duration: isNoTransition ? 0.08 : 0.12, |
| 179 | ease: "easeIn", |
| 180 | }, |
| 181 | ).then(() => { |
| 182 | this.remove(); |
| 183 | this.handler.remove(); |
| 184 | }); |
| 185 | } |
| 186 | } |
| 187 |
no test coverage detected