Move elements on scroll vertically and horizontally (Jquery/Javascript) - javascript

A friend asked me if I could help her out with a project she's working on. She wants to bring over a message and wants to do this with a website where the users can just scroll and read stuff.
Here you can check out a PDF that show what she is trying to accomplish:
https://www.dropbox.com/s/bew7rw1uzjv8nwc/INFOpagina.pdf
When you start scrolling around slide 4 and 5 you should get the idea, words and images change from position when you scroll.
So my question now is, do you guys know any Javascript or Jquery plugins that could help me achieving this? I already searched a lot on google but can't really find any stuff that's really appropriate.
Thanks, would really appreciate the help.

jQuery Scroll Path Plugin is the perfect JQuery plugin for you.

Related

Scroll (Page) transition effect

everyone.
I'm currently working on a redesign of a site and I found this page transition really interesting and I want to replicate it, but I couldn't find any Jquery library that does this effect.
Can someone tell me how to imitate this? or does anyone knows the library?
https://theundefeated.com/features/are-vance-joseph-and-anthony-lynn-a-sign-of-change-in-the-nfl/
you can google it for jQuery library.
may this link help you http://www.jqueryscript.net/tags.php?/page%20transition/

Menu, HTML5, CSS, Panel, Slide

I have already tried to find an answer for this but can't seem to find it... i want to do something like this
http://es.wix.com/website-template/view/html/748?originUrl=http%3A%2F%2Fes.wix.com%2Fwebsite%2Ftemplates%2Fhtml%2Fall%2F4&bookName=create-master-b-test&galleryDocIndex=4
So, far I got the menu which is working with css3, html and java..... but I can't put this one
http://www.queness.com/resources/html/scroll/horizontal.html
with the menu working together... they won't do ...
This is my website http://www.softglobal.com.mx you can see the menu there... I want to understand how the sliding panels work. so I can do it myself. what am I doing wrong?? I really want to learn and understand how it work in the example and do it myself. Thank you.

Advice about Preloading

Greeting's and thanks for your time.
I just started a new job building a new marketing site for a headphone company. I'am still a student with a year left and I trying to figure out the best way to proceed with a challenge I've been given for this site.
The site is a parallax scrolling site, with movement horizontally and vertically.
The area I need advice on is with the site being a scrolling site there is no natural point to do a page refresh. We have near 25 products, each with several variations totally over 250 images. My boss wants the site to scroll as seamlessly as possible, i.e. the user will move left/right to see the products, then the user moves up/down to see the variations of that particular product.
What would be the most effective means to load these images?
My first thought was to have the pre-loader begin loading everything after the home pages loads. This seems like the easiest solution but probably less effective?
My next thought was to have the scroll trigger additional pre-loader events? I've looked into this and I could use some advice on how to best accomplish this? I'am trying to avoid, within reason, the user seeing a loading gif.
Haven't had a next thought? but please let me in on any other process that might be better.
I'am not looking for an explicit answer, although if you want to provide one... I'am really just looking for advice and hopefully some articles that can get things going.
I was in a similar situation, although my parallax site was just for experiment/fun, but I found https://github.com/protonet/jquery.inview/ to be a possible solution. A loader for the first sections then after that inview would load in the next ones on scroll.

jQuery UI Right-Click Menu AND General Advice Needed

So, recently I have been trying to build a user interface form builder that is almost entirely drag and drop. Kind of like Dreamweaver or visual studios I suppose. You guys can see it for yourselves HERE! I am trying to get a right-click menu thing going, however upon getting this working, I realized that it really conflicted with both the draggable and resizable methods. I don't have to right click at all, however when I go to resize or drag, it won't let me stop it. My cursor gets stuck either resizing or dragging, and requires vigorous clicking and shaking to free it. So, I'm assuming that I need a different plugin. Does anybody know of a stress free simple right-click menu that is hopefully compatible with jquery ui? I've tried google but most of them are simply a different version of the one I've already been using.
My second question is much more vague. As I previously mentioned, I'm trying to make a form builder. I'm wondering what the best way to go about this is as I feel sort of lost. My biggest problems right now are figuring out how I'm going to parse everything into code and export it. Does anybody know of anyone else who has attempted this or something similar? Is there any sort of guide?
I know the second questions has potential to be rather annoying, so feel free to only focus on the first one. Any help is appreciated, and I thank everybody who helps me.
EDIT: Just realized that you guys may not know how to use the builder. So far, all you can do is drag panels out onto the building space, and then drag tables within the panels. You can resize the building space, and panels vertically, and you can resize tables both vertically and horizontally. You can move panels and tables within their parent elements. Right click a panel or table for the contextmenu.
EDIT: So I think I found a context menu that will suffice, here it is. So, I guess that only leaves giving me advice on how to go about constructing this form builder.

How to create an endless picture-show without marquee?

I wrote a module for Joomla! 1.5 which shows the pictures (banners) with the most clicks. Now I want to show this list scrolling on the home-site. With "marquee" there is a break after the last picture.
I've found an advice which said I'll have to create a div-container with overflow: hidden and a second div with javascripte which changes the positions of the pictures.
Can anyone help me to write this code, because I don't get javascripte?
There are plenty of free ones you can get that are already written for you.
Try one of these jquery scripts to do what you are looking for...
http://plugins.jquery.com/project/Plugins/category/48
The best way to implement such feature is looking to this great JQuery Video tutorial and you will have a great product :)
URL: JQuery Spy effect
MOV: Jquery Spy effect
Hope that is exactly what you are looking for.

Categories

Resources