This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Small update in animation.css
css_transitions
jos
10 years ago
parent
fe6cdfca4c
commit
e41fdf45bc
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/timeline/component/css/animation.css
+ 2
- 1
src/timeline/component/css/animation.css
View File
@ -14,7 +14,8 @@
transition
:
top
.
4s
ease-in-out
;
}
.
vis
.
timeline
.
group
{
.
vis
.
timeline
.
group
,
.
vis
.
timeline
.
labelset
.
vlabel
{
-webkit-transition
:
height
.
4s
ease-in-out
;
transition
:
height
.
4s
ease-in-out
;
}
Write
Preview
Loading…
Cancel
Save