Parallax On The Web (Part 3) – Landing Elements

Parallax On The Web (Part 3) – Landing Elements

DevTips

9 лет назад

112,448 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@aryanbhatia1729
@aryanbhatia1729 - 17.06.2016 17:32

I like it

Ответить
@matankoriat3775
@matankoriat3775 - 27.06.2016 06:13

You are awesome Travis tnx!
You help me a lot!

Ответить
@alexr.4409
@alexr.4409 - 01.07.2016 00:29

What Tool do you use to measure something in a website?

Ответить
@doug_howe
@doug_howe - 01.07.2016 00:30

Hey Travis, I am having a problem following along with you on the skeleton import. it wont work for me. I need more specifics on how to properly set up my files so I can continue along with you. I have installed sass and have your GitHub files in a folder like you. Thanks for any help.

Ответить
@Sudarshan-Advocate-Labrador
@Sudarshan-Advocate-Labrador - 13.07.2016 06:08

your videos and way of going is awesome. keep it up.............................

Ответить
@vguedes
@vguedes - 01.08.2016 22:28

Hi,
You can receive a second parameter on the each function parameter that will be the figure itself:

$('.clothes-pics figure').each(function(i, FIG){
setTimeout(function(){
$(FIG).addClass('is-showing');
}, 150 * (i + 1));
});

Ответить
@deepmondal8564
@deepmondal8564 - 02.08.2016 08:19

Awesome videos would you able to do facebook like status box in html css and javascript
please :) :) :)

Ответить
@dhidavidhuys8487
@dhidavidhuys8487 - 04.08.2016 01:06

Amazing classes. i wish i had teachers like that in school before.
Really learning much and its kinda a relaxing way to study watching ur videos.
Keep up your awesome vibe and thank you so much for sharing all this knowledge.
Greetz,
David

Ответить
@Bodyskillz2011
@Bodyskillz2011 - 11.08.2016 03:46

im having a problem with that &.clothes-pics because i dont want to start using yet (noob) can you plz tell me how to make it work as a normal css code ? i tried some tricks but none of them works for now

Ответить
@babyblue1721
@babyblue1721 - 17.08.2016 07:54

does this code will work with HTML?

Ответить
@Bliz910
@Bliz910 - 22.08.2016 03:18

I m working at my first bigger project own page . I found your canal , you are great man You can explain everything step by step ,you helped me a lot . Greetings from Poland .

Ответить
@hishamt9807
@hishamt9807 - 07.09.2016 03:21

i would say again u r awesome (Y)

Ответить
@kareemsultan827
@kareemsultan827 - 14.09.2016 19:06

man this is great explain but what about responsive ?

Ответить
@kleintong5320
@kleintong5320 - 28.09.2016 13:37

hey,sir~i found a problem that i downloaded the pics from your github.but when i put the image to img tag,i found it too big,so how can i get the effect like backgrond-size:cover in img tag?

Ответить
@brukselkowyben7628
@brukselkowyben7628 - 07.10.2016 21:00

Thanks to this series I really understand parallax effect. Thanks dude!

Ответить
@tylerdaniels9000
@tylerdaniels9000 - 23.10.2016 11:13

Nice videos man, but you should definitely do tutorial on debouncing and throttling, you can't just do scroll function like that

Ответить
@abbasmotorwala5545
@abbasmotorwala5545 - 15.11.2016 14:27

you can call me friends :) haha i guess you benefit me so for me you are friend with benefits :D :)

Ответить
@coderaxhacker9728
@coderaxhacker9728 - 24.11.2016 14:25

Thank you!!!!!!

Ответить
@henrietteschweiger7853
@henrietteschweiger7853 - 26.11.2016 10:32

Fantastic, thank you a lot - learned so much in this short time and highly motivated!

Ответить
@youngdochoi3434
@youngdochoi3434 - 26.11.2016 16:04

Can anyone teach me how I can repeat the animation every time it reaches the appropraite height ($(window).height() / 1.2)?? I've read I can use removeClass but I can't seem to figure it out myself.. +DevTips, Travis, can you help me out buddy?

Ответить
@jamealholness7684
@jamealholness7684 - 25.12.2016 19:26

yo dev is there a way you do tutorials in windows and a compete website

