/usr/share/gtk-doc/html/plank/Plank.AnimationMode.html is in libplank-doc 0.11.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | <?xml version="1.0" encoding="utf-8"?>
<html>
  <head>
    <meta charset="UTF-8"/>
    <title>Plank.AnimationMode – plank – Vala Binding Reference</title>
    <link href="devhelpstyle.css" rel="stylesheet" type="text/css"/><script src="scripts.js" type="text/javascript">
    </script>
  </head>
  <body>
    <div class="site_header">Plank.AnimationMode – plank Reference Manual</div>
    <div class="site_body">
      <div class="site_content">
        <h1 class="main_title">AnimationMode</h1>
        <hr class="main_hr"/>
        <h2 class="main_title">Description:</h2>
        <div class="main_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">enum</span> <b><span class="enum">AnimationMode</span></b>
        </div>
        <div class="description">
          <p>The available animation modes</p>
        </div><br/>
        <div class="namespace_note"><b>Namespace:</b> <a href="Plank.html">Plank</a>
        </div>
        <div class="package_note"><b>Package:</b> <a href="index.htm">plank</a>
        </div>
        <h2 class="main_title">Content:</h2>
        <h3 class="main_title">Enum values:</h3>
        <ul class="navi_inline">
          <li class="enumvalue"><a href="Plank.AnimationMode.CUSTOM.html">CUSTOM</a></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.LINEAR.html">LINEAR</a> - <span class="brief_description">linear tweening</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_QUAD.html">EASE_IN_QUAD</a> - <span class="brief_description">quadratic tweening
            </span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_QUAD.html">EASE_OUT_QUAD</a> - <span class="brief_description">quadratic 
              tweening, inverse of EASE_IN_QUAD</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_QUAD.html">EASE_IN_OUT_QUAD</a> - <span class="brief_description">quadratic 
              tweening, combininig EASE_IN_QUAD and EASE_OUT_QUAD</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_CUBIC.html">EASE_IN_CUBIC</a> - <span class="brief_description">cubic tweening
            </span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_CUBIC.html">EASE_OUT_CUBIC</a> - <span class="brief_description">cubic tweening,
              invers of EASE_IN_CUBIC</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_CUBIC.html">EASE_IN_OUT_CUBIC</a> - <span class="brief_description">cubic 
              tweening, combining EASE_IN_CUBIC and EASE_OUT_CUBIC</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_QUART.html">EASE_IN_QUART</a> - <span class="brief_description">quartic tweening
            </span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_QUART.html">EASE_OUT_QUART</a> - <span class="brief_description">quartic 
              tweening, inverse of EASE_IN_QUART</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_QUART.html">EASE_IN_OUT_QUART</a> - <span class="brief_description">quartic 
              tweening, combining EASE_IN_QUART and EASE_OUT_QUART</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_QUINT.html">EASE_IN_QUINT</a> - <span class="brief_description">quintic tweening
            </span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_QUINT.html">EASE_OUT_QUINT</a> - <span class="brief_description">quintic 
              tweening, inverse of EASE_IN_QUINT</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_QUINT.html">EASE_IN_OUT_QUINT</a> - <span class="brief_description">fifth 
              power tweening, combining EASE_IN_QUINT and EASE_OUT_QUINT</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_SINE.html">EASE_IN_SINE</a> - <span class="brief_description">sinusoidal tweening
            </span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_SINE.html">EASE_OUT_SINE</a> - <span class="brief_description">sinusoidal 
              tweening, inverse of EASE_IN_SINE</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_SINE.html">EASE_IN_OUT_SINE</a> - <span class="brief_description">sine wave 
              tweening, combining EASE_IN_SINE and EASE_OUT_SINE</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_EXPO.html">EASE_IN_EXPO</a> - <span class="brief_description">exponential 
              tweening</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_EXPO.html">EASE_OUT_EXPO</a> - <span class="brief_description">exponential 
              tweening, inverse of EASE_IN_EXPO</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_EXPO.html">EASE_IN_OUT_EXPO</a> - <span class="brief_description">exponential
              tweening, combining EASE_IN_EXPO and EASE_OUT_EXPO</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_CIRC.html">EASE_IN_CIRC</a> - <span class="brief_description">circular tweening
            </span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_CIRC.html">EASE_OUT_CIRC</a> - <span class="brief_description">circular 
              tweening, inverse of EASE_IN_CIRC</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_CIRC.html">EASE_IN_OUT_CIRC</a> - <span class="brief_description">circular 
              tweening, combining EASE_IN_CIRC and EASE_OUT_CIRC</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_ELASTIC.html">EASE_IN_ELASTIC</a> - <span class="brief_description">elastic 
              tweening, with offshoot on start</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_ELASTIC.html">EASE_OUT_ELASTIC</a> - <span class="brief_description">elastic 
              tweening, with offshoot on end</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_ELASTIC.html">EASE_IN_OUT_ELASTIC</a> - <span class="brief_description">
              elastic tweening with offshoot on both ends</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_BACK.html">EASE_IN_BACK</a> - <span class="brief_description">overshooting cubic 
              tweening, with backtracking on start</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_BACK.html">EASE_OUT_BACK</a> - <span class="brief_description">overshooting 
              cubic tweening, with backtracking on end</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_BACK.html">EASE_IN_OUT_BACK</a> - <span class="brief_description">
              overshooting cubic tweening, with backtracking on both ends</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_BOUNCE.html">EASE_IN_BOUNCE</a> - <span class="brief_description">exponentially 
              decaying parabolic (bounce) tweening, with bounce on start</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_OUT_BOUNCE.html">EASE_OUT_BOUNCE</a> - <span class="brief_description">exponentially
              decaying parabolic (bounce) tweening, with bounce on end</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.EASE_IN_OUT_BOUNCE.html">EASE_IN_OUT_BOUNCE</a> - <span class="brief_description">
              exponentially decaying parabolic (bounce) tweening, with bounce on both ends</span></li>
          <li class="enumvalue"><a href="Plank.AnimationMode.LAST.html">LAST</a></li>
        </ul>
      </div>
    </div><br/>
    <div class="site_footer">Generated by <a href="http://www.valadoc.org/">Valadoc</a>
    </div>
  </body>
</html>
 |