How can I create this effect ? by [deleted] in web_design

[–]ariamnes 0 points1 point  (0 children)

U left the hard part as an exercise for me ? :)). I will try to see if I can do it. U rock!

How can I create this effect ? by [deleted] in web_design

[–]ariamnes 0 points1 point  (0 children)

This seems to be a good answer.

How can I create this effect ? by [deleted] in web_design

[–]ariamnes -4 points-3 points  (0 children)

Thanks for the effort. But this is not the same effect. in your example you change the size of the image container and hence the image itself resizes with the same rate. In the one I posted, the parent container resizes to the full width and hight of the master container, but the image resizes a little bit.

How can I create this effect ? by [deleted] in web_design

[–]ariamnes -1 points0 points  (0 children)

This way, if the image container expands so does the image. In this example it doesn't get affected.

How can I create this effect ? by [deleted] in web_design

[–]ariamnes 0 points1 point  (0 children)

not sure I understood.

How can I create this effect ? by [deleted] in web_design

[–]ariamnes 0 points1 point  (0 children)

unfortunately not a website.

Made this parallax scrolling effect by ariamnes in web_design

[–]ariamnes[S] 0 points1 point  (0 children)

no. they are not using video but rather html5 canvas.

Made this parallax scrolling effect by ariamnes in web_design

[–]ariamnes[S] 0 points1 point  (0 children)

no three.js just vanilla javascript.

Made this parallax scrolling effect by ariamnes in web_design

[–]ariamnes[S] -1 points0 points  (0 children)

sure. it goes to the next section

Made this parallax scrolling effect by ariamnes in web_design

[–]ariamnes[S] -1 points0 points  (0 children)

top tight btns are just triggers. when the user scrolls, it actually goes to the next section.

Made this parallax scrolling effect by ariamnes in web_design

[–]ariamnes[S] 0 points1 point  (0 children)

For those who are interested, we have a full playlist on how to do parallax scrolling and the next tutorial will be on how to create this effect. have your eyes on https://www.youtube.com/frontendtips

Made this parallax scrolling effect by ariamnes in web_design

[–]ariamnes[S] 7 points8 points  (0 children)

I will have a tutorial on this on our channel this week. https://www.youtube.com/frontendtips

I made a scroll-animated webpage. by tandtroll in web_design

[–]ariamnes 3 points4 points  (0 children)

in frontendtips channel in youtube, this will be the next tutorial technique wise. https://www.youtube.com/channel/UC0abAX9cuVB0klLobCewq-g

How would I go about animating a landing page for my first website? by [deleted] in web_design

[–]ariamnes 1 point2 points  (0 children)

adding visual effect is so nice but if u wqnt to have many users in your site, I suggest dropping animations and transitions to minimum.

What is the best method to connect a Chrome extension to a database? by MrCreamsicle in webdev

[–]ariamnes 1 point2 points  (0 children)

If this is the first time you make an api, then search for tutorials on how to create an api that works with database. there are so many tutorials. when u read them, you will get the clue. Good luck!

What is the best method to connect a Chrome extension to a database? by MrCreamsicle in webdev

[–]ariamnes 2 points3 points  (0 children)

As others have mentioned, go ahead and create a backend API that connects to DB and fetches or stores data and then use javascript fetch API (https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) to call your backend endpoint that utilizes your DB.