Re: [ft-devel] [GSoC] [Doubt] CSS Sprite animation

2017-08-16 Thread Werner LEMBERG
> I've been trying a lot to change the CSS keyframe animation values > using pure javascript. I wasn't able to find any solution(s). > > This is what I want to do. > > @-webkit-keyframes play { > 100% { background-position: -480px; } > } [You also want to use the CSS3 keyword `@keyframes' so

[ft-devel] [GSoC] [Doubt] CSS Sprite animation

2017-08-16 Thread Kushal K S V S
I've been trying a lot to change the CSS keyframe animation values using pure javascript. I wasn't able to find any solution(s). This is what I want to do. @-webkit-keyframes play { 100% { background-position: -480px; } } Lets say above block is from a CSS file. I want to be able to change