분류 전체보기 (215) 썸네일형 리스트형 stagger 동사 1.비틀[휘청]거리다, 비틀[휘청]거리며 가다 [V, usually + adv. / prep.] The injured woman staggered to her feet. 부상을 입은 그 여자가 비틀거리며 일어섰다. 2.큰 충격을 주다, 깜짝 놀라게 하다 [VN] Her remarks staggered me. 그녀의 발언에 나는 깜짝 놀랐다. 3.[VN](진행되는 일에) 시차를 두다 There were so many runners that they had to stagger the start. 주자가 너무 많아서 시차를 두고 출발해야 했다 명사 1.to walk with a stagger 비틀거리며 걷다 in conjunction with in conjunction with ~와함께 The police are working in conjunction with tax officers on the investigation. 경찰이 세무 직원들과 공조하여 그 수사를 진행하고 있다. conjunction 1.명사 FORMAL A conjunction of two or more things is the occurrence of them at the same time or place. 2.명사 In grammar, a conjunction is a word or group of words that joins together words, groups, or clauses. In English, there are co-ordinating conjunc... remedy 명사 1.처리 방안, 해결[개선]책 There is no simple remedy for unemployment 2.치료(약) a herbal remedy 약초치료 3.(권리 침해에 대한 법적) 구제 방법 Holding copyright provides the only legal remedy against unauthorized copying. 저작권 소유가 무단 복제에 대비하는 유일한 법적 구제 방법이다. 동사 1.타동사 [VN] (remedies, remedying, remedied, remedied) 바로잡다, 개선[교정]하다 to remedy a problem 문제를 바로잡다. baked in , overlapping baked in (기능을) 추가되는, 통합하는 The security service is baked in the new app. 보안 서비스 기능이 새 앱에 추가된다. overlapping 부분적으로 덮는, 중복된, 서로 중복되는 [Adjective] Pertaining to something that overlaps something else. [Noun] The situation in which things overlap. animation isn't baked in and hasn't been shown I'm just gonna remove that now we should see it almost as it should be even though it is kind of overlapping excalmation something you say or shout suddenly because of surprise, fear, pleasure, etc.: 감탄 탄성 예) He gave an exclamation of joy. 그는 기쁨의 탄성을 질렀다. TWEENMAX greensock 에서 만든 라이브러리 https://greensock.com https://cdnjs.com/libraries/gsap *border-radius같은 특수문자의 경우 제거하고 camelCase로 표기 TweenMax.to(target, duration, {vars}); 트윈맥스 값을 최종 지점에 보여준다. TweenMax.from() 시작 지점에서 값을 보여준다. .fromTo() from에 지정된 값 -> to에 지정된 값으로 보여준다. .staggerFrom() target(대상)이 배열 속성으로, 시작 시간을 지정된 시간만큼 엇갈리게 작동하게 하여 균일하게 띄우는 시퀀스를 만드는 파라미터. .TimelineMax ani1 끝난후 ani2, ani2 끝난후 ani3 … 식의 타임라인.. width:100vw; height:100vh가 안 먹힐 때 html, body { width: 100%; height: 100%; } 자식 태그 {width: 100%; height 100%;} 최상위 부모 태그에 position: fixed; overflow: hidden; 이전 1 ··· 24 25 26 27 다음