React bootstrap 模态没有动画

React bootstrap modal not animating

为什么此代码的模式没有动画:https://codesandbox.io/s/7klz2zl8mx

带动画的模态:https://react-bootstrap.github.io/components.html#modals-live

您没有在项目中包含所需的 css。在项目 https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.cssExternal Resources 部分中添加此 css link。 react-bootstrap here

中对此进行了概述