Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Friday at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Thursday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Jun 28, 2026
Ad icon
QA Engineer Intern
pramukag
Updated:
Jun 28, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
News & Discussion
Picking the Faster Choice: CSS3 Animation or JS Animation?
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="gihanrox123" data-source="post: 17429953" data-attributes="member: 515897"><p><img src="http://www.ceffectz.com/images/czblog/2014/november/item-295/css3animation-jsanimation.ceffectz.com.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><span style="font-size: 18px">What is Animation?</span></p><p></p><p>Animation is the illusion of movement that is created by displaying a series of still images in rapid succession. When it comes to the world of computers, graphic software is used to create these illusional masterpieces.</p><p></p><p>If you are a techie, you should be familiar with the primary methods of creating animations on the web. The current trend has proven to be either CSS3 or JavaScript. The one you choose clearly depends on various requirements of the project that you are doing and its related effects.</p><p></p><p>With the ability create even the most basic animations, JS and CSS3 has their own pros and cons. Let’s check them out.</p><p></p><p><span style="font-size: 18px">CSS3 Animations</span></p><p></p><p><img src="http://www.ceffectz.com/images/czblog/2014/november/item-295/css3-logo.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Using CSS3 animations, developers are able to create animations that can replace animated images, flash animations as well as JavaScript animations in new and existing web pages. Basically what a CSS3 animation does is that it allows elements to gradually change from one style to another. As a developer you are able to change as many properties you want and as many times you want. Furthermore, you can even specify when the change will happen in percent, or use keywords ‘from’ and ‘to’ which represents the values 0% - 100%. 0% is the start of the animation while 100% is when the animation is fully complete.</p><p></p><p>Great CSS3 FREE Resources:<a href="http://www.ceffectz.com/discussions/animate-css-and-justin-aguilar-css3-animations" target="_blank"> Animate.css and Justin Aguilar CSS3 Animations</a></p><p></p><p>Here is a table that best describes the @keyframes rule as well as all the animation properties of CSS3.</p><p></p><p><span style="color: Navy">@keyframes </span> : This specifies the animation</p><p><span style="color: navy">animation</span> : This sets all animation properties except the animation-fill-mode and the animation-play-state property</p><p><span style="color: navy">animation-direction:</span> This property specifies whether or not the animation should play in reverse on alternate cycles</p><p><span style="color: navy">animation-delay:</span> Specifies when the animation will start</p><p><span style="color: navy">animation-duration :</span> The property specifies how many seconds or milliseconds an animation will take to complete one cycle</p><p><span style="color: navy">animation-fill-mode :</span>Specifies what styles will apply for each element when the animation is finished or when it has a delay</p><p><span style="color: navy">animation-name:</span> Provides you with the name of the @keyframes animation</p><p><span style="color: navy">animation-iteration-count:</span> Gives the number of times an animation should be played</p><p><span style="color: navy">animation-timing-function:</span> Specifies the speed curve of the animation</p><p><span style="color: navy">animation-play-state:</span> Tells you if the animation is paused or running</p><p></p><p></p><p>With CSS3 animations, you can define the animation itself independently of the target element, and then use the animation-name property to choose the required animation. Did you know that CSS animations are still mostly vendor prefixed? -webkit- is used in Chrome, Safari, Safari Mobile, Opera as well as Android Browser. Firefox and Internet Explorer both ship without prefixes. There are many tools that will help you to create a prefixed version of the CSS you require while you can also write an unprefixed version in your source file.</p><p></p><p><span style="font-size: 18px">Check out the Pros and Cons of CSS3</span></p><p><span style="font-size: 15px">Advantages</span></p><p></p><ul> <li data-xf-list-type="ul">No more JavaScript or Flash files for showing animations, scaling and rotating images</li> <li data-xf-list-type="ul">No more images are needed to round the border of buttons</li> </ul><p></p><p></p><p><span style="font-size: 22px"><span style="color: Purple">READ MORE : <a href="http://www.ceffectz.com/discussions/picking-the-faster-choice-css3-animation-or-js-animation" target="_blank">ceffectz</a></span></span></p></blockquote><p></p>
[QUOTE="gihanrox123, post: 17429953, member: 515897"] [IMG]http://www.ceffectz.com/images/czblog/2014/november/item-295/css3animation-jsanimation.ceffectz.com.jpg[/IMG] [SIZE="5"]What is Animation?[/SIZE] Animation is the illusion of movement that is created by displaying a series of still images in rapid succession. When it comes to the world of computers, graphic software is used to create these illusional masterpieces. If you are a techie, you should be familiar with the primary methods of creating animations on the web. The current trend has proven to be either CSS3 or JavaScript. The one you choose clearly depends on various requirements of the project that you are doing and its related effects. With the ability create even the most basic animations, JS and CSS3 has their own pros and cons. Let’s check them out. [SIZE="5"]CSS3 Animations[/SIZE] [IMG]http://www.ceffectz.com/images/czblog/2014/november/item-295/css3-logo.png[/IMG] Using CSS3 animations, developers are able to create animations that can replace animated images, flash animations as well as JavaScript animations in new and existing web pages. Basically what a CSS3 animation does is that it allows elements to gradually change from one style to another. As a developer you are able to change as many properties you want and as many times you want. Furthermore, you can even specify when the change will happen in percent, or use keywords ‘from’ and ‘to’ which represents the values 0% - 100%. 0% is the start of the animation while 100% is when the animation is fully complete. Great CSS3 FREE Resources:[URL="http://www.ceffectz.com/discussions/animate-css-and-justin-aguilar-css3-animations"] Animate.css and Justin Aguilar CSS3 Animations[/URL] Here is a table that best describes the @keyframes rule as well as all the animation properties of CSS3. [COLOR="Navy"]@keyframes [/COLOR] : This specifies the animation [COLOR="navy"]animation[/COLOR] : This sets all animation properties except the animation-fill-mode and the animation-play-state property [COLOR="navy"]animation-direction:[/COLOR] This property specifies whether or not the animation should play in reverse on alternate cycles [COLOR="navy"]animation-delay:[/COLOR] Specifies when the animation will start [COLOR="navy"]animation-duration :[/COLOR] The property specifies how many seconds or milliseconds an animation will take to complete one cycle [COLOR="navy"]animation-fill-mode :[/COLOR]Specifies what styles will apply for each element when the animation is finished or when it has a delay [COLOR="navy"]animation-name:[/COLOR] Provides you with the name of the @keyframes animation [COLOR="navy"]animation-iteration-count:[/COLOR] Gives the number of times an animation should be played [COLOR="navy"]animation-timing-function:[/COLOR] Specifies the speed curve of the animation [COLOR="navy"]animation-play-state:[/COLOR] Tells you if the animation is paused or running With CSS3 animations, you can define the animation itself independently of the target element, and then use the animation-name property to choose the required animation. Did you know that CSS animations are still mostly vendor prefixed? -webkit- is used in Chrome, Safari, Safari Mobile, Opera as well as Android Browser. Firefox and Internet Explorer both ship without prefixes. There are many tools that will help you to create a prefixed version of the CSS you require while you can also write an unprefixed version in your source file. [SIZE="5"]Check out the Pros and Cons of CSS3[/SIZE] [SIZE="4"]Advantages[/SIZE] [LIST] [*]No more JavaScript or Flash files for showing animations, scaling and rotating images [*]No more images are needed to round the border of buttons [/LIST] [SIZE="6"][COLOR="Purple"]READ MORE : [URL="http://www.ceffectz.com/discussions/picking-the-faster-choice-css3-animation-or-js-animation"]ceffectz[/URL][/COLOR][/SIZE] [/QUOTE]
Insert quotes…
Verification
Nawa warak dahaya keeyada? (Namaya wadi kireema dahaya)
Post reply
Top
Bottom