bigskysoftware / bigskysoftware/_hyperscript
Transition parent opacity with bootstrap btn
Open
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
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)
```
parent
child
```
[Note]
- Test on firefox 121.0 and chromium 119.0.
- 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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.