Loading...
Copy code
Close
Permalink
Close
Please tell us why you want to mark the subject as inappropriate.
(Maximum 200 characters)
Report Inappropriate
Cancel
Private Message
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Cancel
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Update
Cancel
Feedback
Email ID
Subject :
Comments :
Send
Cancel
Private Message
Type the characters you see in the picture below.
Type the characters you see in the picture below.
Attach files
Desktop
Google Docs
Each Attachment size should not exceed 1.0 MB.
Max no of attachments : 3
Loading User Profile...
guest
Response title
This is preview!
Attachments
Publish
Back to edit
Cancel
(
)
Sign In
New to this Portal? Click here to
Sign up
You can also use the below options to login
Login with Facebook
Login with Google
Login with Yahoo
jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
All Forums
Recent Posts
Log In
Search
jQuery
Search
jQuery Forum
Move this topic
Forum :
Getting Started
Using jQuery
Using jQuery Plugins
Using jQuery UI
Developing jQuery Core
Developing jQuery Plugins
Developing jQuery UI
QUnit and Testing
About the jQuery Forum
jQuery Conferences
jQuery Mobile
Developing jQuery Mobile
Sub forum :
Move this topic
Cancel
Getting Started
raj.js
animation menu
in
Getting Started
•
10 years ago
http://jsfiddle.net/rajkumart08/p5VQS/1/
how to transfer this menu into semi circular menu...
pls help....
i am giving u the screens hot too...
https://docs.google.com/open?id=0B3IBJKENGE7RQjZVNXhoN0NtNUE
1
Replies(5)
creativec..
Re: animation menu
10 years ago
This is not question about jQuery and neither about Zepto.
It's a math question about how to compute the CSS transform params for the menu items.
Have fun!
- creativecouple
Leave a comment on creativecouple's reply
creativec..
Re: animation menu
10 years ago
Take a look at
http://jsfiddle.net/creativecouple/p5VQS/2/
var
$menu_items
=
$
(
'#demo2 li'
)
,
menu_size
=
$menu_items
.
length
;
$menu_items
.
each
(
function
(
i
)
{
var
$this
=
$
(
this
)
,
angle
=
(
i
+
1
)
*
180
/
(
menu_size
+
1
)
-
90
,
radius
=
$this
.
height
(
)
/
2
,
transform
=
'rotate('
+
angle
+
'deg) translateY(-'
+
radius
+
'px)'
;
$
.
each
(
[
''
,
'-o-'
,
'-moz-'
,
'-ms-'
,
'-webkit-'
]
,
function
(
x
,
prefix
)
{
$this
.
css
(
prefix
+
'transform'
,
transform
)
;
}
)
;
}
)
;
Have fun!
- creativecouple
Leave a comment on creativecouple's reply
raj.js
Re: animation menu
10 years ago
@Creativecouple
thanks for your reply...
but its working in mobile device
i am trying to work it on mobile device for past two weeks,..
can u pls say how to fix the bug....
creativec..
Re: Re: animation menu
10 years ago
which bug do you mean?
Have fun!
- creativecouple
Leave a comment on raj.js's reply
raj.js
Re: animation menu
10 years ago
@creativecircle
the slider should work in iphone..
some problem here
$
(
document
)
.
ready
(
function
(
)
{
$
(
'#demo2'
)
.
flickable
(
{
segments
:
4
}
)
;
//$('#demo2 a').tap(function(){ alert('You just tapped "'+$(this).text()+'"'); });
Leave a comment on raj.js's reply
Change topic type
Topic Type :
Discussions
Questions
Ideas
Problems
No of days :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change topic type
Cancel
Link this topic
Provide the permalink of a topic that is related to this topic
Permalink
Save
Close
Reply to raj.js's question
Top
Reply
{"z19494950":[14737000003567052,14737000003569132,14737000003566297],"z19756426":[14737000003563944,14737000003563948,14737000003569234]}
Statistics
5
Replies
995
Views
0
Followers
Tags
No tags available for this topic.
Cancel
Actions
Permalink
Related Posts
Enable Menu After Animation
Animation - menu
animation menu
jquery slide color animation menu
Simple menu animation