why isn't the animations of html work in google sites? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why isn't the animations of html work in google sites?

28th Jul 2017, 4:03 PM
Prathyusha
3 Answers
+ 1
Remember, when using A Google Browser, ex: Chrome, use the Vendor Prefix "-webkit" before any CSS attribute for example: FOLLOWING WON'T WORK IN GOOGLE-SITES div { background:-moz-linear-gradient(#000000, #FFFFFF) } FOLLOWING WILL WORK IN GOOGLE-SITES div { background:-webkit-linear-gradient(#000000, #FFFFFF) } A few prefixes: Chrome: -webkit- Opera: -o- Mozilla: -moz-
4th Aug 2017, 8:29 PM
BwD//Felix Janetzki
BwD//Felix Janetzki - avatar
0
thank you .Does that prefix works for html tooo?
5th Aug 2017, 3:41 AM
Prathyusha
0
yea
7th Aug 2017, 12:14 PM
BwD//Felix Janetzki
BwD//Felix Janetzki - avatar