Cronus47 / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Needs updating to support Mootools 1.3 #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With compatibility mode on, the code throws no errors - however the transitions 
don't seem to work correctly.

Thanks.

Original issue reported on code.google.com by s...@aarongray.com.au on 12 Oct 2010 at 1:44

GoogleCodeExporter commented 8 years ago
Yeah, I've noticed the Ken Burns gallery moves at a jarring speed with Mootools 
1.3.

Original comment by onemanan...@gmail.com on 17 Oct 2010 at 4:05

GoogleCodeExporter commented 8 years ago
Have you planned to update slideshow for MT 1.3 whithout compatibility ? I'll 
try to modify for but nothing !!

Firebug said : tween is not defined

As said above erros where thown whith the compatibility mode on Oo

Thank you

Original comment by kles...@gmail.com on 27 Oct 2010 at 5:32

GoogleCodeExporter commented 8 years ago
Anyone have Slideshow updated code for mootools 1.3 ?

Original comment by mauricio...@gmail.com on 5 Nov 2010 at 6:12

GoogleCodeExporter commented 8 years ago

Original comment by aeron.gl...@gmail.com on 19 Nov 2010 at 2:59

GoogleCodeExporter commented 8 years ago

Original comment by aeron.gl...@gmail.com on 19 Nov 2010 at 3:03

GoogleCodeExporter commented 8 years ago
One quick fix for 1.3:

Line 752:
-- var tween = this.getElement('ul').get('tween', {'property': pos});
++ var tween = this.getElement('ul').set('tween', {'property': 
pos}).get('tween');

Original comment by maciej.t...@gmail.com on 20 Dec 2010 at 2:14

GoogleCodeExporter commented 8 years ago
Quick Fix but working Fix, Thank you, works now for MT 1.3 (test with 1.3 With 
compat, try without later)

Original comment by kles...@gmail.com on 10 Jan 2011 at 1:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi, I have fixed the code, running MT 1.3 but the KenBurns effect still does 
not work :-(

Original comment by phoca...@gmail.com on 23 Feb 2011 at 12:45

GoogleCodeExporter commented 8 years ago
Hi
I've tested the slideshow with MT1.3 no compat, it works with the fix but 
fading animation doesn't work. Image chains without fade effect.
It works only with compat MT file

Original comment by ced1...@gmail.com on 23 Mar 2011 at 1:15

GoogleCodeExporter commented 8 years ago
It still moves super fast! It seems to be ignoring any pan or zoom I specify 
too!

Original comment by afin...@gmail.com on 31 Mar 2011 at 9:13

GoogleCodeExporter commented 8 years ago
Updated to Mootools Core 1.3.1 and More 1.3.1.1 (latest). Will post later today.

Original comment by aeron.gl...@gmail.com on 10 Apr 2011 at 11:02