jor_carouselManipulation 11.0

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: jor_carouselManipulation_update 5

Post by supersonictt »

Jordan,

Thank a lot for the reply :)
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: jor_carouselManipulation_update 5

Post by supersonictt »

Jordan, sorry for that, but I forgot to ask something:
Is there any code the I can add to the objects in the carousel to pause on hover while one of the effects is selected?
Am aware of the "class" to be added inside the tag while there is no effects.

Thank you :)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

no, no specific code, there is nothing to target in the carousel to create a pause on hover
jor_carouselManipulation creates it's own interval for the carousel, that's how it can stop/start it
so, without jor_carouselManipulation you can't, not in a simple way, nope
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

hi, this is great , can we make this so if clicked on control images or anywhere in a page to stop playing? i am intending to use it as a site menu and i want to stop playing on clicking on pagination or the next/prev items... is it possible?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

hi itsme,

a note first, jor_carouselManipulation at the moment only works on non-effect with WB9!

yes, you can pause the carousel with a WB Text Object (not image) in jor_carouselManipulation – (=NEW TIMER – pause/resume)
or you can create a pause on hover by adding a class to an object – (=EXTERNAL NAV. MAN. – external by class | pause)
in the download is a starting project that has many examples – jor_carouselManipulation_easystart.wbs
take a look at the examples and also the pdf manual
if you get stuck then give a shout and tell me where it stops for you, be glad to go from there!
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

thanks jordan, appreciated such effort, it is great actually

my need was to pause/resume on an image, or probably an image for play and image for pause, but i see it is not possible only for text!? why? i mean the text seems more hard to implement :lol:

okay for the class i have no idea, will try that and read the pdf also, so you mean i have to add this class in all possible clickable places so it will pause!?!?


Mike
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

nope, the class for pause (on hover) does exactly that, it pauses the carousel on object hover
it will not keep the carousel paused but will resume the carousel on mouse-out

yes, the text object is indeed harder to implement, but it gives the end-user a nicer experience in feedback I think

if you know a little custom coding it isn't hard to achieve what you want
you can use the function that is already there and make any object interact with it
I could make a property to add a class to objects to interact with the pause/resume text if you want ?
this way you could use images, but they will act as a switch just as the pause/resume text, single image – pause/resume
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

yes that will be indeed appreciated if you can help me
ok the need is to to use the carousel as a menu for a small site, it is 6 pages carousel
i need to start playing on page loading, that is fine (i will put it as 12 second to start moving pages...)
but, if hovering anywhere around the carousel i need it to stop, so the user can choose what to click!! otherwise he will be confused if kept playing
the normal functionality of wb carousel does do that ok, but i can't pause or resume it
also all navigation menues are images (next, previous, menues to specefic pages in the carousl are all images) so if i put the play,resume,next,previous images as well then it will look much more nicer for sure
any help is appreciated and thanks a lot in advanced in all cases

Mike
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

hello itsme,

I can not create a new function for a play and stop image
my offering was/is to create a function that hooks into the existing pause/resume text function
so you can click on an image and the text object switches between it's 2 existing states
not a complete new function that allows one image for stop and one image for play
implementing that would take much more work

also, what you describe, what you want on pause on hover can also not be achieved with jor_carouselManipulation
cause a pause on hover as implemented by jor_carouselManipulation stops/start the interval
In your example that would result in nothing less then confusion, cause each pause on hover would create a 12sec delay

