Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 |
Tags
- dvh
- 티스토리 성능
- Can't resolve
- github pdf
- silent printing
- react-native
- ffi-napi
- Git
- vercel git lfs
- camera access
- rolldown
- device in use
- react-native-dotenv
- npm package
- Each child in a list should have a unique "key" prop.
- ELECTRON
- augmentedDevice
- adb pair
- 이미지 데이터 타입
- Failed to compiled
- custom printing
- nextjs
- adb connect
- github lfs
- html
- camera permission
- electron-packager
- Recoil
- animation
- github 100mb
Archives
- Today
- Total
목록2022/10/17 (1)
Bleeding edge
2022/10/17 - TIL
문제 이번에 사이드 프로젝트를 진행하면서 재밌는 현상을 보았다. 처음 랜더를 하였을 때는 아무 것도 보이지 않다가, 부모 element로 hover하였을 때, child가 display되게 css를 작성하였는데, drag가능한 구간에서는 특이하게 hover에 flickering 현상이 있었다. flickering : 깜빡이는 현상 javascript를 이용하여 해결을 하려고 하면서 알게 된 것은, flickering이 일어난 이유는 hover이벤트 역시 mouseleave와 비슷한 기능을 하면서 hover가 pseudo 로 붙기 때문이었다. 해결 flickering을 해결하기 위해서는, 특정 위치에 mouseover를 이용하여 class를 붙이고 mouseleave를 이용하여 class를 제거하는 방법은..
ConnecTo
2022. 10. 17. 18:55