need some help for a image slide show? [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
On my first day of work with html I built a navigation bar yesterday which looks pretty sweet to me ...take a look at it here
Now I want to include a slideshow like thing in my site next probably using some javascript or jquery plug ins...I am looking for something similar to the one at www.forward.co.uk/ (the text on the image looks a pretty good to me)
I have searched on github too ..but the results i got did not match the style i want ..probably my keywords for the search were not too precise..

try this
http://jsfiddle.net/JhVsn/1/
or this ( only for text)
http://jsfiddle.net/JhVsn/2/

Related

How to acheive background animition like the page has given below [closed]

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
This is the link:
danielcoding.me/resume/#contact
I want this animition :
screenshot
I inspect element on this page , but there is no pics as background, I found nothing.
How to create this animition ?
Is it made only by javascript or css?
Are there more example like this animition?
I really like this style , I want to study more
It looks like they're using something like fullpage.js, a pretty cool jQuery plugin. Pretty simple to setup, check out the demos they have.

How to build a graph page like this one? [closed]

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 came accoss this webpage: http://www.concerthotels.com/100-years-of-rock and it is very cool. I would like to build some content with similar looking.
Is it possible that someone could give me a direction how this page is built? Thanks a lot for that.
this is made with javascript , css , html5
there are many jquery plugin like scroll magic who can give you the same effect as scrolling content automatically or made you own timeline : (http://janpaepke.github.io/ScrollMagic/)
also drawing and animating lines can made with SVG (Scalable Vector Graphics ), visit for more information (http://www.w3schools.com/svg/) .
hope this can give you a small view of how you can do the same effect :)

Trying to figure out if a certain website text animation is done with a certain library or plugin [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
If you look at this website and let it load a bit http://visage.co/, you'll notice the text keeps changing and it has some freaking awesome transitions. I figured this is mostly done with some jquery but I was seeing if anyone here has any experience and what they would recommend in recreating something of this sort.
I am guessing you are looking for something like this http://www.mattboldt.com/demos/typed-js/. The page also has some demos from other websites. This would be one way of recreating it.
Please check http://johnpolacek.github.io/superscrollorama/ it is the best library for parallax content in my opinion.

How do I create clickable areas on an image within a webpage with javascript? [closed]

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 want to create a webpage displaying an image that has areas on it that can be clicked to do various things like playing sound, displaying text, linking to other pages. The only problem is I have no idea what I need to use within javascript to do so. The area need not be complicated, just a simple geometric shape.
What sort of tools should I be looking at in Javascript to do achieve this?
Thanks in advance
You might want to take a look at <map></map> tag in HTML: http://www.w3schools.com/tags/tag_map.asp
It should accomplish what you want to do.

JavaScript custom prompt boxes without using jQuery [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
First poster here, but I wanted to know if there was anyway that it was possible to customize the JavaScript prompt boxes without using jQuery? I'm wanting to keep my site vanilla as possible. Thanks.
You can create your own modal dialog boxes. However you cannot customize how, for example, window.alert("Hello!") would look. That is completely up to the browser manufacturer.
create a 'div' and show that using an event.

Categories

Resources