Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-09-2012, 12:07 AM   PM User | #1
amfarr
New to the CF scene

 
Join Date: Nov 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
amfarr is an unknown quantity at this point
How can I get jquery to generate -webkit-transform differently and set translate3d pr

I am modifying the css and html for this mobile accordion plugin http://cubiq.org/accordion the jquery has not been touched.

If you take a look at the functionality http://farrkle.com/mobile/accordion/ you'll notice that it works as intended however when the button is clicked to go back up the content doesn't completely disappear and goes up behind it.

I know where the problem area is, within -webkit-transform, I'm just not sure where to fix it in the jquery as I am new to it

For example on the first button when hidden it goes to -webkit-transform: translate3d(0, 0, 0); when not hidden it goes to -webkit-transform: translate3d(0, 182px, 0);

If I could get it to go to -webkit-transform: translate3d(0, -70px, 0); it would be completely hidden.

Any pointers would be helpful. Or are there any other ideas on how to fix this?
amfarr is offline   Reply With Quote
Reply

Bookmarks

Tags
css, jquery, mobile, transform, translate3d

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:12 PM.


Advertisement
Log in to turn off these ads.