I am new to stellar so please bear with my question if it sounds too basic. So, using the stellar laboratory, I created two accounts lets name 1 and 2 ...
I am new to stellar so please bear with my question if it sounds too basic. So, using the stellar laboratory, I created two accounts lets name 1 and 2 ...
I'm trying to use stellar with bootstrap v4, jquery 3.2.1 but it returns error "Uncaught TypeError: elem.getClientRects is not a function" jsfiddle l ...
EDIT: sample of the problem: https://codepen.io/wa23/pen/yooGyO Make the live render window as tall as possible to see the effect. Start scrolling fro ...
I'm trying to have a simple parallax effect on a background image using Stellar.js...what am I doing wrong? My HTML: CSS ...
I'm using stellar.js for a parallax image effect. I'm trying to pass a variable to the stellar.js init function but it's not working. The plugin is in ...
In a single page I'm including only jQuery 3.1.1 and stellar.js for a parallax scrolling effects, but when I try tu use it as $(window).stellar(); I g ...
Which npm module do I have to install to use the code below in my react app? Tried multiple solutions but still nothing works, and issue is quite s ...
How do I have to configure my React project to be able to use the code below: I'm using Webpack and ProviderPlugin, and design is ready - only thin ...
Details : Using Atom File Editor with Mac OS X, Making a new site on localhost and after saving it I check changes on chrome browser. Right now i have ...
I'm writing an html page with parallax using stellar.js. In CSS I use: But the image is cut and the bottom of the image is not visible. Is it poss ...
I've been asked to help diagnose issues with a website which uses stellar.js to create a parallax type effect that continues to work on mobile devices ...
I'm searching for a way to scroll 2 div container of different height, placed on top of each other, with a parallax effect. I found that probably ste ...
The issue is as follows: backgrounds do not float slowly on scroll, they just change each other smoothly, but there is no 'depth effect' as I've seen ...
My website is using Stellar.js to create a parallax effect on a number of images that cover the width of the users screen. Stellar scrolls across the ...
Hi guys I'm using stellar.js and it is working quiet well for desktop devices. But on mobile devices the background-image will be displayed only a par ...
I'm trying to build a very simple parallax scrolling example in JSFiddle using Stellar.js. Here's my Fiddle https://jsfiddle.net/ymrhu0mo/6/ What a ...
I have built a parallax scrolling site, however I'm having trouble disabling stellar.js for mobile devices. My HTML and CSS are okay but I'm very lack ...
I know there are other similar questions on this, believe me, I have been at this for almost two days now. I am trying to use StellarJs to create a p ...
I have implemented parallax on a website by following the tutorial posted on the below link which uses stellar.js and iScroll for mobile : http://mark ...
I have a weird issue with horizontal scrolling to the right I already made html/body width max at 100% and overflow-x hidden no elements outside ...