+ 1
Can I include Selectors in keyframes?
I want to include selectors in keyframes Ex:- @keyframes{ 0%{ #id{ code goes here} } 100%{ #id{ code goes here} } } Will this work?
4 Respostas
+ 3
Abhishek Kudlur yes you can and yes it should work
+ 1
You shouldn't use #id in 0% 100%
The element links to keyframes with animation property.
0
Gordon okay..but didn't get what you are saying