A
A
Andrey Deshin2015-07-07 16:08:09
css
Andrey Deshin, 2015-07-07 16:08:09

How to remove the slider from the site?

There is a website www.orange.com/en/home . From it you need to pull out the slider on the main page. I tried to save the page on the computer but the slider does not work there. I went through the js and css scripts, but I don’t understand where it connects. Does anyone know a way to quickly determine which piece of code the slider is connected to?
No, other such sliders are not needed. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
Ivan Bogachev, 2018-11-01
@Blackmilk4

This kind of stuff is pretty easy to do with SVG masks . There is a picture on the background, the mask itself consists of a large rectangle that covers everything, and a "stroke". The only thing that needs to be done is the transformation, the appearance of this "stroke". There are many options, one of them you can find by googling morph svg .

D
Denis Pentkovsky, 2015-07-07
@Falcont

This site uses this slider
kenwheeler.github.io/slick
Open Demos and compare the DOM tree, it is identical.

T
Think With Your Head, 2015-07-07
@Vyad

dude, this is an ordinary bxslider you can put and customize for yourself. it will be harder to pull out

S
Stalker_RED, 2015-07-07
@Stalker_RED

It looks like a slick carousel .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question