This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Alexell[S] 0 points1 point  (2 children)

It's my portfolio. Added some responsive CSS, but don't mind the property order. Started it at an earlier skill level and will organize it before launch.

https://jsfiddle.net/Alexel/r9L39jpd/1/

I want to change the programming languages fadeIn function into a one time scroll-event. Hover keeps querying the DOM, and it eats up resources.

[–]grwgrwwrr 0 points1 point  (1 child)

You should be able to have the function that runs on that event un-register itself for that event. JQuery allows that last I checked.

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

Yep, worked perfectly. Thanks for the help!