MaxAnimationFrames returns the maximum allowed animation frames
(o *options.Options)
| 33 | |
| 34 | // MaxAnimationFrames returns the maximum allowed animation frames |
| 35 | func (s *Checker) MaxAnimationFrames(o *options.Options) int { |
| 36 | return o.GetInt(keys.MaxAnimationFrames, s.config.MaxAnimationFrames) |
| 37 | } |
| 38 | |
| 39 | // MaxAnimationFrameResolution returns the maximum allowed animation frame resolution |
| 40 | func (s *Checker) MaxAnimationFrameResolution(o *options.Options) int { |