Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
The page I just bumped into, has really amazing hover transition over Links, in this case its images
Page: http://other.wpengine.com/
I was wondering whether anyone has any idea how it is done. Is there any principle or specific way involved? Does someone know where I could look into it?
here is a tutorial of how to do it
https://tympanus.net/codrops/2012/04/09/direction-aware-hover-effect-with-css3-and-jquery/
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I wanted to have animation on my content i searched whole day and got something to work on it.I used same technique as they used everything is seems same still when i scroll my website there is no animation on content after slider.
Demo example
My website
Looks like you're missing the imagesloaded.js file used in the example. You need to reference this script in your code.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I wasn't sure if this question has already been asked before but I was wondering how you produce the interactive dotted text and the running tiger animation you see in the middle of the run4tiger website?
http://run4tiger.com/
Any information would be appreciated.
They are using canvas elements to achieve this.
The canvas will catch the mouse over events and then react accordingly.
The loading tiger screen was drawn using SVG.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Hi i'm new in web development. I'm finding solution for my problem since last two days, but did not find any good solution. Actually i need thumbnail slider in pop. I have tried this one but it is loading very slow. Please view the image and guide me which slider i should use.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would make the same transition page of this website http://www.coolappse.com/ in javascript or css3 (see work section). I have no idea how to get to the same result. Do you have an idea or how to guide me ?
Thank you very much for your answers and sorry for my english.
jQuery.scrollTo is probably your best bet : http://demos.flesler.com/jquery/scrollTo/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have an idea to make call by viber in a website.
Example, when you go to my website by smartphone, you want to contact me, and we are also use Viber. You can click on "Call viber" button to make a call. It's look like "ymsgr:sendim?your_yahoo_id"
I don't know how to do it, is possible?