Does ie not support css3 animation?
IE9 and below versions do not support css3 animation; CSS3 animation does not support lower version browsers very well, especially IE9 and below versions, it cannot support it; css3 animation refers to making elements change from The effect of one style gradually changing into another.
#The operating environment of this tutorial: Windows 7 system, Dell G3 computer, CSS3 version.
css3 animation is the effect of gradually changing an element from one style to another. One or a group of animations can be precisely controlled by setting multiple nodes, which is often used to achieve complex animation effects. 0% is the start of the animation, 100% is the completion of the animation.
ie doesn’t support css3 animation?
IE9 and below versions do not support css3 animation. CSS3 animation does not support low-end browsers very well, especially IE9 and below.
So sometimes some simple animation effects are only implemented using js code, but the efficiency is low, and the effect is a bit stiff and not smooth enough. After all, using js code to implement animation is not the right way.
Expansion:
CSS3 animation (Animations) special effects under IE10 [Recommended: css video tutorial]
Animation special effects in CSS3. Without any Javascript, just using pure CSS, you can achieve amazing animation effects, even 3D animation effects. Follow the author to use IE10 to watch a classic CSS3 animation effect (http://andrew-hoyer.com/experiments/walking/)
CSS3 demonstrates the animation of a person walking
There are three types of animations in CSS:
Transformation, transition and animation
rotate 传递一个度数值来转动一个对象。 scale Scale是一个缩放功能,可以让任一元素变的更大。 translate 基于X和Y 坐标重新定位元素 skew skew就是要将对象倾斜,参数是度数 matrix
transform supports matrix transformation, which is based on X and Y coordinate to reposition the element
The above is the detailed content of Does ie not support css3 animation?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



How to achieve wave effect with pure CSS3? This article will introduce to you how to use SVG and CSS animation to create wave effects. I hope it will be helpful to you!

This article will show you how to use CSS to easily realize various weird-shaped buttons that appear frequently. I hope it will be helpful to you!

Two methods: 1. Using the display attribute, just add the "display:none;" style to the element. 2. Use the position and top attributes to set the absolute positioning of the element to hide the element. Just add the "position:absolute;top:-9999px;" style to the element.

It's no secret that Internet Explorer has fallen out of favor for a long time, but with the arrival of Windows 11, reality sets in. Rather than sometimes replacing IE in the future, Edge is now the default browser in Microsoft's latest operating system. For now, you can still enable Internet Explorer in Windows 11. However, IE11 (the latest version) already has an official retirement date, which is June 15, 2022, and the clock is ticking. With this in mind, you may have noticed that Internet Explorer sometimes opens Edge, and you may not like it. So why is this happening? exist

In CSS, you can use the border-image attribute to achieve a lace border. The border-image attribute can use images to create borders, that is, add a background image to the border. You only need to specify the background image as a lace style; the syntax "border-image: url (image path) offsets the image border width inward. Whether outset is repeated;".

More and more users are starting to upgrade the win11 system. Since each user has different usage habits, many users are still using the ie11 browser. So what should I do if the win11 system cannot use the ie browser? Does windows11 still support ie11? Let’s take a look at the solution. Solution to the problem that win11 cannot use the ie11 browser 1. First, right-click the start menu and select "Command Prompt (Administrator)" to open it. 2. After opening, directly enter "Netshwinsockreset" and press Enter to confirm. 3. After confirmation, enter "netshadvfirewallreset&rdqu

Implementation method: 1. Use the ":active" selector to select the state of the mouse click on the picture; 2. Use the transform attribute and scale() function to achieve the picture magnification effect, the syntax "img:active {transform: scale(x-axis magnification, y Axis magnification);}".

How to create text carousel and image carousel? The first thing everyone thinks of is whether to use js. In fact, text carousel and image carousel can also be realized using pure CSS. Let’s take a look at the implementation method. I hope it will be helpful to everyone!
