Skip to content

Dead end link for types "Tween" and "Anything" #391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Krinkle opened this issue Dec 3, 2013 · 9 comments
Closed

Dead end link for types "Tween" and "Anything" #391

Krinkle opened this issue Dec 3, 2013 · 9 comments

Comments

@Krinkle
Copy link
Member

Krinkle commented Dec 3, 2013

https://api.jquery.com/animate/ contains:

step
Type: Function( Number now, Tween tween )

The link to http://api.jquery.com/Types/#Tween is a dead end as no such anchor exists on that page.

@jonira
Copy link

jonira commented Jan 28, 2014

+1, just noticed the same

@AurelioDeRosa
Copy link
Member

The same reference can be found also in http://api.jquery.com/hide/, http://api.jquery.com/show/ and http://api.jquery.com/toggle/.

@usmonster
Copy link
Contributor

Also dead link for Anything "type", as seen on .one(), jQuery.proxy, and a few others. (Yes, I know this is not a real type, but if there's a link, it should be documented.)

@scottgonzalez scottgonzalez changed the title Dead end link for type "Tween" Dead end link for types "Tween" and "Anything" May 12, 2014
@scottgonzalez
Copy link
Member

Thanks @usmonster, I've updated the ticket. I'm not sure if you know what to write for Tween, but feel free to send a PR for Anything. If nobody submits one in the next few days, I'll just update it myself.

@usmonster
Copy link
Contributor

I might be able to figure out Tween based on the code, but in the meantime I'll take a look at documenting Anything.

@usmonster
Copy link
Contributor

Silly question -- any preference as to where in the list Anything should go? Maybe after Function or jQuery? Or first/last in the list?

As for Tween, I doubt I'd be able to write about it with any kind of authority or confidence. I can see that it's used to represent the intermediate steps of an animation, though I wouldn't be able to provide details or examples. Maybe a job for the author (@gnarf)?

@scottgonzalez
Copy link
Member

I have no preference. I'd actually be ok with alphabetizing the list and replacing most of the content with links to learn.jquery.com, but that seems like a separate task.

@arthurvr
Copy link
Member

The anything type has been fixed in f0bfb23. Somebody who wants to take tween?

@arthurvr
Copy link
Member

I didn't realise before, but we already have an issue about documenting tweens: #61.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

7 participants