the way you want to use the carousel is possible, but it takes a lot more custom coding to achieve that
I plan on creating a new version of jor_carouselManipulation for WB9, I will take your ideas with me, that will not be the near future tho:(
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

its ok my dear, appreciated your efforts really, it is one of the prefect extensions indeed

i tried to use the charmap function and use play sign and the pause sign as instead of the image (it is a text but shapped one, try run >charmap> see the symbols) but didn't work!
;4873

so for my case, its necessary if someone clicks anywhere in carousel to stop the play, it is better not use the extension, the normal carousel functions will do it for me

remains one thing, how if i want to use only the progress bar and the slider? i mean regardless to all other functions in the extensions, is it possible?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

i tried to use the charmap function and use play sign and the pause sign as instead of the image (it is a text but shapped one, try run >charmap> see the symbols) but didn't work!
what is the charmap function ?
so for my case, its necessary if someone clicks anywhere in carousel to stop the play, it is better not use the extension, the normal carousel functions will do it for me
not if you want to use 2 images, 1 for play 1 for stop, that is not possible, 1 image as a play/stop switch is possible
remains one thing, how if i want to use only the progress bar and the slider? i mean regardless to all other functions in the extensions, is it possible?
not possible, all functions are tied to jor_carouselManipulations internal structure, it's timing
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

hi again

ok by charmap i mean, because it is only text available that i can write "play" "resume" "pause"...etc --- So i thought to go to windows start > run > type there "charmap" and see those text symbols, they usually appear like symbols but they are basically text, so i said might be able to use them instead of the text "play, pause" :lol: but didn't work :roll: it seems that doesn't support special characters...

well, you said an image for play/pause is possible instead of the text, so where is it? how to use it? do you mean you will create a new version only for me!? although i appreciate it, but also i know will take long time from you side dear :oops:

ok for the pausing thing, just look at it from this position, see the standard carousel of wbb, if u click anything like page number or next buttons (even through events via other object), it stops moving... that is logic,, what is the use if user is clicking on a page number to see it or go next purposely to read then the carousel keep playing alone while he is reading page contents right!?!?

with respect to your extension and your work, for my scenario, the normal object wbb standard carousel will do best what i need, i only liked the progress bar and the slider which i really want to know how to add them to the standard carousel without modifying any standard functionality of the carousel, can you just lead me where to see such tutorial or what to do?

thanks in advanced anyway, appreciated your time

Mike
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

ok by charmap i mean, because it is only text available that i can write "play" "resume" "pause"...etc --- So i thought to go to windows start > run > type there "charmap" and see those text symbols, they usually appear like symbols but they are basically text, so i said might be able to use them instead of the text "play, pause" :lol: but didn't work :roll: it seems that doesn't support special characters...
ah ok I see, like your creative thinking:)
well, you said an image for play/pause is possible instead of the text, so where is it? how to use it? do you mean you will create a new version only for me!?
tailor made as far as single image control - adding much more code would just make it harder to create a new version if I ever get to it
this is pretty simple – LINK REMOVED
ok for the pausing thing, just look at it from this position, see the standard carousel of wbb, if u click anything like page number or next buttons (even through events via other object), it stops moving... that is logic,, what is the use if user is clicking on a page number to see it or go next purposely to read then the carousel keep playing alone while he is reading page contents right!?!?
hmmm, this a different scenario you sketch here, in any case …
the logic regarding that in jor_carouselManipulation is 4 fold …
01. each event (next/prev/pager/slider/class – int + ext) is bound to a pause on hover (the carousel will not keep running on event hover)
02. an optional progressbar is provided to give the end user a visual feedback of the running state
03. an optional pause/resume in the form of a text object is provided to give the end user the ability to control, as well as a visual feedback
04. an optional pause on hover by class is provided to add additional pause/resume control
If you don't use any of these options then that's a choice, your choice
with respect to your extension and your work, for my scenario, the normal object wbb standard carousel will do best what i need, i only liked the progress bar and the slider which i really want to know how to add them to the standard carousel without modifying any standard functionality of the carousel, can you just lead me where to see such tutorial or what to do?
the jQuery slider and progressbar are standard jQuery components
all information can be found here http://jqueryui.com/ see on the left side (slider + progressbar) – see API documentation

hope this helps ...
Last edited by jordan on Sat Sep 14, 2013 10:31 pm, edited 1 time in total.
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

this is really perfect dude! thanks a lot
just consider what we said about in your next version, it will add real value to the carousel :D
regarding adding progress bar and slider bar to my defualt wbb carousel using my modest skills, i pass :) too hard for me dude :roll:

appreciated again :)

Mike
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 6

Post by jordan »

jor_carouselManipulation update 6

00. note : jor_carouselManipulation rewritten (all fn. comp. w/ WB9 carousel)
01. changed : removed - option effect type + first slide - set in carousel now
02. new : multiple instances (WB9)
03. new : start/stop by external WB objects
04. new : pause/resume objects by class on active pause/resume Text object
05. new : background properties per frame (color/image/repeat/etc)
06. additional : other internal improvements

for full update history, new demo and download see top post
fredphoesh
 
 
Posts: 62
Joined: Thu Nov 15, 2012 7:00 pm

Re: jor_carouselManipulation_update 6

Post by fredphoesh »

Hello Jordan,

First off, thanks for creating things like this for WB... much appreciated.

