CSS / JS slider transition effect - javascript

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!

Related

Eased Scrolling Effect

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.

SVG animation scrolling on single page website

How can I achieve SVG animation scrolling in a single page website. I would like to make something like these websites https://onedesigncompany.com/approach and http://www.happyapps.io/. I like the first one more because the scrollup and scrolldown controls the animation.
I don't have any of my SVG code yet . trying to figure out how to get this pipeline workflow animation on scroll. I am using simple bootstrap starter template.
Need your suggestions
Thanks
Try http://greensock.com/svg-tips
Greenstock is spezialized in animations, used for banners etc. Definityl a good resource for animations in general.
However animations are not easy and require a lot of work to get them right! Agreed to close this because the topic is way to large for an answer, it's more a study :D

is there a way to reduce the css transition jumpiness of bookblock.js

I'm currently facing a visual annoyance using the bookblock.js plugin
The website I'm referring to is:
http://indiewhip.com/projects/pulse.html
The page turn effect is cool, but very jittery. By Jittery, I mean that it jumps frames turning the page when loading the video or image.
I was wondering if anyone had any fixes, or resources I could use in attempt to achieve a more elegant effect?
all help and advice is greatly appreciated!

Flipping an image with jQuery

Before you tune out and label this as a dreadful question, please listen, I am aware that there are many jQuery plugins that flip images / content. My problem however involves something a little more difficult.
My problem is that a client wants their logo to constantly flip at a slow rate (this is not much of a problem) but when the logo is flipped halfway, instead of the image having 0 width they want the logo to appear a little "3D" so that when you are viewing it head on, it actually has a width.
I've googled around a bit but really can't seem to find a plug-in that achieves this, is it even possible?
If you're having trouble visualising what I mean when I say flip, see this demo
In the end we gave up on a JavaScript solution (it was going to be near impossible to have a reasonable cross browser solution)
So we ended up using jquery reel to accomplish this (why we didn't think of sprites earlier I'll never know!)
I have found some 3D Flipping image examples, so please try for it.
http://jquery.vostrel.cz/reel
http://www.360-javascriptviewer.com/learning-centre/code-examples/multiple-360-images-page.html
http://blog.stableflow.com/jquery-plugins/360-degrees-product-view/
if you wan to create codebins for it then click on link http://codebins.com/

Awesome CSS Effect

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.

Categories