Ответить
@Shash1o1
@Shash1o1 - 04.01.2017 16:50

louis lit's brother?

Ответить
@andyliaw8496
@andyliaw8496 - 20.01.2017 12:12

what was the grid system you were using in this video?

Ответить
@Wadhwakaran96
@Wadhwakaran96 - 22.03.2017 16:32

you really should've made a video for the navbar too.

Ответить
@panteliselef239
@panteliselef239 - 17.04.2017 21:52

GREAT VIDEO MANNNN

Ответить
@pstlvictoras
@pstlvictoras - 29.04.2017 19:28

can i like this video, more than once ?:D

Ответить
@renoirsorreda6087
@renoirsorreda6087 - 05.05.2017 13:17

hope you use css not sass for tutorial because i am a little bit confused in sass . :((

anyways you always inspire me to code!! God bless you more!

Ответить
@untitled572
@untitled572 - 13.06.2017 19:06

This is very informative. Thank you!

Ответить
@Johan-rm6ec
@Johan-rm6ec - 30.06.2017 01:01

I have my fair share of watching tutorials, but DevTips stand out by far. Perhaps you should monetize it more at Udemy.

Ответить
@alexandercrittendon2830
@alexandercrittendon2830 - 24.07.2017 20:28

Best Friends.

Ответить
@andrewt248
@andrewt248 - 12.08.2017 05:29

Could you make each row of pick come in at 20% into the viewport by pointing the function at the rows and not the overall container? Seems like it would be cool to see each row animate as you scroll.

Ответить
@parthj2039
@parthj2039 - 28.08.2017 08:20

I always learn so much about so many different things from your videos- keep up the great work! Thanks!

Ответить
@jHeartOfWorship
@jHeartOfWorship - 20.09.2017 18:37

how do we write
&.is-showing

in normal css ? please :(

Ответить
@Gorez161rus
@Gorez161rus - 02.11.2017 20:22

Hi all, can some one give me an advice, how should i apply Parallax effect on the item when element is around 2000px far from the top of the page? (because if i make wScroll/2 it will go bottom by 1000px),

Ответить
@props922
@props922 - 09.11.2017 04:14

What's the difference between >>>setTimeout(... , 500 * (i+1))<<< and >>>setTimeout(... , 500 * i)<<< i cant see any change. Thanks for video Travis :)

Ответить
@narendrakumarseshagani3246
@narendrakumarseshagani3246 - 09.11.2017 21:42

offset().top is not working in google

Ответить
@ratebdrive6871
@ratebdrive6871 - 15.11.2017 20:33

hey dear your github zip files cant open please cheek

Ответить
@Vivalavidapool
@Vivalavidapool - 07.12.2017 21:22

Adding a class with a dot in it... Story of my life :P

Ответить
@tongliiste
@tongliiste - 28.02.2018 09:51

what else you dont know

Ответить
@kyangqd
@kyangqd - 22.03.2018 01:54

Hi Travis, Thanks a lot for the amazing tutorial. I am just a new bird to learn web design. Could you or anybody please tell me which program did you use to separate the index, layout, and functions? Can I put the scripts in Dreamweaver? Looking forward to your answer. Thanks!

Ответить
@franzitaz
@franzitaz - 31.03.2018 05:56

I miss him. He program so nicely...

Ответить
@skj2918
@skj2918 - 09.04.2018 20:46

Thanks to this tutorial! It's so useful for me.:)

Ответить
@manualvarado2212
@manualvarado2212 - 23.09.2018 14:46

Te quiero mucho Travis (Y a ti Los, aunque no estes en esta serie) <3

Ответить
@NavesNiche
@NavesNiche - 10.01.2019 08:09

dude you're amazing! how are u so chill, can u recommend me what u do to be that chill? what are you taking?

Ответить
@ajricherson1099
@ajricherson1099 - 23.10.2019 09:58

This is the first series of yours that I've watched, but its already one of my favorites. You attitude is so positive, but not in the fake kimmel kind of way. Keep rocking in the free world, man!

Ответить
@badianommensen8637
@badianommensen8637 - 26.12.2019 18:41

im get error Unable to get property 'top' of undefined or null reference can u fix it?

Ответить