I have a carousel on my website but the problem is, when someone clicks on a video to play, the carousel moves on and the video disappears but can be heard still playing! I want a click to play to stop the carousel and heard your extension can do that... but I cannot figure it out.

I added your extension to the same page as the existing carousel (placed to the side away from other elements) I have fiddled with all parameters that mention pause... but cant get it to do anything, and I am guessing I am not doing the basics correctly.

Any chance you could give me a very basic how-to? I have read the PDF that comes with it, and it does not help me.

Thank you!
Mark.
Using 18.0.1
Windows 11 i7, 24gb RAM
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 6

Post by jordan »

hi fredphoesh,

hope this does it … download here
User avatar
bburgess
 
 
Posts: 129
Joined: Mon May 13, 2013 5:05 am
Location: Australia

Re: jor_carouselManipulation_update 6

Post by bburgess »

Hi Jordan :)

I had a play with this but could not seem to get much to work :(

would you have a demo version of this I can load into WB please?

I am a bit lost with all the options, so a demo with a lot of options turned on would be great.

I tend to get lost a lot LOL

Cheers
KISS is the key!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 6

Post by jordan »

hi bburgess,

there is already a demo project in the download with many examples
see the jor_carouselManipulation_easystart folder in the download
User avatar
bburgess
 
 
Posts: 129
Joined: Mon May 13, 2013 5:05 am
Location: Australia

Re: jor_carouselManipulation_update 6

Post by bburgess »

Arrrhh I must be blind! I weill go looking and Thank you!!

This looks like a great extension !!
KISS is the key!
User avatar
bburgess
 
 
Posts: 129
Joined: Mon May 13, 2013 5:05 am
Location: Australia

Re: jor_carouselManipulation_update 6

Post by bburgess »

Hi again Jordan :)

Just an FYI

Sorry to annoy you with this, (I have fixed my issue) however the demo for this ext and for your Font Ext (mirro image etc) do not function for me at least.

Every thing in WB looks fine, there is the warning about opening an older verison, screen items look good, it publishes ok but in IE10 and Firefox the only thing to work is the slider itself, (the browser is displaying it as per WB) and nothing at all changes in the fonts with your other extension, the browsers are displaying it exactly as in WB.

Sorry can not tell you much more, I did go in and change settings etc but nothing I did made any difference.

Win 7 32 bit
WB 9.1.3

Cheers
KISS is the key!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

hello bburgess,

