120 questions
1
vote
0
answers
26
views
Can't make responsive images work with parallax.js - plus image missing from jsfiddle
I have a mixture of scrolling and parallax images. I need one of the parallax images to be responsive - either scale with the width of the viewport (preferred), or display a different image.
Or ...
0
votes
1
answer
216
views
How to disable parallax.js on element click
I want these class elements to be deactivated in their current coordinated positions (without resetting the position) when clicked.
<div id="scene" data-relative-input="true">...
-1
votes
1
answer
236
views
How to make one fixed background with parallax scrolling
Is it possible to have one fixed video gif page and then when I'm scrolling things just add up on that fixed video gif page.So it will be only one page but things will be adding up when user is ...
0
votes
1
answer
120
views
Can page load with parallax effect faster in Next.js?
My page get 50% from Google Page Speed: https://tikex-dev.com
The template page I replicating get 72% on desktop.
http://themes.framework-y.com/codrop/music/
Why they page load faster? I see a black ...
0
votes
1
answer
3k
views
How to pass custom html attributes in Next.js?
When I pass following attributes, Next.js raise warning. Is it a way to avoid?
<div
className="col-lg-6"
data-anima="fade-bottom"
data-time={1000}
></div>
...
0
votes
2
answers
179
views
How to add text over parallex scroll(jquery plugin)
I was using the jquery plugin:- https://github.com/pixelcog/parallax.js/, to create a parallax scroll in a website.
I installed parallax using npm and also included:-
<script src="https://code....
0
votes
0
answers
170
views
parallax library not working in component (Vuejs)
im trying to install the universal parallax library, however when i call in my component nothing appear. no error appear also, can anyone help me? i would really appreciate, im not sure what is ...
0
votes
1
answer
180
views
Scaling image in Parallax.js
I apologize in advance for my English, I'm using Parallax.js on my page and I ran into the following problem. The picture that I use to create the parallax has a resolution of 3160x2840 but my screen ...
1
vote
0
answers
90
views
Bootstrap4 button collapse and Parallax-js not displaying correctly
Bootstrap collaspe div is not pushing the parallax div, but instead going on top of it.
See here: https://codepen.io/carlo-designer/pen/zYZoNYM
Code is below:
<div class="container my-5">
&...
0
votes
2
answers
167
views
Parallax.js displays expected behavior on desktop and ios devices but not working on android devices
I implemented the tool as per the instructions at https://pixelcog.github.io/parallax.js/ (also watched a YouTube tutorial on it before that). It works perfectly on desktop sites (and shows graceful ...
0
votes
1
answer
3k
views
Parallax with mouse
I'm trying to 'transform' elements, img here when the mouse moves on the page. I have integrated a vanilla code to create this effect and thought I understoond it but it seems I was wrong. The element ...
2
votes
0
answers
712
views
React doesn't recognize Parallax.js
I am trying to install https://github.com/wagerfield/parallax/, I already read the documentation, and I got a sample of how to use it in javascript, I am going to use it in React, so, with that sample ...
0
votes
0
answers
75
views
Parallax Background Image Slightly to the left
I am using stellar.js to create a parallax effect on my webpage. The problem is that the background image is slightly to the left. Here is the js code I'm using:
function() {
if ( !isMobile.any()) ...
0
votes
0
answers
124
views
Parallax.js: Image not showing up
I'm using parallax.js to give a parallax effect to my images. I have one background image and one layer image. I tried to follow a tutorial on Youtube but the images don't seem to show up. I have gone ...
0
votes
1
answer
61
views
Issue when resizing overlay on Parallax
I just bought this template.
When resizing the window under 991px, the overlay does not fit the section because of padding 60px. Do you know what I can do to resolve this ?
0
votes
1
answer
895
views
parallax-js : make the element moving by itself
Following the tutorial : https://github.com/wagerfield/parallax/issues/277
I try to make some Parallax, It works when my mouse move but I would like to make it move by itself like the clouds here : ...
0
votes
1
answer
1k
views
How to add accelerometer parallax effect in Flutter?
I want to shift background image according to device orientation and angle.
All Flutter parallax implementions which I found were using scrolling events to shift image. But how to do the same using ...
0
votes
0
answers
118
views
Parallax double background mouse move image effect
Thanks for read this post.
I have a website with this section:
With this code:Actual Code
I need to give to the rocket image a little move when the user move the mouse, I have try to reach this ...
2
votes
1
answer
642
views
Can jekyll support parallax effect?
I created a blank jekyll blog and I included parallax.js with CDNlink and the link is :
(script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/parallax/3.1.0/parallax.min.js">)
...
0
votes
1
answer
884
views
parallax.j and owl carousel 2 slider
I have owl carousel 2 slider and I'm using parallax.js to create parallax effect on div background. https://pixelcog.github.io/parallax.js/
My problem: slider dots does not switch the images - when I ...
1
vote
1
answer
313
views
Re-firing parallax.js when using Ajax Load More
I am trying to incorporate Parallax.js (jQuery) and Ajax Load More (WordPress plugin) to the same page. When Load More changes the length of the page, the parallax images should re-position themselves ...
2
votes
0
answers
294
views
How to add the full page parallax scroll on a one-page website
I would like to add the full page parallax scroll effect on a one-page website, but I have no idea how to add this effect.
I have tried to set up the section height: 100vh, but the result goes out ...
1
vote
0
answers
85
views
Parallax is not scrolling
I'm using the parallax.jx. It shows the image just right, but the image doesn't scroll at a lower speed, it is fixed on the page. Does anyone know why it does this and how I can fix it?
HTML:
`<...
2
votes
1
answer
1k
views
Using Parallax.js in Angular throws error "Cannot read property 'getAttribute' of null"
I am using parallax.js (https://github.com/wagerfield/parallax) for an mouseover parallax effect. I added the script to my angular app via cdn and script tag.
In the console it shows this error:
...
1
vote
0
answers
336
views
Position a hover-parallax on an image within a div?
I have a parallax hover section which I have on top of some text and a CSS background image. The issue I'm having is that the section does not sit flush inside my div/header, and even worse so when I ...
0
votes
1
answer
647
views
Can I use gsap, parallax.js in angular7
I'm new to angular Im planning to create a website with parallax.js and gsap tweenmax effects with angular7. I want to know where do I get some reference regarding with this
1
vote
0
answers
323
views
Positioning Parallax Hover Layers
I'm teaching myself how to create a parallax hover image using 5 layers, which is working perfectly, and I am able to resize the layers alright, but I'm having trouble with the positioning.
When ...
2
votes
1
answer
565
views
jQuery Parallax not scrolling after click event changes height of other element
I am using Parallax.js in my wordpress site. On one of my pages, I have a click event and when its executed it adds a class to an element (not the parallax element) which adds height to the non-...
1
vote
1
answer
213
views
Parallax Effect for HTML Elements [closed]
I am looking for a parallax effect that I can apply to a HTML ELEMENT. I have gone through so many libraries available on internet, and all of the parallax effects are applied to a element that ...
0
votes
1
answer
382
views
Bootstrap collapsible not pushing down parallax
I got a website that was working earlier, and suddenly my bottom collapsible doesn't push the parallax down, it does push my <hr> down and also the footer, but not the parallax window.
/*@...
0
votes
0
answers
245
views
How to position several elements in the center with parallax.js?
I am trying to recreate a painting of an artist using parallax with the elements that make up the collage, but I can not understand well how to position the elements or that it is centered to the ...
1
vote
0
answers
579
views
js parallax effect not working in two background section on page
I have a parallax function applied in two backgrounds sections on the homepage.(1 and 4 sections)
The parallex works correct on the first section but on section 4, the image disappears.
$(window)....
0
votes
0
answers
107
views
how to create a parallax.js's effect with parcel-bundler?
parallax plug is here https://github.com/pixelcog/parallax.js
I was already installed " npm install jquery ".
1
vote
0
answers
707
views
Scrolling parallax effect for Narrative Theme - Shopify
I am building my online store lately with Shopify but I would like to have the scrolling parallax effect for the header in the theme. I am trying to do this for hours and wasn't able to make it work.
...
0
votes
1
answer
2k
views
CSS Parallax effect height to 50%
I am currently using a parallax effect which takes the whole background of the front page.
My problem is that I want to set the height to like 50%.. but thats not working.
Code:
<header class="...
1
vote
1
answer
119
views
I want to add an ease transition to mouse parallax
I've been working on a project. this is a mouse parallax jquery code. At the moment the elements have linear motion. what i'm looking for is after the mouse stops the motion has to continue for like ....
0
votes
1
answer
783
views
Building array for jsPDF not including null variables
I’m trying figure out something that has led me to the point of not even seeing the wood through the trees. I’m a noob when it comes to JavaScript and I would normally use a database to sort this but ...
0
votes
1
answer
860
views
overflow : hidden not working on Firefox
I am using the fullPage JS plugin along with the parallax JS plugin. There is an animation which features circles expanding and the parallax on it. I need to hide the circles and am using overflow:...
1
vote
1
answer
2k
views
parallax.js - links not clickable and cursor : pointer not working
I have a few images working as social media links. I added parallax.js (http://wagerfield.github.io/parallax/) to add the parallax effect, and after that, I can't click on my links. I have also added ...
0
votes
1
answer
528
views
Background image zoomed in while using Parallax.js jQuery plugin
I added the parallax.js jQuery plugin and the effect works, but not properly. The background is zoomed in and the image is glitchy on scroll. I added additional variables listed in the documentation ...
0
votes
4
answers
4k
views
Image with parallax effect on full screen page without scrollbars
My landing page needs to be 100vh / 100vw with no scrolling. The background is an image with a parallax effect so when the mouse moves the image moves.
I'm struggling to work out how to make it work....
2
votes
1
answer
681
views
Parallax js with bootstrap
I am trying to implement parallax effect in my code for that I am using parallax js. I want the images of my page to start moving with the data-scalar-x and data-scalar-y values as soon as I hover ...
0
votes
2
answers
7k
views
jquery parallax.js not work
I've been trying more than 10 times to use parallax.js jquery plugin. But it doesn't work. I don't understand what's going on with me.
plugin Site: http://matthew.wagerfield.com/parallax/
my demo ...
1
vote
1
answer
1k
views
Scaling in parallax.js
As part of a web project I'm making, I'm using the parallax.js library. What I am trying to do is have an image fill up the entire viewport, and when the user moves around their mouse, the image moves ...
1
vote
0
answers
462
views
Parallax scrolling effect not working on github pages
I have been working on a simple parallax scrolling web page that works well on my local machine but did not take effect when I uploaded to github pages. I am using scrollr.js (javascript library for ...
2
votes
1
answer
1k
views
parallax plug in not showing image
Parallax plugin is not working in my html file. Please help me to fix the bug.
I have created a HTML document where I have used parallax image effect in a div.
https://github.com/munadilfahad/exam-...
0
votes
1
answer
6k
views
Parallax Effect on Text
A perfect example of what I am looking to achieve is on this page as soon as you land on it (parallax BG, text fades, and text is parallaxed):themenectar.com
I am using parallax.js for my backgrounds ...
2
votes
1
answer
768
views
Trouble setting up Parallax.js
I'd like to use Parallax.js for a project, but so far I've had trouble getting it to play nice with an existing site.
Here's where I'm getting hung up:
I want to apply the plugin to an element whose ...
0
votes
1
answer
1k
views
Parallax scroll issue with absolute positioned elements
I am trying to create a website that looks like this
And the idea is to make a parallax scrolling the content over the background image.
Im not sure what would be the best approach to have the image ...
1
vote
1
answer
1k
views
Remove parallax.js image when screen get's smaller
I'm using parallax.js to add parallax effect on my website. I would like to remove the data-image-src property when the screen size is smaller that 767pixels.
I know I should use @media screen and (...