Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I have found cool site and have very interested with effect that they put on navigation (when you click on menu icon on the top left). can you guys tell me how to achieve this? I'm just learning js so I assume they use some kind of plugin like html2canvas to grab the screen.
I really appreciate if you can help :)
You can have the same menu effect by Codrops.
You can also download the source from their site.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 days ago.
Improve this question
enter image description here
I want to create a editor look like this. how to do that, and which library is need to use. I made a blog site with Python Django framework.
I have no idea how to do that.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Websites like hidemyass.com manage to load Google and Twitter even despite the "X-Frame-Options : SAMEORIGIN".
Any idea how do they do that?
They don´t load the website into an iframe.
On the background, the website downloads the sourcecode from Google; and then renders it inside their own code.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
Please excuse me if this is not possible, but I am looking for some direction on reproducing this animation without using flash.
The animation can be found on http://flatuicolors.com/
It occurs when you click a color, triggering a full screen animation with text.
I am not looking for specific code, just some ideas on if/how this is possible to simulate with JS/jQuery, the core functionality being triggering a similar animation on click with text. It only needs to be functional on desktop, as it would be used in a webapp that would not require it for mobile.
Thank you
Yes, it's just an overlay element that's fading out.
The text-zooming-out illusion could be created by animating the font-size.
Here's a simple fiddle http://jsfiddle.net/wbFUP/2/ using
.animate()
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
When you check this webpage: http://www.google.com/nexus/7/
You see the background image seems like not moving while you scroll.
Is there any JQuery for this?
I think you want to look into Parallax backgrounds.
A Simple Parallax Scrolling Technique might be a good starting point. There are indeed jQuery plugins that can simplify the process, if you wish to use them.
As for actually having a fixed image (as in, a nonmoving background), which is not what I think you want, check out background-repeat and background-attachment: fixed;.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I would like to hide all the children except the one being hovered on. I can't seem to figure out why it won't work - I've included the full sites CSS and everything on this
http://jsfiddle.net/DLjEg/1/
You're using jQuery, but you have the library set to MooTools...switch it to jQuery and it works fine :-)