sorry to respond this late to your question
I did not see a notification mail on this quest, or I missed it:(
anyway …

hope your still around …
I have no problem using both extensions here ?
are you able to make jor_fonteffect work on a blank project ?
do you have a live example of it not working, so I can see what's happening ?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

jor_carouselManipulation update 7

01. fix : WB9.2 - backward-circular vs full width on window resize fix
02. changed : auto-disable pager/nav. position properties if full width is enabled

for full update history, demo and download see top post
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

Jordan, I cannot tell you how much I appreciate this extension and your continued updates.

I wonder if this feature is possible:

A client recently showed me a website with Flow Slider. This slider has the capability to slide objects one at a time while keeping the sequence. So if the frame contains box 1,2,3,4, the next slide would be short and still reveal box 2,3,4 and now also box 5. So only the furthest left box disappears and a new box enters. I hope I explained this well enough. An example is seen on the American Pickers page in the link slider just below the large slideshow. http://antiquearchaeology.com/

Do you think something like this is possible in Carousel? I appreciate you looking at this.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

hello protectourlands,

that is not possible with the carousel
too much would have to be changed to make that possible, that's more like an interactive conveyer belt you want
you could try using a jQuery slider with jor_carouselManipulation, that would make a slide through the frames?
but even then, the frame stops on full frame not in between, and it won't run circular
so, no that is not possible with the carousel, sorry:(
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

No worries Jordan. Just thought I would check before I use this one. Thank you so much for checking.
User avatar
bburgess
 
 
Posts: 129
Joined: Mon May 13, 2013 5:05 am
Location: Australia

Re: jor_carouselManipulation_update 7

Post by bburgess »

jordan wrote:hello bburgess,

sorry to respond this late
No worries m8, I am sorry as well have been flat out at work for christmas.
I will retry wh at I was doing and document for you, but as nobody else seems to be having an issue it my just be my pc.
HAVE A GREAT CHRISTMAS
KISS is the key!
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

Is there any way to assign events to the arrows and /or pagination buttons so that when a video is used and currently playing, as soon as the user attempts to slide with the arrow or pagination button the video is stopped or paused?

I have a carousel with several videos. I'm trying to get them to auto stop upon transition attempts.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

hi protectourlands,

that's not a carousel question but a video question
do you have some type of external control over the video player ?
if yes then it may be possible, certainly not easy, but at least then you have a start point
without it all you could try is to create a hide/unhide on frame enter type of action
which I doubt would work cross-browser on any type of video
so, not easy to achieve in any case
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

Hi Jordan

It's the standard WB HTML5 video player. If I make a shape object and assign an event: onclick > Media stop, the video stops. So I was thinking - if this event could be added to the slider arrows instead, the video would stop playing before sliding away through the onclick of the arrow. The arrow would cause both the slide and the video stop at the same time. I'm trying to avoid depending on the user to remember to turn the video off before changing the frame.

So essentially this would be the ability to add events to the carousel navigation. What do you think?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

ah the mediaplayer, ok, stopping all mediaplayers belonging to a carousel by pag/nav can be done, yes
I don't know how good this will work cross-browser, but it can be done
not something I would add to jor_carouselManipulation, too specific too many unknowns
but if you want to try the stop thing, add this between the <HEAD> of your page

===========================================================
<script type="text/javascript">
$(document).ready(function (){
var carouselID = 'Carousel1'; // set carousel id here
var mediaIs = "[id^='MediaPlayer']";
setTimeout(function() {
$('#wb_'+carouselID+' .pagination,#'+carouselID+'_back,#'+carouselID+'_next').find('a').on('click',function(){
$('#wb_'+carouselID).find(mediaIs).each(function() {this.pause()});
});
}, 400);
});
</script>
===========================================================

Note
1. the video players used need to start with the id MediaPlayer or change the mediaIs var in the code
2. this code will not work with jor_carouselManipulation external control, only internal pag/nav

hope this will do it for you!
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

This is fantastic Jordan. Tested on IE11, Chrome, FF, and Safari and works well on all using HTML5 video object.

Interesting, when trying it on WB Flash Video Object, it only works on the first video.

Thank you so much for this. You are amazing.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

pfff, video and external control never know what may cause unexpected behaviour:/
but good to hear it works for the mediaplayer, goOd:)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation - **8-BANANAS:)**

Post by jordan »

COMING SOON jor_carouselManipulation update 8 - BANANAS UPDATE:)

**NEW** - animate into position

animate any object inside the carousel into position from - left, right, top, bottom position and/or fade-in
easily create stunning eye catching interactive animated banners, slideshows etc ... in WYSIWYG style
- works on pretty much any WB object inside the carousel by ID (set fx,delay,speed,easing)
- works in combination with all available carousel effects
- works in full width mode
- works with all jor_carouselManipulation's internal and external functions
and more ...

preview the new jor_carouselManipulation demo on visit jorextensions.com

COMING SOON - AND YAY 8) - IT'S STILL FREE - BANANAS:)
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: jor_carouselManipulation - **8-BANANAS:)**

Post by BaconFries »

@emotiondm the reason I pointed you here is because you yourself asked a question in another members thread related to jordans extension. If you require help about any extension you use it is best to open a "New" thread of your own, not to ask within another thread were it is not related....
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation - **8-BANANAS:)**

Post by jordan »

there are 2 carousel extensions available a.f.a.i.k
one user-made by Eddy - here - viewtopic.php?t=13672
one official - through the extension manager

looking at the code on your page it does not seem to be correct it should load a - default.xml
that's what the latest official build uses, your page uses a carousel.xml

so either you are using an outdated version, or you have somehow mixed up the 2 available carousel extensions ?
either way that is why it is not working correct (I think)

uninstall all carousel extensions from your extensions folder
install the latest carousel extension from the extension manager

=====
and yes, please open a new thread regarding this issue as BaconFries pointed out, this is not related to this extension :) !
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation - **8-BANANAS:)**

Post by protectourlands »

Animation in the carousel frames? Jordan you are amazing. I am really looking forward to your 8 update.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation - **8-BANANAS:)**

Post by jordan »

protectourlands wrote:Animation in the carousel frames? Jordan you are amazing. I am really looking forward to your 8 update.
glad you like and yup, animate into position, fun and easy to use, instant result - WYSIWYG style
working to finish it all, new easy_start project, update manual, clean up some code etc - almost there
hoping to release it very soon - preview the new demo on jorextensions.com:)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update8 **NEW**

