전체 글(182)
-
[Vue] vuex-persistedstate
보호되어 있는 글입니다.
2023.02.20 -
[Vue] input[file] 파일 업로드 미리보기
보호되어 있는 글입니다.
2023.02.10 -
[Vue] select 2단
보호되어 있는 글입니다.
2023.02.07 -
[Vue] RangeError: Maximum call stack size
갑자기 컴포넌트를 import 시키는데 error가 나타나는것이다! 컴포넌트 import할 때 error 난적이 없었는데 하다가 stackoverflow에서 역시나 해답을 찾았다. Vue.js "Maximum call stack size exceeded" error. Passing data from parent to child failing I cannot pass data from parent to child. I am using props, have tried returning data as well - no luck. I have a panel component (which is parent) with data and panelBody component (child) Panel i... stacko..
2023.01.26 -
[JS-GSAP] motion path 모션 패스
Path로 어떻게 만드는지 알려주세요. ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ MotionPathPlugin Animate anything (SVG, DOM, canvas, generic objects, whatever) along a motion path in any browser. Define the path using an SVG or an Array of points. The magical "align" feature bends coordinate systems and really sets it apart. You can even edit t greensock.com Animate SVG Object Along Motion Path Using the standard anima..
2023.01.17 -
[JS-GSAP] toggleActions (ex카카오뱅크)
1. toggleActions 카카오뱅크 카카오뱅크 이용안내, 상담하기, 소비자보호, 증명서발급, 회사소개, 인재채용, (주)카카오뱅크 www.kakaobank.com 카뱅을 모티브로 토글액션 구현해보기 재밌군
2023.01.13 -
[JS-GSAP] scrollTrigger
1. scrollTrigger 내 화면은 사이트 헤더 쪽에 있는데 푸터 쪽에서 애니메이션이 실행되는 사태를 막아야 한다. 그렇기 때문에 ScrollTrigger가 중요하다. 뒤로가기 했을 때도 보여주세요! 라고 하면 toggleActions: 'play none reverse none' 으로 적는다. 스크롤 올리면 뒤로갔다가 다시 내리면 play된다 onEnter : 시작하면 play 해라 onLeave : 떠나면 pause 멈춰라 onEnterBack: 스크롤 위로 잠깐 올리면 reverse 뒤로가라 onLeaveBack : 스크롤 계속해서 위로 올라가면 none (default 값) 앞의 reverse의 말을 듣게됨 참고
2023.01.13 -
[JS-GSAP] stagger
1. stagger stagger는 첫 번째 인자로, 애니메이션을 실행할 list 를 받고, 그 list에 있는 element 들에 차례로 애니메이션을 실행 시켜준다. 2. 속성 // 끝에서 0.5초 간격으로내려온다 gsap.to('.cont', {duration:1, y: 100, stagger: {each: 0.5, from: 'end'}}) // 끝에서 2초동안 4개의 cont가 순차적으로 내려온다. gsap.to('.cont', {duration:1, y: 100, stagger: {amount: 2, from: 'end'}}) each : 1 target인 box1들이 각각 1초동안 animate amount:1 target인 box1들이 1초를 box1의 수만큼 나누어 animate from ..
2023.01.13 -
[Vue] 프로젝트 배포
보호되어 있는 글입니다.
2023.01.11 -
[Vue] drag
보호되어 있는 글입니다.
2023.01.04 -
[Vue] 팝업창 오늘 그만 보기
보호되어 있는 글입니다.
2023.01.04 -
[Github] Repository trensfer 깃허브 프로젝트 소유권 옮기기
1. 프로젝트 : Options > settings 2. 이메일에 발송된 링크 들어가기 단. 여기서 주의해야 할 점 : 이메일에서 수락하기 전에 수신 계정에 로그인 해야한다는 것! Github responds with "Repository cant be finished" I am trying to transfer ownership of a repo that I started to another github account. I get the notice in my gaining account that asks for permission of transfer. I click on the link in the email. stackoverflow.com 그러고 조금만 기다리면 옮겨진다
2022.12.22 -
[Vue] 라우터 링크 스타일
보호되어 있는 글입니다.
2022.12.08 -
[React] 페이지 구현 - 일기 상세 (/diary)
보호되어 있는 글입니다.
2022.12.07 -
[React] 페이지 구현-일기 수정(/edit)
보호되어 있는 글입니다.
2022.12.05 -
[React] 페이지 구현 - 일기 쓰기 (/new)
보호되어 있는 글입니다.
2022.12.01 -
[React] 페이지 구현-홈(/)
보호되어 있는 글입니다.
2022.11.25