Closed (fixed)
Project:
Views Accordion
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2012 at 21:47 UTC
Updated:
31 Mar 2019 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cimo75 commented+1
Comment #2
cimo75 commentedA bit hackish but it gets the work done, get into the accordion function call and ad a subclass as follow
Comment #3
markdcI tried this and couldn't get it to work in 7.x-1.1. Is there another solution, or should this still work? I want no animation and 0ms transition. Thanks in advance.
Comment #4
ishani.addweb commented@fatmarker, Tried with the given solution & got the solution. Please review it & let me know if you have any query.
->To speed and change the speed of the slide of view accordion following change have to perform.
->First, go to view accordion modules views-accordion.js file and put the following function:
Thanks
Comment #5
manuel garcia commentedThanks for the report, lets turn this around, and try to add support to configure this in the module.
Please help by testing the attached patch and report back your findings :)
Comment #6
manuel garcia commentedComment #7
kostyashupenkoComment #8
kostyashupenkoComment #9
manuel garcia commentedThanks @kostyashupenko - the reroll looks good.
It should work fine, but I'd like someone to test this on a local site before committing to be on the safe side.
Comment #10
manuel garcia commentedOK, finally got around to spend some time on this.
Some important findings:
So, in this patch:
views_element_validate_integerComment #11
manuel garcia commentedFixing a bug in the previous patch where if you select animation style none, jquery ui still used the duration time to animate it. Now if you select none you wont see any animation which is the expected behaviour.
Comment #12
manuel garcia commentedThe
slideeasing effect was removed from jQuery UI on newer versions, accounting for that here.Comment #14
manuel garcia commented