Create simple words loop animation with couple lines of JavaScript
I worked on a project where clients wanted to have simple word rotation animation created and have new item added every week for next couple of months. Their idea was to create .gif and have it updated weekly by both designer and developer. This solution could definitely work ..
Read blog postHow to deal with video that is delivered via iframe so it 100% fills it's container
There are lots of ways to display video on your website. One of them is using <iframe> to embed media such as YouTube, Vimeo or any other video provider that provides <iframe> code to display relevant video..
Read blog postCreate animated scroll down mouse affect using HTML and CSS only
Full screen landing page gives most users nice experience when page loads, however some users do not realize that is more content below. This unfortunatelly sometimes leads them to click on navigation menu and leave the page rather than scrolling down to explore more content on this particular page.
Read blog postWhat is the difference between async vs defer attributes
According to https://caniuse.com website, async and defer attributes for the script element have great support and I think it might be a good time to learn what they do and how to use them.
Read blog postPage: 4 of 4