We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13b66e commit b254ad1Copy full SHA for b254ad1
src/libs/ParallaxController.js
@@ -315,6 +315,14 @@ function ParallaxController() {
315
* -------------------------------------------------------
316
*/
317
318
+ /**
319
+ * Gets the parallax elements in the controller
320
+ * @return {array} parallax elements
321
+ */
322
+ this.getElements = function() {
323
+ return elements;
324
+ };
325
+
326
/**
327
* Creates a new parallax element object with new id
328
* and options to store in the 'elements' array.
0 commit comments