Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
-1
rated 0 times [  0] [ 1]  / answers: 1 / hits: 23720  / 12 Years ago, sat, april 21, 2012, 12:00:00

Is there a way to animate scrolling with CSS3?



Something like this?



@-webkit-keyframes scrolltoview
{
0% { scrollTop: 0; }
100% { scrollTop: 30%; }
}


How to put in the css where's the staring point of the animation?


More From » html

 Answers
18

css3 animations work with css properties only. this isn't possible within the confines of css.


[#86091] Friday, April 20, 2012, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jillcalistay

Total Points: 561
Total Questions: 94
Total Answers: 114

Location: Austria
Member since Thu, Jan 7, 2021
3 Years ago
;