Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Added documentation about CSS animations #291

Merged
merged 2 commits into from
Apr 19, 2016
Merged

Conversation

tzraikov
Copy link
Contributor

#1608 in NativeScript

Added documentation about CSS animations
@tzraikov tzraikov force-pushed the feature/css-animations branch from 15d97be to b66dfbd Compare March 29, 2016 11:32
@PanayotCankov
Copy link
Contributor

@ikoevska Can you take a look at this PR?


CSS animations consist of two components, a style describing the CSS animation and a set of keyframes that indicate the start and end states of the animation's style, as well as possible intermediate waypoints. You can change as many animatable CSS properties you want, as many times you want.

The following example binds the "example" animation to the button element. The animation will lasts for 4 seconds, and it will gradually change the background-color of the button element from "red" to "green":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A typo here, probably "The animation will last for..." was meant

Wow, this is probably the longest article I have ever edited for Telerik. :-) I suggest that you break this up into smaller articles. The content is GREAT but many things might be hard to find (using an external search engine) because there should be many keywords used, possibly too many to describe everything in this article. In my other job, our SEO person says 600 words is about the optimum size for an article to be search friendly. If you get longer than 2000 words, the SEO decreases because few people will read past that.
I added many comments to this, including about 21 places to add captions for code examples.

add captions and edit some of the comments

Split the animation article on three pieces
@tzraikov tzraikov force-pushed the feature/css-animations branch from 4695723 to a5b13f3 Compare April 12, 2016 15:16
@tzraikov tzraikov merged commit e4cb55d into master Apr 19, 2016
@tzraikov tzraikov deleted the feature/css-animations branch May 4, 2016 14:44
@lock
Copy link

lock bot commented Aug 27, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants