강의

멘토링

커뮤니티

BEST
Programming

/

Front-end

Scroll interaction that even beginners can create. Part 1 JavaScript

Rather than simply following a specific site, you will learn the scroll interaction know-how and key elements shared by knowledge sharers from the ground up, and learn and create various techniques and motions of UI scroll interactions widely used by domestic companies such as Apple.

(4.6) 42 reviews

815 learners

Level Basic

Course period Unlimited

  • ggangcoding162118
HTML/CSS
HTML/CSS
JavaScript
JavaScript
jQuery
jQuery
Interactive Web
Interactive Web
HTML/CSS
HTML/CSS
JavaScript
JavaScript
jQuery
jQuery
Interactive Web
Interactive Web

Section 5-2 I uploaded a bug fix video. And about the EDGE smooth scrolling feature..

hello!!

I am announcing this today as well.

1. Mac Chrome bug patch

Section 5-2 Mac Chrome bug does not occur in the Chrome browser in the development stage . (Directly confirmed on 2022.1.30)

The Chrome browser in development stage is not yet officially released, so bugs may occur, but will be fixed later when the official version is released.

Safari Chrome bug is not expected to occur. Google is fast after all :)

 

2. Edge browser smooth scrolling

Yesterday, we informed you that a bug occurred in section 5-2 when using smooth scrolling, a native feature of the Edge browser!

I'm uploading a bug fix video today

I also checked to see if there were any problems with the auto slide I had created before.

I used similar logic in SJ AUTO SLIDE !

But there was no bug in auto slide.

So I looked into the reason

There is a smooth scroll function that I developed myself when I was making UI FR.

This feature has prevented any bugs from occurring.

But if you remove this feature, you'll get a bug.

In other words, it is a clear fact that there is a problem with the scrolling technology currently implemented in the Edge browser.

I think Edge browser will definitely patch this issue when it updates.

If a patch is released, it would be good to keep in mind that you don't have to deal with bugs.

 

For functions like smooth scrolling, you have to create various formulas.

Because it is FR, it is intertwined here and there

I think it would be practically difficult to make it into a class.

 

Still, I hope that the various bug handling patterns will be of some help.

 

thank you :)

Have a nice Lunar New Year holiday :D

 

 

Comment