Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Looking at a similar request about changing the transition/fade time in Theater, I tried something similar in
modules>pangolin-galleria>dynamic>js>galleria-pangolin.php
Starting at line 61, then adding a line:
... (represents all the other parameters above)
transition: 'fade',
transitionDuration: 3000,
},
However, it didn't work.
I would like a less abrubt transition between images.
Thanks, and take care,
TBC (The Barefoot Contessa, alias Margo Taussig Pinkerton)
https://www.BCphotoadventures.com/
https://www.BC-FineArtPhotography.com/
perpetual works in progress
Offline
Galleria has different property names
https://docs.galleria.io/article/110-transitionspeed
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
For anyone following this, here's more, now that I've had time to test:
In the Galleria download, go to backlight/modules/pangolin-galleria/dynamic/js and open the galleria-pangolin.php file in your text editor.
add a line after line 61 (transition: 'fade',) to include this:
transitionSpeed: '3000',
adjust the time as needed. This is 3 seconds.
I suggest saving the file using Save As (using the same file name) and putting it somewhere you can find.
Upload the newly saved file to the corresponding file on the server.
Clear your template cache.
That should do it.
If Galleria receives an update, you'll need to do this again.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
OK, so I was on the right track, but I need to make the fade timelonger, at least that is how I hope it will work???
Thanks Rod!
TBC (The Barefoot Contessa, alias Margo Taussig Pinkerton)
https://www.BCphotoadventures.com/
https://www.BC-FineArtPhotography.com/
perpetual works in progress
Offline
transitionSpeed is working for me to make the fade time longer
http://pangolin.barbeephoto.com/galleri … lide-show/
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Can the fade speed or slide speed be changed on a normal album?
Offline
yes.
using the same strategy outlined above and here: http://ttg-tips-and-tricks.barbeephoto. … ide-shows/
go to your backlight download and navigate to backlight/modules/pangolin-album/dynamic/js/ and with a plain text editor, open the fancybox.cfg.php file.
on line 28 is animationDuration : 350,
on line 42 is transitionDuration : 350,
Change these numbers. I'm not really sure what animationDuration means or what it does and wasn't able find anything about it in the Fancybox documentation about it (or transitionDuration, for that matter). It might affect transition effects other than fade (which I'm using)
I started by changing transitionDuration to 5000, and that has a nice effect. The bigger the number the longer that transition time.
I've got it set at 8000 now: http://pangolin.barbeephoto.com/galleries/sitka/
Anyway, play with those two settings to see what they can do.
Make your changes and save the file, using the same name, in a location on your computer where you can find it again.
Upload the file to the corresponding location on the server.
Log into Backlight and clear template cache and then refresh your album.
you may also need to clear browser cache.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks makes it look a lot better, 350 wasnt realy a fade just a slow cut
Offline
New slider in Galleria the next time we post an update.
Offline
Pages: 1