You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Space.js rocks, and though it's been said it's not "ready" for production, well, it's too cool not to put to use already! However, I have so far encountered this problem while using space.js on an experimental rendering of a e-book here.
But what I have noticed, is that upon reaching the very last chapter (without even attempting to scroll beyond it), it is rendered/displayed with nonoptimal opacity - this last .space-frame is stuck at opacity: 0.6257;.
Can't it progress to opacity:1; once we've hit the very last .space-frame? Or is this a feature?
Checkout the book linked above, and scroll to the last chapter to see my concern. Otherwise, I see lots of potential in this technology!
Oh, btw, could I remedy this by omitting the fadeOut on the very last space-frame?
The text was updated successfully, but these errors were encountered:
Hi! Glad you think so! Worked really way for that ebook! This is a bug I've been fighting a while; sometimes it disappears and then it comes back! I'll try to look into it over this weekend! For now, you can try and just add an empty frame at the end, or maybe trying out different values of duration on the last frame? Maybe data-duration="0.6257" will do the trick? :)
Space.js rocks, and though it's been said it's not "ready" for production, well, it's too cool not to put to use already! However, I have so far encountered this problem while using space.js on an experimental rendering of a e-book here.
In this book, each chapter is nested inside of
But what I have noticed, is that upon reaching the very last chapter (without even attempting to scroll beyond it), it is rendered/displayed with nonoptimal opacity - this last
.space-frame
is stuck atopacity: 0.6257;
.Can't it progress to
opacity:1;
once we've hit the very last.space-frame
? Or is this a feature?Checkout the book linked above, and scroll to the last chapter to see my concern. Otherwise, I see lots of potential in this technology!
Oh, btw, could I remedy this by omitting the
fadeOut
on the very lastspace-frame
?The text was updated successfully, but these errors were encountered: