CSS/JS - Crystalize Image efect - javascript

Hi i want to achieve same result like from linked gif. I can find on related blogs or some templates. Description: Its using one image as background which are transformed into triangles. Whole backgroud are moving while you moving with mouse. When you stoped that animation continue automatic.
https://drive.google.com/open?id=0B7837zl9ZhvVV2ZneFMzYXA5Z1E
https://drive.google.com/open?id=0B7837zl9ZhvVbFh3RVM1RHdlNEU
Thank you for any help.

Related

Appear effect on background image instead of <img> - Cursor trails jQuery

I found this awesome effect on codepen and I want to implement this effect on my own website on the background.
But the problem I have to face here is that the background image get set by wordpress and a plugin called visual composer. At the background image gets set as css backgorund image and not as an <img> div. But the code you see above on codepen.io is dealing with an <img> div.
So, I want to transfer and customize this code for my website to get it working there. The <div> in which you can find the background image on my website where I want to appear this effect is called ``. You can get the <div> of it by typing this in your console:
document.getElementsByClassName("vc_custom_1493329568717")
I already tried to recreate this effect on a local level. But I only could do it with an <img> div. So, here is my question. Does anybody has an idea, how I can transfer this effect to my website?
I would be very happy about an idea or an answer.
Kind regards and Thank You!

Wordpress Image Mapper How to make are to be always highlithed

I do have an wordpress website with Image Mapper, and where i have a picture with area i want the highlithed area to stay on. Right now it is showing only when i move my mouse over that place.
Here is that site: http://multis.naszastrona.eu/pietro-6/
and here is the .js code:
http://pastebin.com/21rKPAwr
I tried few thing but they are not working (editing the code). But i think i made something wrong.

How can i add overlay hover on slider?

I would appreciate little help on this.
I wanna add an image/text overlay hover on images of this slider below.
So when someone's hovering the image will appear a 50% transparent black block and the "details" image/text in the middle.
This is an example of hovering (the zoom and details buttons) : http://themes.derby-web-design-agency.co.uk/Lola-Html-Theme/Light/
This is the slider I wanna use : http://codepen.io/anon/pen/Alzhn
Thanks in advance !
No need to reinvent the wheel. Consider the following projects:
http://wowslider.com/jquery-slideshow-huge-demo.html
http://bxslider.com/examples/image-slideshow-captions
For overlays, you can also consider
http://buildinternet.com/project/mosaic/1.0/
Try any of the above links for implementation and be more specific with your question.
For example, I am having issue with X, I want to do Y and I have tried solving this using XYZ. Your JS fiddle is just a copy of your existing project with no indication of what you have tried to solve your problem.
As with any learning environment, I would take small steps first. In your use case, I would tackle the problem as follows:
Require on hover caption
Require slider
Then when step#1 is completed, you can build on top of that and so forth.

Help me create an iPad photos-like gallery with JavaScript

I've been playing around with a gallery similar to that of the iPad's photos app, where you have thumbnails neatly stacked and upon clicking(touching) they fly out in a grid layout. If one gallery/stack is already open when you click another stack, the photos should pile up at their original position before the next set animates out.
I though something like Isotope would be helpful here, but I'm having a real hard time making it stop overwriting itself. Also, I can't quite figure out how to make it seem as if the thumbnails fly out from the "cover image".
I put a simplified version of what I've got so far on JSFiddle.
Any help is greatly appreciated. I feel like I'm in a little over my head here :)
My question is: how do i make it seem as if the thumbnails fly out from the "cover image"?
You could have an absolutely positioned DIV with a full-size image inside.
Initially, position the div and scale the image such that it perfectly overlaps with the thumbnail.
Then, animate the location and size of both to bring them to the center of the screen at the size you want.

I need a javascript code for rotating images when clicked on

I need a javascript code for rotating images when clicked on. I would like to rotate about 5 images and have the script go back to the first image when all five images have been clicked on.
I have tried to solve this with behaviors in dreamweaver but with no sucsess. Can anyone help me with this problem! That would be great! I dont have any experience in coding.
Viktor
Rotate image clockwise or anticlockwise inside a div using javascript
something like this:
http://jquery.malsup.com/cycle/
?

Categories