Questions tagged [stellar.js]

A jQuery plugin that provides parallax scrolling effects to any scrolling element.

A jQuery plugin that provides parallax scrolling effects to any scrolling element.

Userful links:

76 questions
13
votes
2 answers

Uncaught TypeError using stellar.js with jquery 3.1.1

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 get this error in console: Uncaught TypeError: f.getClientRects is not a function…
Vixed
  • 3,429
  • 5
  • 37
  • 68
5
votes
4 answers

How to create parallax effect like this?

I've been trying to get build a website with a parallax effect like the one on this website: http://www.sparksandhoney.com/the-open-agency-index/ or http://www.sparksandhoney.com/press-index/ I've been trying to use stellar.js, but I can't seem to…
4
votes
0 answers

Applying a scaling transform on a currently transforming element

I'm using stellar.js and iscroll-probe.js (part of iScroll 5), to handle scrolling on a mobile device, in a HTML5 app built with Ionic (using Cordova). My issue is that I am telling stellarJs to scroll using transforms scrollProperty:…
Ben Taliadoros
  • 7,003
  • 15
  • 60
  • 97
4
votes
1 answer

Adding multiple layers

I'm using the framework Cool Kitten for a parallax project (because it's responsive). This framework is using stellar.js, which supports multiple parallax layers. Cool Kitten doesn't provide any documentation, and it's not possible to use the…
holyredbeard
  • 19,619
  • 32
  • 105
  • 171
3
votes
2 answers

stellar.js - fine in JSFiddle but jerky locally?

I have just started working with stellar.js (Parallax jQuery library), and it seems pretty easy to use, however it is really jerky/jumpy when you scroll with the mouse wheel (less so when you drag the browser scrollbar manually. Oddly, it is…
wickywills
  • 4,024
  • 2
  • 38
  • 54
2
votes
2 answers

How to send Lumens to an uninitialised stellar address pragmatically

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 funded the 1st account with test-net coins using friend-bot and left the 2nd account empty. Now…
Paras
  • 3,191
  • 6
  • 41
  • 77
2
votes
0 answers

js-stellar-sdk in NativeScript

How I can use in a NativeScript project the js-stellar-sdk JavaScript library: https://github.com/stellar/js-stellar-sdk I have a service in the Angular project sharing with a NativeScript project. In the Angular project, was easy to use it. I have…
Alex Bean
  • 493
  • 7
  • 19
2
votes
0 answers

How to setup Docker Stellar Horizon with complete sync over Pubnet?

I'm trying to sync my Horizon with complete Catchup i.e all the data since starting of Stellar Horizon Docker "history_elder_ledger": 1, "core_elder_ledger": 1, Using horizon from https://github.com/stellar/docker-stellar-core-horizon I…
2
votes
0 answers

Stellar Parallax Background with Dynamic Page Height - Issue

I have posted a video screen grab of my issue here: http://whataprettyface.ca/datastellarissue.html I have a single-page site with a dynamic vertical height that expands when certain sections are called upon. If the user calls a photo gallery from…
hipsiguy
  • 59
  • 5
2
votes
0 answers

How can I make stellarjs work with webpack?

I'm using webpack to handle my js task. Now I import stellajs in my main script by this: import $ from 'jquery'; require('imports?define=>false!./jquery.stellar'); Or import $ from 'jquery'; import './jquery.stellar'; But I always got Uncaught…
bnqtoan
  • 779
  • 1
  • 7
  • 14
2
votes
0 answers

Parallax-background with stellar.js size-issues

I've got a little issue with parallax-backgrounds in my project. I am using stellar.js because it seemed easy enough to use. Now I am running into some issues concerning the height of the background-images. You can see the current issue here:…
Florian
  • 21
  • 1
2
votes
1 answer

Stellar Parallax to run on desktop, static image on mobile device

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 image at half the speed the user scrolls down the page creating a nice effect. I originally used…
Paul O'Shea
  • 69
  • 10
2
votes
1 answer

css background-size: contain ignored on IOS?

i am using stellar.js on my site. this works perfectly on all devices and browsers, except of iOS Safari. You can find an example of this error here: http://www.pencilscoop.com/demos/Parallax_Project/Part1/index.html On iPhone Slide 7/8 looks like…
vtni
  • 950
  • 3
  • 14
  • 43
2
votes
3 answers

Angular.js directive using stellar.js used multiple times - only the first one works

I wrote an angular.js directive which uses stellar.js for parallax effects. When I call the same directive multiple times one after another, stellar.js will only work on the first one. I read about $.stellar('refresh'); which should re-initialize…
2
votes
1 answer

Stellar vertical offset - background scrolls down creating a whitespace

I have searched and researched stackoverflow but couldn't find any good answer that might help me. I am using stellar.js to create parallax backgrounds, but sometimes as I scroll the page, the background goes down, creating a white space (instead of…
1
2 3 4 5 6