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
1
vote
0 answers

Stellar.js responsiveness without resizing the window

Okay this is a rather complicated setup/question so I will try to explain it as clear as possible. Right now stellar parallax is working great on my site with no issues whatsoever. this was accomplished by setting the responsive property in…
George Ding
  • 31
  • 1
  • 3
1
vote
0 answers

ng-src display:none issue, src works

I have an issue in that when I scroll up my image is appended with display: none at one point (when my pageYOffest is 46) then removed, causing a flashing effect. When I replace the ng-src with src it works fine, however I need ng-src as I will be…
Ben Taliadoros
  • 7,003
  • 15
  • 60
  • 97
1
vote
1 answer

Turn Stellar.js on and off runtime

Is there a way to turn stellar.js on and off in code? I've tried to call "stellar" method with different parameters but seems like it only works once: $(document).ready(function() { $.stellar({ verticalScrolling: true, …
Mee
  • 458
  • 1
  • 6
  • 21
1
vote
1 answer

Disable horizontal scroll on parallax

I made a site parallax scrolling, using slider and stellarjs. This works well for scrolling up and down, but it also scrolls horizontally and I do not want. So i want to disable horizontally scrolling and keep my width at 100% of user screen or at…
user3225427
  • 21
  • 1
  • 3
1
vote
1 answer

Bootstrap javascript breaks links

I'm developing a WordPress site using the following technologies: stellarjs waypoints.js evidently jquery jquery easing jquery masonry jquery imagesloaded prettyPhoto and bootstrap Some combination of these scripts makes it that the links inside…
1
vote
1 answer

Multiple vertical-offsets for multiple elements with JQuery Stellar?

I have installed the Stellar plugin and have it working as such: $.stellar({ horizontalScrolling: false, verticalOffset: -600 }); But I have 2 different elements with 2 different background images. I need to set the verticalOffset…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
1
vote
0 answers

stellar js moving objects horizontally issue

I have been looking for a way to make objects move horizontally on vertical scrolling. I found this great answer from plugin's author. So the code to move things horizontally looked something like this: $.stellar.positionProperty.apple = { …
Jaypee
  • 1,272
  • 5
  • 17
  • 37
0
votes
0 answers

How Can I connect the account stellar to an email with javascript?

I want to change the public key to email and the private key to password with javascript, Does anyone have an idea of how it works, please? ` const fs = require ('fs') const stellar = require('stellar-sdk') const fileName=…
Sophia
  • 11
  • 2
0
votes
0 answers

Stellar-core transactions not supported

I am getting tx_not_supported. I have compiled stellar-core 1.15.0 and launched the network. I am able to use the horizon and see the root account balance. However when trying a transaction/create account, I am getting tx_not_supported.
0
votes
0 answers

'RegeneratorRuntine not defined' error when trying to make async calls from a react App

I have looked at other threads which are about the same error, but none of them seemed to be helpful in my case. I have a react app, it is a fork of this code: https://github.com/stellar/laboratory. The change I am trying to make is I am adding…
Deb
  • 349
  • 1
  • 3
  • 11
0
votes
0 answers

No parallax plugins are working for my website

I'm trying to use the Stellar Jquery plugin to have a parallax scrolling on a background image, but it does not appear to be working, I've tried many different variables