lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • Html, CSS 2017‧08‧01

    css3 animation 키프레임 멈추기

    CSS3로 키프레임 애니메이션을 작동하다가 멈추고 싶을 때가 있다. 대부분 hover나 Class 를 추가하여 멈추는 동작을 넣고 싶을 경우다. -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; animation-play-state: paused; -webkit-animation: none !important; 맨 마지막 줄에 -webkit-animation: none 이 있는 이유는 아이폰 ios 사파리에서 paused; 동작이 제대로 작동하지 않는다.  그렇기 때문에 대안으로 만들어진 코드이다.

popular

  • [회고] Github Actions가 갑자기 안된다. (Waiting for a runner to pick up this job…)
  • Photoshop - [폰트 캐쉬 삭제] 삭제한 폰트도 계속 리스트에 존재할 때
  • windows 서버에서 WOFF2 파일 활성화 등록
  • JSX - 엘리먼트를 단순 조건에 따른 렌더
  • ASP - css 클래스 명 추가
  • Gulp - 시작전 준비하기
  • node 버전 업 (nvm install) 이후, Command 'yarn' not found, but can be installed with 오류
  • aws lightsail mysql died - /opt/bitnami/mysql/scripts/ctl.sh : mysql  could not be started
  • lightsail bitnami 서비스 제어 명령어
  • ACF 플러그인 - 싱글 값, 멀티 값 불러오기

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....