summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/blogs')
-rwxr-xr-x[-rw-r--r--]StoneIsland/www/js/lib/blogs/ArchiveView.js0
-rwxr-xr-x[-rw-r--r--]StoneIsland/www/js/lib/blogs/BlogView.js0
-rwxr-xr-x[-rw-r--r--]StoneIsland/www/js/lib/blogs/HubView.js0
-rwxr-xr-x[-rw-r--r--]StoneIsland/www/js/lib/blogs/PageView.js0
-rwxr-xr-x[-rw-r--r--]StoneIsland/www/js/lib/blogs/StoryView.js6
5 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/ArchiveView.js b/StoneIsland/www/js/lib/blogs/ArchiveView.js
index 254df6d1..254df6d1 100644..100755
--- a/StoneIsland/www/js/lib/blogs/ArchiveView.js
+++ b/StoneIsland/www/js/lib/blogs/ArchiveView.js
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js
index 9b49abbd..9b49abbd 100644..100755
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/www/js/lib/blogs/BlogView.js
diff --git a/StoneIsland/www/js/lib/blogs/HubView.js b/StoneIsland/www/js/lib/blogs/HubView.js
index 49c05ff6..49c05ff6 100644..100755
--- a/StoneIsland/www/js/lib/blogs/HubView.js
+++ b/StoneIsland/www/js/lib/blogs/HubView.js
diff --git a/StoneIsland/www/js/lib/blogs/PageView.js b/StoneIsland/www/js/lib/blogs/PageView.js
index 4bf05430..4bf05430 100644..100755
--- a/StoneIsland/www/js/lib/blogs/PageView.js
+++ b/StoneIsland/www/js/lib/blogs/PageView.js
diff --git a/StoneIsland/www/js/lib/blogs/StoryView.js b/StoneIsland/www/js/lib/blogs/StoryView.js
index 84684ff7..6450f0a1 100644..100755
--- a/StoneIsland/www/js/lib/blogs/StoryView.js
+++ b/StoneIsland/www/js/lib/blogs/StoryView.js
@@ -58,7 +58,11 @@ var StoryView = ScrollableView.extend({
this.$content.find("[data-id=" + id + "]").addClass("active")
var section = this.sections[id]
- this.$img.attr("src", section.image.uri)
+
+ this.$img.fadeTo(110,0.65, function() {
+ this.$img.attr("src", section.image.uri)
+ }.bind(this)).fadeTo(130,1)
+
this.deferScrollToTop()
},