Knowing how to select an element on the page is great, but even more exciting is learning how to do something with it.
In this post we’ll cover exactly that.
Knowing how to select an element on the page is great, but even more exciting is learning how to do something with it.
In this post we’ll cover exactly that.
So you’re new to front-end development? Feeling proficient with HTML and CSS, but JavaScript is the one thing that you’re struggling with?
Whether you like it or not, JavaScript
or jQuery
knowledge is increasingly demanded from every front-end developer.
Do you wanted to finally dive into scrolling animations and share your story or product in a more interactive and engaging way?
Are you confused which parallax scrolling library is the right for you and your project?
Are you drowning in the sea of all the options available?
Two weeks to go to the FIFA World Cup 2014 in Brazil and what was originally created as a little side project is suddenly getting 2500 visits per day on average.
35000 views in one day is also by far the most visited project I have ever worked on!
Today is a special day. Special day for my good old friend Game Boy.
On the 21st April 1989, Game Boy from Nintendo was released in Japan and was bundled with an iconic puzzle game Tetris.
To pay tribute to this legendary console and game, here is my 2014 variation.
This is a second part of a guide helping front-end developers to choose the right approach when it comes to animations on the web.
Are you wondering whether to use CSS3 or JavaScript animations? This part explains your JavaScript
options and reveals the best JavaScript animation tools available.
Have you been asked by your client, boss or designer to create some nice animations on the next web project?
They say: “I have seen this cool effect on the other site, can you do something similar?” or “I have this idea for an animation, can you do it?” and you go: “Sure I can.” or “Hm, I don’t know…”
Tip of the day: Never say “No, I can’t do it.” That’s not what a modern front-end developers say.
In the first part of this tutorial we looked at the animateSlides
function which does the heavy lifting and animates our slides left and right. Today we will cover the two remaining functions, updateNav
and resetStage
.