You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is because of the prefix of the css property, such as -webkit-.
For example, as shown below, '-webkit-animation' is not working in the 'animation-left' but 'animation' is working in the 'animation-right'.
Affected version
0.16.0-beta.4
Flutter versions
3.16.0
No same issues found.
Steps to Reproduce
.
Code example
Vue file
webpack.base.conf.js
autoprefixer version: 7.2.6
Expected results
expected.result.mov
Actual results
The animation effect of loading is not taking effect.
actual.results.mov
The text was updated successfully, but these errors were encountered: