Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery mobile add animation to collapsible-set
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. CONot out of the box. I think the problem is handling page/viewport dimensions (aka height) during an "expand" or "collapse" transition. Right now you click on a collapsible and when the collapsible is open, the relevant heights get updated. Doing this "in transition" probably looks awful besides being a resouce strainer. Still you could try by just adding/removing the respective transition-classes (slide-up/down in out - check JQM CSS) to the expand and collapse event inside the JQM collapsible widget. Then see what happens :-)
      singulars
    2. CO@frequent jQuery Mobile exposes the `expand` and `collapse` events for collapsible widgets. If you bind to these events you can stop the default behavior and animate the event instead. See my answer below.
      singulars
    3. CO@Jasper I knew about the events, didn't know they are exposed. Thx! I'm also using the JQM css3 classes for non-page elements. The difficult part with collapsibles is them being "inline/static" elements (vs. positioned absoltely). So when I use css3 animations on inline elements I have no way to update things like page-padding during the transition. So on ios4 for example with polyfill fixed footer, the footer will be pushed out of view during the transition - not that thats a serious problem, but still...
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload