웹게임을 만들며 배우는 인터렉티브웹! JAVASCRIPT
깡코딩
웹게임도 만들고, 프론트엔드 웹 개발 스킬도 배우는 1석 3조 수업! 독자적인 아이디어로 JavaScript, CSS, HTML을 활용해 게임을 만들 수 있는 방법을 수업으로 만들었습니다!
초급
인터랙티브 웹, JavaScript, HTML/CSS
We will create various pattern image effects that complete the scattered image pieces into one image using JavaScript and CSS and process them to appear randomly. I think that if you apply this lesson, you will be able to create your own unique effects!
156 learners
We will implement various image effects using JavaScript and CSS, combine the implemented effects into one, process them to appear randomly, create a function, and apply it to the UI to create highly immersive interactions.
Development of an effect that brings scattered images together to form a single image
Creating a website with a unique UI
Create easy and fast image effects and apply them in various ways!
Lecture Preview
▲ You can see the class content in more detail by watching the video.
Lesson Point 1
Let's create an effect where scattered images are executed sequentially to form a single image .
▲ Effects that run sequentially
Lesson Point 2
Create more diverse and free image effects by changing the properties to suit the developer's taste.
▲ Custom effects
Lesson Point 3
Let's add a 3D effect to make it a little more three-dimensional .
▲ 3D effect applied
Lesson Point 4
Let's create a more splendid and immersive slider by combining all the effects implemented above into one and making them appear randomly , and applying the effects to the open source slick slider so that various effects are randomly exposed when the slider is slid.
▲ Applying effects to the slider
TIP. How to apply image effects in various ways!
If you apply image effects to scroll interactions, you can even implement scroll UI effects that appear randomly in response to scrolling.
※ The class on creating a scroll UI is not included in this lecture.
▶Go to Scroll Interaction Lecture
Q. Can non-majors also take the course?
A. Regardless of whether you are a major or non-major, if you know the basics of CSS and JavaScript, you can learn and utilize them sufficiently.
Who is this course right for?
People interested in UI/UX
For those interested in motion effects
People interested in creative and unique homepages
Job seekers who want to create a special portfolio
Designers but interested in interaction
For those who want to increase their salary by adding interaction skills!
Need to know before starting?
HTML, CSS, JavaScript
1,329
Learners
71
Reviews
163
Answers
4.7
Rating
3
Courses
안녕하세요. 백엔드 개발자로 시작해 프론트엔드 개발자로 전향해서 UI 개발에 푹 빠져있는 깡코딩입니다. :)
10여 년 동안 다수의 기업 홈페이지와 쇼핑몰 SI 소상공인 홈페이지를 제작하며 알게 된 UI/UX 제작 기법 노하우 등을 공유하기 위해 이 강의를 시작하게 되었습니다. 국내 여러 대기업 프로젝트를 경험했고 소상공인에게 초점을 맞춘 홈페이지 제작 사업도 하였습니다.
저는 가끔 국내 코딩관련 커뮤니티에서 취미로 만든 애플 인터렉션과 창작 인터렉션을 공유하며 재밌는 기술을 소개했었는데요
많은 분들의 관심을 주셔서 이렇게 강의까지 만들게 되었습니다.
제가 만들어갈 강의는 표준 브라우저를 고려하고 실무에서 사용 가능한 감탄사가 절로 나오는 다양하고 멋진 인터렉션과 모션그래픽을 만드는 방법들을 알려드릴 예정이고 프론트 개발자나, 웹퍼블리셔가 솔루션을 이용해 홈페이지, 쇼핑몰 등을 바닥부터 만들 수 있는 강의도 만들 예정입니다.
그럼 수업에서 뵙겠습니다 :)
All
11 lectures ∙ (1hr 41min)
Course Materials:
All
9 reviews
5.0
9 reviews
Reviews 32
∙
Average Rating 4.8
5
선생님 swiper.js 에서도 적용하는방법좀 알려주세요 한참해매고 있습니다. ㅠㅠ
안녕하세요 소중한 수강평 감사합니다. :) 스와이퍼 js에 적용할 때도 똑같습니다~! const swiper = new Swiper('.swiper-container', { effect: 'fade', speed: 0, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, on: { slideChange: function () { var thisSlide = $('.swiper-container').find('.swiper-slide').eq(this.activeIndex); ggangImgEffect(thisSlide, this.activeIndex); } } }); 이런식으로 슬라이드가 변경될 때 호출되는 slideChange 콜백 함수를 사용하면 됩니다. :)
$18.70
Check out other courses by the instructor!
Explore other courses in the same field!