A
A
Arteaga712015-08-20 14:26:22
Programming
Arteaga71, 2015-08-20 14:26:22

What is the Sony website made of (www.sony.com/be-moved/)?

Good afternoon! Most visited the Sony website ( www.sony.com/be-moved/) , what do you think, what technologies should be mastered in order to make something remotely similar to this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dima Pautov, 2015-08-20
@Arteaga71

Mighty is JavaScript , that's the whole technology. In fact, everything is simple, but it is rather difficult to implement!
The essence of the effect lies in the scroll! Replace the standard scroll with your own, so that when scrolling with the wheel, twist by 1px, not 100!
Further, tracking the number of scrolls, scroll through the video clips based on this, as well as show various text elements! Since we will use video clips, the site can be made adaptive without any problems, well, or rubber!

I
Ilya Bobkov, 2015-08-20
@heksen

Technology:

<script src="/static/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    <script src="/static/js/jquery-1.11.0.min.js"></script>
    <script src="/static/js/jquery-mobile-1.3.2-stripped.min.js"></script>
    <script src="/static/js/util.js"></script>
    <script src="/static/js/libs.js"></script>
    <script src="/static/js/home.js"></script>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question