Skip to content

Commit

Permalink
feature: ScrollScene.startOffset
Browse files Browse the repository at this point in the history
added method `ScrollScene.startOffset` to get the current scroll offset
value at which a scene will trigger.
Also renamed `startPosition` to `triggerOffset` for clarification
purposes.
Left startPosition for compatibility, but marked as deprecated.
  • Loading branch information
janpaepke committed Apr 15, 2014
1 parent 7410b2e commit 9077dab
Show file tree
Hide file tree
Showing 10 changed files with 310 additions and 100 deletions.
2 changes: 1 addition & 1 deletion ScrollMagic.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ScrollMagic",
"version": "1.0.6",
"version": "1.0.7",
"title": "ScrollMagic",
"author": {
"name": "Jan Paepke",
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ScrollMagic",
"description": "The jQuery plugin for magical scroll interactions.",
"version": "1.0.6",
"version": "1.0.7",
"homepage": "http://janpaepke.github.io/ScrollMagic/",
"author": {
"name": "Jan Paepke",
Expand Down
Loading

0 comments on commit 9077dab

Please sign in to comment.