Is there a way to control the Wheelup or WheelDown functions from template wizard? I'm trying to have producers control that function so they can choose where on the page they want to land.
Announcement
Collapse
No announcement yet.
BroswerCEF
Collapse
X
-
Check out this example, maybe thats an alternative. Just animate the duration it needs to scroll to get to the right spot. To keep a consistent scrollspeed this works well and you can control the keytime of the endkeyframe.
https://www.dropbox.com/s/jhy50ldrg4...croll.via?dl=0Last edited by Lars Henriksen; 06-09-2020, 09:57 AM.
-
That feature is not directly there as you only have to set an increment value and then step the amount of times with that said increment to get to where you want to stop. We ended up doing a screendump of an entire page and then in the scene you adjust the endframe where you want the picture to stop. That way you dont have to worry about internet connection or javascript plugins not being supported in the CEF browser plugin. It was lowtech but worked reliably, also with preview.
Comment
-
There is a dropbox link further up in this post, here it is another version of the scene with both types of webpage reviews. https://www.dropbox.com/s/cosf9eqot2...bpage.via?dl=0
Comment
-
-
Its an addon to firefox called Fireshot, its a piece of cake to do. Click select and save
https://getfireshot.com/
Fireshot.PNGYou do not have permission to view this gallery.
This gallery has 1 photos.
Comment
-
We used this code in the CEF browser to remove the topbanner. Put it in the ScrollBy section.
Code://var rect = document.querySelector('.site-wrapper').getBoundingClientRect(); //window.scrollTo(0,rect.top); //document.write("<p>" + Date() + "<p>");
Comment
-
I dug out some SocialTV examples from Viz, There is a rather nice script for controlling the browser plugin. Enjoy
https://www.dropbox.com/s/62ehu66n4k...r_Viz.via?dl=0
Comment
Comment