Skip to content

petrhdk/nuxt-bugreport-css-animation-opacity-percent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

initial keyframes

@keyframes test-animation {
  from { opacity: 0%; }
  to { opacity: 95%; }
}

nuxt dev (script: yarn start-dev)

  • the css animation keyframes are still correct
  • chrome_phOeK4FcoF

nuxt generate && nuxt start (script: yarn start-prod)

  • the to keyframe becomes absurdly wrong xD
  • chrome_AtIZWIv7Ye

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published