404 Page or 500 Page
Anyone have any idea how to do this sort of thing? The animation that moves with your mouse? Thanks for the correction, #Alin. Just a link to a tutorial would be nice.
EDIT: Just also learned it's the parallax effect. That should help.
The effect is accomplished with javascript, not just CSS.
The source code is on the page you linked to.
Have a look at jParallax, which makes it easy to implement the effect in a robust way on your own site:
http://stephband.info/parallax.html
Guess you can always start by firing up FireBug and have a look at the source.
Related
I recently came across a slider on this website - https://antoni.de/. I really like the transition effect but I can't for the life of me figure out how it's done. I get how the slider works but its the actual transition that is baffling me. I have no idea what this effect is called and I am not sure if it is done by CSS or JS? Would love to be able to imitate the same sort of transition effect. Does anyone know how this done and can point me in the right direction to building something similar?
This is an image of the transition effect:
Its made with canvas HTML5, you can see this in source code.
I actually messaged the developer to find out how he made this. It is made using webGL!
I'm trying to find out what method this site uses to achieve their eased scrolling effect.
I searched through their minified code and found some instances of 'scroll', but nothing I can use to identify how it's being done:
...Width":"Height",o="scroll"+r,s="client"+r,a=document.body;return n===e||...
Any ideas what code, method or library is being used to get this scrolling effect?
Thanks in advance for any help you may have.
I am trying to create a site that animates page transitions instead of just loading the next page. I found a great example at jetlag.photos (feel free to check that out). Their animations work flawlessly on the desktop and mobile. I know they used the GreenSock library to help with this but I do not see much in the way of URL transitions in the documentation. Please help!
Here's the site I'm talking about: http://hlkagency.com/.
Basically, I love the scrolling effect on tapping the up and down arrow keys. Other smooth scrolling libraries I found were too slow and clunky. I want to make something that works exactly like this.
I tried going through the minified script used on the page after beautifying it, but there just seems to be a whole lot going on.
That's a Parallax style scrolling. Like #RobertHarvey pointed on his comment. There are so many libraries since it has become very popular. This Library has examples of how it can be implemented. If you do a google search on parallax libraries for JS you will find a ton.
I used the Ken Burns effect by the code seen on the click to go to site
It is working now. But it is not much quality as you can see on this website too.
It is not smooth and looks bit vibrating.
Can anyone tell me a way to smooth this animation like we can see on Visual Slideshow software??
Thanks!!
Here's an article that details rolling your own: http://jqueryfordesigners.com/image-cross-fade-transition/
It also includes a link to download the plug-in that they detail.