Post by jordan »

jor_carouselManipulation update 8 - BANANAS UPDATE:)

01. new : animate any WB object inside the carousel into position
02. new : thin film carousel
03. new : WB9 effects direction mode
04. new : callback before
05. enhanced : preview state (not used) independent for internal/external preview
06. fix : jQuery slider initial frame error
07. fix : jQuery slider vs full width mode correct positioning
08. additional : new jor_carouselManipulation_easystart.wbs project

for full update history, demo and download see top post
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update8 **NEW**

Post by protectourlands »

Jordan I am in awe of you. Carousel is already great out of the box, but you have taken it to a whole new level with animation options. I know you spend a lot of time developing your amazing extensions, so I just want to say how much I appreciate you making these available for the rest of us.

Thank you. Best wishes.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update8 **NEW**

Post by jordan »

hehe thank you for your words protectourlands, always nice to hear and much appreciated ! - enjoy !

. :) .


@sduccio TNX:)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update8

Post by jordan »

TNX DavidMoshe, great you like, and yep yep it's free:)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update8

Post by jordan »

hello DavidMoshe,

! don't know what you mean with "adding slides" in relation to jor_carouselManipulation ?
in general you just add content to the available frames/slides in the carousel
please elaborate on what you mean with adding slides

also look at the jor_carouselManipulation_easystart project in the download for many examples ...
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: jor_carouselManipulation_update8

Post by supersonictt »

Hello Jordan, hope all is well :)

Well, I am trying the animation effects and it is working just fine, but I have a question to see if what I want can be done:
Let's say on frame 2 (page 2), I have:
image1 --> fx: bottom
image2--> fx: top
text1 --> fx: left

Now as frame 2 timer ends, is it possible to add the opposite effects to those objects rather than -for example- slide all the objects left (or whatever set in the direction of the carousel settings)?

Thank you.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update8

Post by jordan »

hi supersonictt,

all well here, thank you:)

nope that is not possible as is
creating a smooth animate in is difficult, creating a smooth animate out is 4 times as difficult
with animate in you know where your going and you can react on that
with animate out you have to catch the event, delay the event, restore where you came from, execute the event
that would require a complete rewrite of not just the animate part but of all jor_carouselManipulation functions
it would require a fast response on all components

I already have a jor_carouselManipulation update ready that I have not released yet
I'm working on some other updates and things before releasing that:)

after that I will have another look at this animate out to see if it's somehow possible
but I already know it's going to be VERY difficult

so, short, too late:) … not possible as is:/
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: jor_carouselManipulation_update8

Post by supersonictt »

@jordan,

Thank you so much for explaining how animations work :)
Of course am not asking for these features to be in the future updates, but I was trying to copy some animations from this site:
http://www.reemalbawadi.com
I am in charge to re-design this website, so just wanted to see if these animations can be done using the carousel manipulation.
One more thing, I noticed that when adding a link to an image, and this image has an animation effect in the carousel manipulation, it loses the effect. Did you encounter that?

Thank you so much :)

By the way, your extension are really AMAZING! Thanks a million for your hard work :)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update8

Post by jordan »

supersonictt wrote:One more thing, I noticed that when adding a link to an image, and this image has an animation effect in the carousel manipulation, it loses the effect. Did you encounter that?
oeups, no, I did not know that, but I know now . :shock: .
that is not how it supposed to work, I will fix that it the next update for sure, thanks much for the info!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 8.0 > !UPDATE! > 9.0

Post by jordan »

jor_carouselManipulation update 9

01. fix : stabilize full width resize vs animation - WB10 fix
02. new : external control by class (next/prev/stop/play/pager) - (see in depth section)
03. enhanced : pause-resume | initial - is changed to - autoplay | initial property - (removed reliance on text object)
04. enhanced : frame background size property added (cover/contain/percentage/pixel) - per frame
05. enhanced : frame background position property is now editable
06. fix : linked image losses animation

see also the new jor_INSPIREREYS section on jorextensions.com for new cool template demo!

for full update history, demo and download see top post
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation 8.0 > !UPDATE! > 9.0

Post by protectourlands »

Jordan

Is there a way to add the option "Show Random Order" to your awesome extension?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 8.0 > !UPDATE! > 9.0

Post by jordan »

protectourlands wrote:Jordan

Is there a way to add the option "Show Random Order" to your awesome extension?
you mean a random order autoplay ?
Post Reply