You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following code, the transition opacity to 0 finish immediately instead of 0.5s.
It only works correctly if the btn class is remove from the button. (line 11)
Insert wait 0.5s before the line of remove closet .parent (insert to line 14) it will work on firefox but not on chrome. (It is not correct way to use hyperscript anyway)
The text was updated successfully, but these errors were encountered:
In the following code, the transition opacity to 0 finish immediately instead of 0.5s.
It only works correctly if the
btn
class is remove from the button. (line 11)[Note]
wait 0.5s
before the line ofremove closet .parent
(insert to line 14) it will work on firefox but not on chrome. (It is not correct way to use hyperscript anyway)The text was updated successfully, but these errors were encountered: